Section One - Components of a Computer System Flashcards

1
Q

What is the purpose of a computer?

A

Take data, process it and then output it.

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

What is hardware?

A

Hardware is the physical stuff that makes up your computer system, like the CPU, motherboard monitor and printer

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

What is software?

A

Software is the programs or applications that a computer system runs, like an operating system, word processors or video games

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

What is an embedded system?

A

Embedded systems are computers built into other devices, like dishwashers, microwaves, and TV’s. They are usually dedicated systems

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

What is the CPU?

A

The CPU is the brain of the computer system, it processes all of the data and instructions that make a system work. The processing power of the CPU depends on different characteristics, like it’s clock speed, number of cores and cache size

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

What are the three main parts of a CPU?

A

The control unit (CU)
The arithmetic logic unit (ALU)
The cache

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

What does the control unit (CU) do?

A

It has the overall control of the CPU, is main job is to execute program instructions by following the fetch-decode-execute cycle.

It controls the flow of data inside the CPU and outside the CPU

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

What does the Arithmetic Logic Unit?

A

The ALU does all the calculations, it completes simple addition and subtraction, compares the size of numbers and can do multiplication and divisions.

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

What does the Cache do?

A

The cache has very fast memory in the CPU. it’s slower than the registers but faster than RAM. It stores regularly used data so that the CPU ca access it quickly the next time its needed. When the CPU requests data, it checks if the cache first to see if the data is there, if not it will fetch it from ram

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

What is Volatile memory?

A

Temporary memory that requires power to retain its data

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

What is Non-volatile memory

A

Non-Volatile memory is permanent memory, it keeps its contents even when it has no power.

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

What is RAM

A

RAM(Random Access Memory) is used as the main memory in a computer, it can be read or written too and it is volatile.

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

What is ROM?

A

ROM(Read Only Memory) is non volatile memory and can only be read not written to.

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

What is the Clock Speed?

A

The number of instructions a single processor core can carry out per second (Hz). For most desktop computers, this will be somewhere around 3.5 GHz (3 bullion instructions per second)

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

What is the Number of Cores?

A

Each core in a CPU can process data independently of the rest. The more cores a CPU has, the more instructions it can carry out at once, so the faster it can process a batch of data

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

What are the two main tiers of storage?

A

Primary and Secondary

17
Q

What are the 3 main types of secondary storage?

A

Optical, solid state and magnetic

18
Q

What does GUI stand for?

A

Graphical User Interfaces