section 1- components of a computer system Flashcards

1
Q

what is a computer?

A

a machine that processes data

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

What is a computer system?

A

hardware and software that work together to process data/complete tasks

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

What is hardware? Give examples

A

physical stuff that makes up your computer system
e.g CPU, motherboard, monitor & printer

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

What is software? Give examples

A

programs or applications that a computer system runs
e.g operating system, word processor & video game

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

What are general purpose or dedicated systems computers? Give examples

A

general purpose - designed to perform many tasks (PCs & tablets)
dedicated systems - designed for one particular function (controlling traffic lights/ aeroplane )

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

What are embedded systems?

A

computer built into other devices e.g dishwashers, microwaves & TVs

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

What are control systems?

A

systems that monitor and control machinery to achieve a desired result

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

What factors makes embedded systems better than a general purpose computer?

A

because they’re dedicated to a single task =
cheaper to produce
more efficient at doing their task
easier to design
general purpose computer»»»»embedded systems

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

What does the power supply, case cooling fan & CPU heat sink & cooling fan & CPU do?

(main hardware components of a computer - in typical desktop PC)

(visualize parts in your head & check flashcard)

A

Power supply- supplies power to motherboard, optical, hard rives & other hardware
Case cooling fan- extracts hot air from computer case
CPU heat sink and cooling fan- keeps CPU at steady temperature (generate lots of heat)
CPU- most important component does all processing (hidden under the heat sink)

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

What does the optical drive, RAM sticks motherboard & hard disk drive do?

(main hardware components of a computer - in typical desktop PC)

(visualize parts in your head & check flashcard)

A

optical drive- for read/ writing of optical disks
RAM sticks- computer memory
Mother board- main circuit board in computer where hardware is connected
Hard disk Drive- internal secondary storage

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

What is the CPU?

A

CPU is brain of computer system
processes all data & instructions that makes the system work

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

What does the processing power of the CPU depend on?

A

clock speed
number of cores
cache size

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

What does the CPU architecture describe?

A

main components of CPU
how they interact with each other
& interaction with other parts of computer system

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

What is the control unit (CU)? (what does it do?)

A

overall unit of CPU
fetches, decodes & executes program instructions (via. fetch-execute cycle)
controls flow of data in CPU ( to registers ALU, cache) & outside the CPU (main memory & input/output devices)

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

What is the arithmetic logic unit (ALU)? (what does it do?)

A

does all the calculations
simple addition, subtraction, comparing size of numbers & multiplications/division (using repeated addition & subtraction)
performs logic operations (AND, OR, NOT) & binary shifts
contains accumulator register

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

What is the cache? (what does it do?)

A

very fast memory in the CPU (slower than registers but faster than ram)
stores regularly used data so CPU accesses it quickly when needed
CPU

17
Q

What are the CPU’s various registers jobs?

A

they temporarily hold tiny bits of data needed by the CPU
super-quick to read/write to -> quicker than any other form of memory

18
Q

What are disadvantages of Caches?

A

low capacity
expensive when compared to RAM & secondary storage.

19
Q

What are the different levels of cache memory?

A

L1 (quickest but lowest capacity)
L2 (slower than L1, but holds more)
L3 (slower than L2 but holds more)