Low Level Flashcards

1
Q

Virtual Machines?

A

an emulation of a complete computer system which can be used to run alternative operating systems, or several copies of a single operating system.

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

Emulators?

A

: software which duplicates the function of one computer system in another

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

Mobile Devices?

A

features which require different types of software from conventional desktop systems eg touchscreen, pinch

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

Vector Graphics?

A

stored as a collection of mathematically determined shapes or objects; each object in the picture has properties such as width, height, fill colour, line colour

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

Bitmap Graphics?

A

made up of a grid of pixels and stored in memory as a bit pattern of ones and zeros (calculations are mentioned later in this booklet)

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

Processor?

A

consists of several different parts: the Arithmetic and Logic Unit which performs calculations; the Control Unit which loads, decodes and executes instructions, and Registers which are small memory locations used by the processor

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

Cache?

A

a faster kind of memory which stores copies of the data from frequently used main memory locations

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

Read Only Memory?

A

Permanent memory; data is not lost when power switched off; this memory is very important and is used to store programs, like the operating system, for a long time

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

Random Access Memory?

A

Memory: used to hold all data required for an active program or application to run; data is transferred from backing storage to RAM and held there until it is no longer required by the processor

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

Address Bus?

A

identify the address of the location in cache or main memory that is to be read from or written to; uni-directional

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

Data Bus?

A

will transfer data to/from the address that is held on the address bus; bi-directional; the amount of data that can be carried by the data bus depends on the word size (width of the data bus)

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

Interfaces?

A

used to allow peripheral devices and hardware to connect to a computer system; allow for differences in speed and the way that data is handled by each peripheral device; an example is a USB; responsible for voltage conversion, status signals, data format conversion

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