Fundamentals of computer systems Flashcards

1
Q

What is the Arithmatic and Logic Unit

A

Carries out arithmatic and logic operation the operands in computer instruction words

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

Fetch -Decode-execute cycle

A

This is how a computer central processing unit(CPU) carries out program instruction

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

Fetch

A

This is the stage where the CPU fetches the next instruction from memory.

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

decode

A

once the instruction is fed and stored in the IR , the cpu needs to understand what operation the instruction is commanding it to perform this is the decode stage

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

Execute

A

Now that the instruction has been decoded ,the CPU proceeds to execute it. the action in this stage can involve either arithmetic or logical operations ,data transfers between registers and memory ,branching to a different part of the program,or other actions as specified by the instructions .this stage may also involve updating the program counter .

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

Memory/RAM

A

An array of bytes/words . It reads and writes bytes/words

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

Control Unit

A

In charge of deciding what’s the next step for the unit

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

Registers

A

Very fast memory on the CPU.Small amounts of fast memory

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