Unit 1.1 Flashcards

(24 cards)

1
Q

What does the “D” stand for, in the abbreviation, FDE?

A

Decode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

State one purpose of the ALU

A

To preform mathematical (+,*,/,-) and logical (@,&,”, etc.) operations(decisions)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

State one purpose of the CPU

A

1) Process data and instructions

2) Control the rest of the computers system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

State the components within Von Neumann Architecture.

A

ALU,input device, output device, CU, memory unit and CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

State two roles of the CU

A

1) It fetches, decodes and executes instructions

2) Regulates and integrates the operations of the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

True or false? An embedded system is designed to perform many tasks

A

Incorrect, (false) a general purpose computer is used to preform many tasks, an embedded system is designed to only preform one task e.g a washing machine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define what a register is

A

The section of high speed memory within the CPU that stores data to be processed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define what a bus is (computing)

A

A bus is a series of wire that connect the processor to another part of the computer’s architecture, such as cache memory or main memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define what a Clock speed is (computing)

A

The amount of times the CPU can carry out an instruction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the role of the MDR?

A

A register used for holding information (program data or words) that is in the process of being transferred from memory to the central processor or vice Versa.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the role of the MAR?

A

Holds the address of the current instruction that is going to be fetched from memory to the central processor (CPU)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the Program counter?

A

A register in the CPU that records the current instruction being executed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the role of the CIR (Current instruction register)?

A

holds the instruction that is currently being decoded and executed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the role of the accumulator?

A

temporary storage location which holds an intermediate value in mathematical and logical calculations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is cache?

A

Small amount of high speed memory, built directly within the processor, which stores frequently used instructions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the role of cache?

A

Temporarily stored data and instructions that the processor is likely to reuse

17
Q

What is the clock speed measured in?

A

Hertz/ GigaHertz

18
Q

Recall the FDE cycle. (6marks)

A

1) the processor checks the program counter to see which instruction to run next.
2) The program counter gives an address value in the memory location
3) The program fetches the instruction value from this memory location
4) Once the instruction has been fetched, it needs to be decoded and executed. E.g taking a value, putting it into the ALU, then taking a different value from the register and adding them together.
5) Once this is complete, the processor goes back to the program counter to find the next instruction.
6) This cycle is repeated until the program ends.

19
Q

What does the abbreviation “BIOS” stand for, and where is it stored?

A

Basic input output system

It is stored in ROM. (Read only memory)

20
Q

What is the role of the BIOS?

A

It checks that the hardware is functioning correctly, then runs a second program (known as the bootup or bootstrap program) that loads the computer’s operating system from the hard drive into the RAM

21
Q

What is Virtual Memory and what is its role?

A

Secondary memory that is used to temporarily replace primary memory.

22
Q

State one con of using secondary memory.

A

1) It is Slower than primary memory

23
Q

Define ROM.

A

Memory that cannot be changed by a user or program, hence the name “Read Only Memory”

24
Q

Name Four examples of ROM.

A
Music, 
Films, 
Software, 
cartridge used in game devices, 
electronic devices