system architecture Flashcards

1
Q

central processing unit

A

process data and instruction by repeating the fetch execute cycle

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

control unit

A

sends control signals to direct the operation of the CPU.
it also decodes instructions as a part of the F-E cycle

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

Arithmetic logical unit

A

it performs the logical calculation

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

cache memory

A

used to temporarily store data that is frequently accessed.

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

von Neuman architecture

A

describes a system where the cpu runs programs stored in memory. program consist of instructions and data which are stored in memory addresses.

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

program counter

A

tracks the RAM 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

memory address register

A

tracks the RAM address of the instruction that is being fetched

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

memory data register

A

stores the data/instruction that has been transferred from RAM to the CPU

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

accumulator

A

stores the result of mathematical or logical calculations

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

fetch instruction

A
  1. copy memory address from the program counter to the MAR.
  2. copy the instruction stored in the MAR address to the MDR.
  3. increment(increase) the program counter to point to the address of the next instruction, ready for the next cycle.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

decode instruction

A

the instruction in the MDR is decoded by the CU. the CU may then prepare for the next step e.g. by loading values into the MAR or MDR.

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

execute instruction

A

the instruction is performed. this could be: load data from memory, write data to memory, do a calculation or logic operation, change the address in the PC, or halt the program.

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

clock speed

A

the measure of how quickly a CPU can process instructions.

the faster the clock speed, the more the computer can perform the FDE cycle each second.

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

NO. of cores

A

a complete set if CPU components(Control unit, ALU and registers.) each core is able to perform its own FDE cycle.

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

embedded systems

A

a computer system built into a larger machine. it performs a specific pre-programmed task which is stored in ROM.

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