1) Hardware Flashcards

1
Q

Components of the CPU

A

Controller
ALU (arthimitic and logic unit)
Registers
Internal memory

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

Function of the controller?

A

The controller sends and recieves signals from all parts of the computer. Ensuring that all processes take place at the right time in the correct order

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

Function of the ALU?

A

Part of the CPU that processes and manipulates data. It preforms simple calculations on the data that is temporarily stored in the register.

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

What is a register?

A

A register is a storage location found on the CPU where data is temporarily sored.
Registers are usually much faster to access than internal memory.

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

What is internal memory

A

Fast access memory on the CPU

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

Types of busses

A

Address bus - the storage address is travelled along this
Data bus- The path along which data travels
Control bus - Used by the controller to send control signals to different parts of the computer.

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

The Fetch, decode, execute cycle

A

1) The fetch cycle takes the address, stores it in instruction register, and then moves the program counter on one so it points at the next instruction
2) The control unit checks the instruction in the instruction register. This instruction is then decoded
3) The actual actions happen during the execution cycle depend on the instruction itself.

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

What is Cache memory

A

Cache memory is fast access type of memory and is expensive.

Improves performance of the CPU as it is able to provide instructions and data to the CPU at a faster rate

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

What is Clock Speed

A

The speed at which a processor operates.
Faster the clock speed, the faster the computer can run the fetch decode execute cycle.
Faster than RAM but more expensive than RAM

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

Number of cores

A

Single core - each instruction is processed one after the other.
Dual-core CPU, two instructions can be processed at once.
NOT ALWAYS FASTER - INSTRUCTION 2 MAY NEED INSTRUCTION 1 TO BE DONE!

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

Input devices

A

Mouse, Microphone, keyboard, webcam

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

Output devices

A

Projector, monitor, speakers, printer

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

Primary storage

A

RAM (Random access memory)

Ram is used for temporary storage of currently running programs and data.

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

What is ROM

A

Read only memory

Permeant storage of data, data cannot be changed.

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

What is Flash memory

A

Flash memory is used for the permanent storage of data.

Can be changed.

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

What is a mother board

A

The motherboard is the main circuit board

CPU and ROM both mounted on mother board

17
Q

What is a GPU

A

Graphical processing unit

Performs calculations needed to produce graphic images on screen