Internal Hardware Flashcards

1
Q

Von Neumann structure

A
  1. computer gets command from input devices
  2. commands get processed by computer
  3. information may be stored or retrieved from storage devices
  4. computer shows final result on output devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

3 processor components

A
  1. arithmetic logic unit
  2. control unit
  3. system clock
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

where is the processor connected directly to

A

the main memory

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

what does the alu do?

A
  • all processing happens there
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

explain what happens in the alu

A
  • binary signals representing data are sent through logic gates which transforms them into result data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what does the control unit do?

A
  • it controls other parts of the processor
  • sends controls in order
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

explain what happens in the control unit

A
  • signals the alu to read from main memory, process it and write it back into the main memory
  • based on the system clock, it gives time before the next signal is sent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what does the main memory do

A

it stores data by using many locations identified by addresses

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

what is an address in the main memory?

A

a number that identifies a unique memory location

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

what is stored in the main memory?

A

instructions for the cpu on how to handle data

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

what are buses?

A
  • a collection of wires for short connections between CPU components which are transmitting electrical signals
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

3 types of buses

A
  • address
  • data
  • control: control signals, orders for receiver
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is the fetch-execution cycle?

A

the order of processing done by the CPU

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

what is the CPU operation order?

A
  1. CU fetches binary instructions from main memory
  2. CU decodes the instruction
  3. ALU executes the instruction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

how does fetch work?

A

copying of an instruction binary number from the main memory into the instruction register on the CPU

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

how does decode work?

A

a logic circuit called the instruction decoder in the control unit analyses the binary number in the instruction register

17
Q

how does execute work?

A

ALU carries out each action and the resulting new data is sent to the memory unit to be stored