Chapter 3- Computer Systems Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Von-Neumann Architecture?

A

A Von Neumann-based computer is a computer that:

  • Uses a single processor.
  • Uses one memory for both instructions and data. A von Neumann computer cannot distinguish between data and instructions in a memory location! It ‘knows’ only because of the location of a particular bit pattern in RAM.
  • Executes programs by doing one instruction after the next in a serial manner using a fetch-decode-execute cycle.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Arithmetic and Logic Unit?

A
  • Arithmetic part performs calculations on the data.

- Logic part deals with logic and comparisons (e.g. Is one value greater than another)

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

What is the purpose Arithmetic and Logic Unit?

A
  • Arithmetic part performs calculations on the data.

- Logic part deals with logic and comparisons (e.g. Is one value greater than another)

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

What is the purpose of the control unit?

A
  • Controls and monitors the hardware (e.g. Printer)
  • Controls the input and output of data so that the signals go to the right place at the right time
  • Controls the flow of data in the CPU
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the purpose of the clock?

A

Determine the rate at which things are moved around the computer. Kind of like the heart beat of a computer.

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