Basic Computer Structure Flashcards

1
Q

What is another name for the microprocessor?

A

CPU

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

What does a microprocessor do?

A

Performs mathematical and logical functions of manipulating the data memory

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

What sort of data does a CPU perform mathematical functions on?

A

Binary

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

What does ROM stand for?

A

Read Only Memory

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

What does a ROM usually contain and what does it do?

A

Usually contains the main programme
Used to store programme steps and constant values
Instructs CPU what to do, when to do it and how to do it

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

What is an example for a storage of contant values regarding RAM?

A

A digital device that stores the safe temperature limit so when temperature exceeds that value, alarms go off. The temperature is known as a constant value because it cannot be changed

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

What does PROM stand for and what is a characteristic?

A

Programmable Read Only Memory

It is able to be specifically programmed by the operator

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

What types of PROM are there?

A

EPROM

EAROM

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

What does an EPROM stand for and what can it do?

A

Erasable Programmable Read Only Memory

It is able to erase data with a UV light and the operator can reprogramme the device

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

What does EAROM stand for and what can it do?

A

Electrically Alterable Read Only Memory

It can change individual elements of the memory without erasing all data

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

Which one is seen to be more beneficial - EAROM or EPROM ? And why

A

EAROM is better as it is seen as a benefit to be able to change individual elements of the memory rather than having to erase it and reprogramme everything like the EPROM does

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

What does RAM stand for?

A

Random Access Memory

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

What is the job of a RAM?

A

To store data temporarily until the data is needed for processing

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

What happens when the RAM gets full ?

A

Things process slower than normal

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

What sort of memory is a RAM refered to as?

A

Volatile

17
Q

What does I/O stand for?

A

Input/output device

18
Q

What do I/Os do?

A

Provides interface between the microprocessor and the outside world

19
Q

How many types of buses are there and what are their names?

A

3 types

Data bus
Address bus
Control bus

20
Q

What is the function of the data bus?

A

Used to carry data associated with a memory or I/O transfer

21
Q

What is the function of an Address Bus?

A

To specify memory location or I/O port involved in a transfer

22
Q

What is the function of a control bus?

A

To communicate with other devices within the computer system via the CPU

23
Q

What is hardware?

A

All parts and devices that are used to process the digital data

24
Q

What is software?

A

All the programmes and instructions for the CPU