Computers: Hardware Terms Flashcards

1
Q

What is the Central Processing Unit (CPU)?

A
  • Processes data and instructions.
  • Fetches, Decodes, Executes instructions from the memory
  • Contains CU, ALU, and Accumulator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Control Unit (CU)?

A
  • Sends control signals that control hardware in all stages of the FDE cycle.
  • Decodes instructions during the decode stage
  • Contains the Instruction register and the PCR
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the ALU?

A
  • Performs mathematical and logical operations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a register?

A
  • A small amount of high speed memory contained on the CPU
  • Stores a small amount of data such as an instruction or a memory address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the 4 registers?

A
  • Program Counter (PC)
  • Memory Address Register
  • Memory Data Register
  • General Registers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does the Program Counter do (PC)?

A
  • Holds the memory address of the next instruction to be fetched
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the Memory Address Register (MAR) do

A
  • Holds the address of the current instruction/data that is to be fetched from memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the Memory Data Register (MDR) do?

A
  • Holds the contents of the memory address that has been fetched. E.G. an instruction or data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What do the General Registers do?

A
  • Holds the results of any calculations/logic operations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a Bus?

A

A high speed internal connection between components.

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

What is the Address Bus?

A

A unidirectional bus that carries memory addresses from the CPU to the RAM

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

What is the Control Bus?

A

A bus in which the CU sends control signals to other hardware

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

What is the Data Bus?

A

A bidirectional bus that carries data and instructions from RAM to the CPU and vice versa

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

What is Cache?

A
  • A small amount of memory built directly onto the processor
  • Holds instructions the processor is likely to reuse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Clock Speed?

A
  • How many times FDE cycles can be completed per second. Measured in Hertz
  • A component called a clock synchronises how many cycles per second the CPU will operate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Random Access Memory (RAM)?

A
  • Often referred to as just memory
  • Holds the instructions and data currently in use
  • It is volatile (loses data when power is lost
16
Q

What is Secondary Storage?

A
  • Permanent storage
  • AKA non volatile
17
Q

How does a Magnetic drive work?

A

Uses magnetic polarity to represent 1s and 0s

18
Q

How does a Solid State drive work?

A

Uses stored electric charges to represent 1s and 0s (held in NAND transistors)

19
Q

How does an Optical drive work?

A

Uses a laser to burn pits and lands onto a disc to represent 1s and 0s

20
Q

What is an Embedded System?

A
  • A computer system with a single role.
  • Usually smaller, less powerful devices. E.G. Washing machine controls
  • Usually work in real time and often have sensors
21
Q

What is a General Purpose System?

A

A device designed to perform a wide range of tasks and applications, rather than being limited to specific functions