Components Of A Computer Flashcards

1
Q

What is the function of the ALU?

A

A processing unit which carries out arithmetic operations and logical instructions.

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

What is a register?

A

A location in the CPU which stores a value temporarily. It allows high speed access to those values.

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

What is the function of the data bus?

A

Carries data from one register to another.

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

What is the function of the address bus?

A

Carries the address of where data is going/coming from.

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

What is the function of the control bus?

A

Transmits control signals from the control signal to the rest of the processor.

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

What is clock speed?

A

The number of fetch-execute cycles processed per second.

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

What is the effect of having multiple cores?

A

More data can be processed simultaneously (faster) but a more complex OS is needed.

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

What are the characteristics of Harvard processor architecture?

A
  • Instructions and data held in separate memories

* Parallel data and instruction buses

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

What are the characteristics of Von Neumann architecture?

A
  • Single processor
  • Data and instructions share the same memory
  • One bus to transfer data and one for addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the benefits of CISC?

A
  • Many complex opcodes available
  • Easier to program
  • Shorter execution time
  • Less RAM used
  • More instructions can access memory directly
  • Simpler software code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the drawbacks of CISC?

A
  • Instructions can take more than one clock cycle
  • Requires more power due to complex instruction set
  • Complicated processor design
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the benefits of RISC?

A
  • Each instruction processed in a single cycle
  • Cheaper, longer battery life, requires less cooling as chip is less powerful
  • Programs run faster
  • Simpler design
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the drawbacks of RISC?

A
  • Few opcodes
  • More RAM necessary
  • Complicated software code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are input devices?

A

Devices which allow data to be entered into a computer.

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

What are output devices?

A

Devices which reports the result of processing.

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

What is a storage device?

A

A piece of hardware containing non-volatile memory, separate from main memory.

17
Q

What is RAM?

A

A store of data and programs currently in use for access by the CPU.

18
Q

What is ROM?

A

Non-volatile store of the boot up program which cannot be altered by the user.

19
Q

What is virtual memory?

A

A location in the hard disk drive which is used to store inactive parts of RAM when there is insufficient space in main memory.