Computers Flashcards

1
Q

What is the input stage of the input-process-output?

A

Data is entered into the computer via input devices such as keyboard, mouse, microphone and camera.

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

What is the process stage of the input-process-output?

A

The data is then processed. The computer performs a series of actions on the input data according to the instructions in the program it is following. This is done by the CPU in the processor.

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

What is the output stage of the input-process-output?

A

The results of the processing are then output to the user of the computer through devices such as monitor, printer and speakers.

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

What is the CPU?

A

The central processing unit carries out (executes) all of the stored program instructions.

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

What is the CU of the CPU?

A

The control unit controls all of the other components of the CPU, it contains the decoder.

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

What is the decoder of the CPU?

A

Interprets program instructions and tells the ALU what operations to carry out.

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

What is the clock of the CPU?

A

Controls the rate at which program instructions are carried out, by sending control electrical signals at regular intervals, called cycles.

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

What is the ALU of the CPU?

A

The arithmetic logic unit performs arithmetic and logical operations to carry out program instructions.

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

What are the buses of the CPU?

A

They are electrical conductors that carry electrical signals between components in the CPU and between the CPU and other components in the motherboard.

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

What are the registers of the CPU?

A

Memory locations. Some perform special functions in the fetch-decode-execute cycle.

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

What is the cache of the CPU?

A

Very fast random access memory (RAM).

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

What is clock speed measured in?

A

Gigahertz. 1 GHz is 10^9 cycles per second.

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

What are the factors that affect the performance of the CPU?

A

Clock speed, cache size, number of cores and type of RAM, and hard drive speed.

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

What is Von Neumann architecture?

A

The way in which the CPU is designed and carries out the instructions with other components.

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

What did John Von Neumann do in 1945?

A

He designed a stored program computer where both the program and data are stored in the memory. The components are: a CPU, a program counter, memory and input and output mechanisms.

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

What activities does the ALU carry out?

A

Addition, subtraction, multiplication and division. Comparisons between two different numbers.

17
Q

What is the program counter register?

A

Holds the address of the next instruction to be fetched.

18
Q

What is the MDR register?

A

The memory data register is a temporary store (buffer) for anything copied from memory.

19
Q

What is the MAR register?

A

The memory access register holds the address of the memory location currently being read (fetched) or written to.

20
Q

What is the accumulator register?

A

Stores the results of calculation carried out by the ALU.

21
Q

What happens during the fetch cycle of the fetch-decode-execute cycle?

A

The control unit sends a ‘read’ signal to the RAM on the control bus and uses the address bus to send signals specifying the required memory location in the RAM. The contents are transferred to the CPU along the data bus.

22
Q

What happens during the decode and execute of the fetch-decode-execute cycle?

A

The program instructions or data are sent from the RAM to the CPU. The CU interprets the instruction (decode). The CU then carries out the instruction. It instructs the ALU if calculations needs to be performed (execute).

23
Q

What is RAM?

A

Random access memory is where the computer stores data and instructions when an application is running. Data can be read from and written to RAM. It is volatile, meaning if power is turned off, the data in RAM is lost.

24
Q

What is ROM?

A

Read only memory is used to store instructions that don’t need to be changed during normal use. Data can only be read from ROM. ROM is non-volatile, it retains data even if the power is turned off.

25
Q

How can computers be upgraded with RAM?

A

As RAM is often removable, adding more RAM upgrades your computer.

26
Q

What is cache memory?

A

Cache memory is very fast memory, within the processor. The cache speeds up processing by storing recently or frequently used instructions so that they do not have to be fetched from the main memory which is much slower.

27
Q

What happens when the cache becomes larger?

A

It takes longer to find the data and becomes slower. Therefore, it is split into different levels.

28
Q

Why is cache not used for main memory in personal computers?

A

It is too expensive.

29
Q

What are the three main types of storage device?

A

Magnetic discs, optical discs and solid-state memory.

30
Q

What is the need for secondary storage?

A

Data and programs are stored permanently on secondary storage devices but the CPU cannot access them directly and so they must be transferred to the main memory. They can also be used to transfer stored data between computers.

31
Q

What is magnetic storage?

A

Magnetic storage devices include hard disc drives which can store large amounts of data. Hard disc drives consist of stacks of non-removable discs coated with magnetic materials.