Computer Science - Advanced Computer systems Flashcards

(20 cards)

1
Q

Solid State

A

no moving parts

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

CPU

A

Central processing unit

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

What does the CPU do?

A
  1. Carries out processing by executing instruction
  2. Processes mathematical and logical data
  3. Retrieves data and instructions from main memory
  4. Stores Data into main memory once executed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What 4 main components do you find in the CPU

A
  1. Registers
  2. Control unit (CU)
  3. Arithmetic logic unit (ALU)
  4. Cache memory
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are registers?

A

Very fast memory within the CPU

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

Name 4 registers

A
  1. Program counter (PC)
  2. Memory Address Register (MAR)
  3. Memory Data Register (MDR)
  4. Accumulator (ACC)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does the Program counter do?

A

keeps track of the memory address of the next instruction to be executed in a program

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

What does the MAR do?

A

holds the address of the current instruction that is to be fetched from memory

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

What does the MDR do?

A

holds the contents found at the address held in the MAR

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

What does the ACC do?

A

store the results of arithmetic and logical operations done in instructions

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

What are buses

A

Electrical connectors along which the data is passed to different parts of the computer system (CPU, RAM)

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

Name 3 buses

A

Data bus, Address bus, control bus

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

What does the data bus do?

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

What does the address bus do?

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

What does the control bus do?

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

What is the clock in a CPU?

17
Q

1MHz = ??

18
Q

Where is the CPU located in a computer system?

A

the motherboard

19
Q

What is cache memory?

20
Q

What is the FDE cycle?

A

Fetch, decode, execute