1.1.1 Structure and function of the processor Flashcards

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

List some common input devices.

A
  • Keyboard
  • Touch screen
  • Puff suck switch
  • Eye tracking software
  • Microphone
  • Joystick
  • Cameras
  • Barcode reader
  • Biometric scanner
  • Graphics tablet
  • Magnetic strip reader
  • Medical imaging devices
  • Remote controls
  • VR devices
  • Mouse
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List the common types of processors

A
  • Microprocessors
  • RAM
  • ROM
  • Silicon
  • Electrical logic circuits
  • GPU
  • CPU
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List some common output devices.

A
  • Monitor
  • Speakers
  • Projector
  • Printers
  • Plotter
  • Headphones
  • Computer Output Microfilm (COM)
  • Braille reader
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does the CPU work and what is its purpose

A

The central processing unit is used in the computer to store send and receive data throughout the system such as control commands such as read command which is used in reading data it is also used in comparisons of binary values and in internal calculations inside the arithmetic logic unit

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

How does the RAM work and what is its purpose

A

This is the main memory in a computer even though it is volatile this therefore means it can be lost it is used by the CPU in the fetch decode cycle this is the process of retrieving data and decoding it inside the CPU it is also used by the CPU to store data and address also used in the CPU.

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

What is the function of the Address bus

A

This is used to carry the address of the instruction or the data from the memory address register to the memory this is a one way data flow.

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

What is the function of the Data bus

A

This carries data between the processor and the memory this is a bi-directional bus therefore this can send and receive data this can also send the instruction as well as data from the CPU to the memory.

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

What is the function of the control bus

A

This sends control signals from the CPU to the components this is also a bi-directional bus this allows from the processor to send and receive the required control signals.

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

What is the function of the Program counter

A

This is the program counter and this is used for the fetch decode execute cycle it is used to store the address of the next instruction.

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

What is the function of the Memory address register

A

Memory addresses register this stores the address of the data or instruction that are to be retrieved from or sent to the memory. The value of the program counter is the same value as the memory address register unless it is fetching data then it stores the address of the data. This is used as the location of the data or instruction.

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

What is the function of the Memory address register

A

This stores the data that is to be sent or retrieved from the memory.

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

What is the function of the Control unit

A

Control unit this is used to control data flow throughout the CPU and also how data moves from the CPU to the memory.

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

What is the function of the ALU

A

Arithmetic logic unit this is used to do calculations inside the computer and is also used in comparison of binary numbers.

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

What is the function of the CIR

A

Current instruction register stores the instruction that is being decoded or executed

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

What is the function of the Cache

A

The cache is used to store the last used address and is used by the ram and this allows for quicker processing as during the fetch decode execute cycle the cache is checked before the cycle begins.

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

In the decode unit the binary command for end is?

A

0000 0000

17
Q

In the decode unit the binary command for add is?

A

0001 0110

18
Q

In the decode unit the binary command for Subtract is?

A

0011 0111

19
Q

In the decode unit the binary command for store is?

A

1001 0010

20
Q

In the decode unit the binary command for load is?

A

0011 0000

21
Q

In the decode unit the binary command for branch always is?

A

0000 0001

22
Q

In the decode unit the binary command for branch is ACC=0 is?

A

0111 address

23
Q

In the decode unit the binary command for branch if ACC>=0 is?

A

1001 address

24
Q

In the decode unit the binary command for input is?

A

1001 0001

25
Q

In the decode unit the binary command for output is?

A

1001 0010