computer systems and the cpu Flashcards

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

what is hardware

A

the physical stuff inside the computer

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

give 3 examples of hardware

A

cpu, gpu, ram

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

what is software

A

the programs a computer system runs

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

embedded systems

A

small computer usually built into other devices, usually control systems

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

give 3 examples of where you might find an embedded system

A

dishwasher, sat nav, microwave

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

why are embedded systems used

A

they are usually easier to design, cheaper to produce and more efficient at their tasks than general purpose systems

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

what are peripherals

A

larger pieces of external hardware

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

give 3 examples of peripherals

A

keyboard, mouse, headphones

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

what does cpu stand for

A

central processing unit

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

what happens in the cpu

A

it is where the computer processes all data and instuctions

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

what does the cu stand for

A

control unit

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

what happens in the control unit

A

controls the flow of data in and out of the cpu
it also manages the fetch decode and execution of instructions

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

what does the ALU stand for

A

arithmetic logic unit

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

what happens in the ALU

A

carry’s out calculations including addition, subtraction, division and multiplication. also preforms binary shifts and logic operations

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

what happens in the cache

A

stores regularly used instructions/data
low capacity but high speeds

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

what are the three levels of cache memory

A

L1-decreasing speed
L2 - in the middle
L3- increasing capacity

15
Q

what happens in the registers

A

temporarily holds small amounts of dat. very fast to read or write to

16
Q

what are the 4 common cpu components

A

control unit
arithmetic logic unit
cache
registers

17
Q

three factors affecting cpu preformance

A

number of cores
clock speed
cache size

18
Q

what is the importance of the amount of cores

A

each core processes data independently, so the more cores the more F,D,E cycles can be preformed at once
some software is designed to take advantage of multicore processing

19
Q

what is the importance of clock speed

A

this is the amount of F,D,E cycles a single core can preform a second

20
Q

what is the importance of the cache size

A

a larger cache size gives the cpu access to more data faster

21
Q

what will affect the performance of the cpu but also the price

A

if a cpu has more cores and a higher clock speed it will have better performance but it will also cost more

22
Q
A