Quiz 1 Flashcards

(20 cards)

1
Q

What is a computer?

A

Machines that process data

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

What is a computer system?

A

A system that consists of 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?

A

Physical components of a computer

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

What are examples of hardware

A

CPU, motherboard and monitor

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

What is software?

A

Programs that a computer runs

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

What are examples of software?

A

Word processors, games and emails

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

What are embedded systems?

A

Computer systems built into other systems

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

What are embedded systems often used as?

A

They are used as control systems. They monitor and control variables to achieve desired results

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

What are the properties of an embedded system?

A

They are easy to design

Cheap to produce

More efficient at doing their task then general purpose pc

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

What are examples of the computers components?

A

Power supply, motherboard, hard drive disks and cpu

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

What does the cpu stand for?

A

Central processing unit

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

What does the ALU do?

A

The ALU does all calculations

It performs logic operations such as AND,OR and NOT and binary shifts

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

What are the 5 main parts of the cpu?

A

the control unit, the arithmetic logic unit, cache, the clock and buses

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

What is cache?

A

cache is very fast memory in the CPU. It is slower than registers, but faster than RAM

it stores regularly used data so that the CPU can access it quickly the next time is needed, When
the CPU requests data, it checks cache first to see if the data is there. If not it will fetch it from RAM

Caches have a very low capacity and are expensive compared to RAM and secondary storage

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

What is the clock?

A

The clock sends out a signal that continually cycles between 1 and 0, usually at a constant rate

The signal is used to synchronise when instructions will be carried out

The number of clock cycles per second is called the clock speed

17
Q

What are buses?

A

Buses are collections of wires that are used to transmit data between components of the cpu, and to other parts of the computer system

18
Q

What is the control unit?

A

The control unit is in overall control of the CPU. Its main job is to manage the fetching,decoding and execution of a program instructions by following the fetch-execute cycle

it controls the flow of data inside the CPU( to registers,ALU, cache) and outside the CPU( to main memory and input/output devices)

19
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 a cpu depends on different characteristics like its clock speed,number of cores and cache size and type

20
Q

What system architeture do we use?