Computer Systems + CPU 1.1 Flashcards

(24 cards)

1
Q

Give 2 examples of hardware

A

CPU and keyboard

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

What is hardware in an computer system?

A

The physical components of a computer e.g. keyboard ,CPU, monitor

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

What is software in a computer system?

A

The programs that a computer system runs e.g. operating system, games, web browser

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

Give 2 examples of software?

A

Web browser and Operating system

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

How do hardware and software work together?

A

Hardware runs and interacts with software to preform tasks; software gives instructions that hardware executes

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

Give 2 examples of peripherals

A

Keyboard and mouse

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

What are peripherals?

A

External pieces of hardware like a keyboard or mouse that connect to a computer system

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

What is an embedded system?

A

A computer built into another device e.g., dishwashers, microwaves or satnavs

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

How do embedded systems differ from general-purpose systems?

A

They are designed for one specific task, making them more efficient and cheaper, but less flexible

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

Name 2 disadvantages of embedded systems

A

Can be difficult to service or troubleshoot; transferring data can be challenging (maintenance issues)

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

Name 3 advantages of embedded systems

A

Easier to design, cheaper to produce, more efficient at their specific task than general-purpose systems

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
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
13
Q

What is the purpose of the CPU?

A

It processes all data and instructions and carries out program operations

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

What is the CPU often referred to as?

A

The “brain” of the computer

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

Where does a computer process all data and instructions?

A

In the CPU

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

What is the role of the Control Unit (CU)?

A

It controls the flow of data in and out of the CPU and manages the fetching, decoding, and execution of instructions

17
Q

What does the ALU do?

A

It performs calculations such as addition, subtraction, multiplication, and division, and also carries out logic operations.

18
Q

What is cache memory used for?

A

It stores frequently used data for quick access, has a local capacity, and is expensive but very fast.

19
Q

How many levels of cache memory are there?

A

There are three levels: L1, L2, and L3.

20
Q

What happens to cache speed from L1 → L3?

A

It decreases (L1 fastest, L3 slowest)

21
Q

What happens to cache capacity from L1 → L3?

A

It increases (L1 smallest, L3 largest)

22
Q

Which cache level is fastest?

23
Q

Which cache level has the largest storage capacity?

24
Q

Summary - What 3 things make a CPU preform better?

A

More cores, higher clock speed, and larger cache = better performance but higher cost.