Computer Systems and CPU Flashcards

1
Q

Name input devices

A
Keyboard
Mouse
Touch Screen
Microphone
Heat Sensor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name output devices

A

Monitor
Printer
Speakers
LED light

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

What is a data bus

A

It carries the actual data around the system. Each wire or track carries a single data bit

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

What is an address bus

A

It carries information on where the data needs to go or come from

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

What is a control bus

A

This carries signals around the system to control various components such as the DVD drive or HDD

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

What is an embedded system

A

It is a designed system to perform a specific task e.g Traffic lights or lift or DVD player

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

Describe the CPU

A

it is often described as the ‘brain’ of the computer

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

What does the CPU do

A

It fetches instructions form RAM and it decodes the instructions and given to a computer program

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

What are the 3 sections of the CPU

A

Registers, arithmetic logic unit (ALU) and control unit

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

What does the arithmetic logic unit do

A

Arithmetic operation -
performs standard arithmetic such as subtraction or addition

Logic Operation - It deals with logic and comparisons such as ‘if this value grater than that value the answer is always ‘true’ or ‘false’

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

What does the control unit do

A
  1. Controls the way the data moves around the CPU]
  2. It controls the flow of data between the CPU and other components
  3. It executes the instructions provided by the program
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do the registers do

A

It holds the data value e.g 8 bit CPU has 8 bit registers. They also hold temporary data while the software program is running

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

How does cache work

A

it has levels 1-3, 1 being the fastest but being smaller. level 2 is slower but bigger and level 3 is the slowest but the largest

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

What factors determine the performance of a CPU

A

clock speed, cores, cache and size of RAM

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

What is the process called where you can run a CPU faster than its normal design

A

Overclocking but you will need more cooling items

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

What is the typical clock speed of a CPU

A

3.5 GHz

17
Q

What is parallel processing

A

When a single task is split into two or more parts and each part is processed at the same time