Buses and Instructions Flashcards

1
Q

What is the Address Bus?

A

The address bus is used to get the location/destination of where the data is meant to go to.

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

What is the Data Bus?

A

Transfers data between the processor and the memory

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

What is the Control Bus?

A

This is a bi-directional bus that sends signals to the registers, data bus and the address bus.

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

What are the three steps to an Instruction?

A

Fetch, Decode, Execute

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

Fetch?

A

The processor fetches the program’s next instruction from memory. The instruction will be stored at a memory address and will contain the instruction in binary code.

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

Decode?

A

The processor works out what the binary code at the address means and turns it into readable language for the computer to understand.

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

Execute?

A

The processor carries out the instruction which may involve reading an item of data from memory, performing a calculation, or writing data back into memory.

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

What are Interrupts?

A

This is a signal sent to the processor from a program, or from an external device, such as a hard disk, printer or keyboard.

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