Definitions: Single Sentence Flashcards

1
Q

Translation

A

The execution of a program by first replacing each instruction in it by an equivalent instruction in L0 and then running this new program.

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

Interpretation

A

The method of executing an L1 program by feeding it into a L0 program written to convert the L1 instructions of the input program line by line into equivalent L0 instructions and execute those instructions directly.

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

Underflow error for FPU

A

An underflow error with regards to floating point numbers occur when a small negative number is smaller than 0.1 * 10^-99 or a small positive number is smaller than 0.1 * 10^-99 and is due to the finite nature of the representation for numbers

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

Virtual Machine

A

A hypothetical computer whose machine language is higher than that of the physical machine on which the virtual machine inevitably runs.

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

Baud Rate

A

The number of time intervals also known as the number of potential signal changes per second.

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

SIMD processor

A

Consists of a large number of identical processors that perform the same sequence of instructions on different data

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

Processor bandwidth

A

Amount of MIPS a CPU has

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

Hamming Distance

A

The number of bit positions in which two codewords differ.

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

Multiprogramming

A

Having several programs in memory at once which is useful because while one program may be waiting for input/output to complete another could compute.

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

Data path of von Nuemann machine

A

Consists of registers, the ALU and the busses connecting the aforementioned pieces.

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

Direct Memory Access (DMA)

A

A controller that reads or writes to or from memory without CPU intervention

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

Rotational Latency

A

The delay of time after the read/write head is positioned radially till the desired sector rotates underneath the head.

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

Latency (of a processor)

A

How long it takes the processor to execute an instruction

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

Vector processor

A

A processor where all of the instructions occur in a single heavily pipelined unit
Notable vector processor: Cray-1 1974

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

Control Store

A

A fast read-only memory

Was used to hold interpreter

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

Track (HDD)

A

The circular sequence of bits written as the disk makes a complete rotation

17
Q

Sector (HDD)

A

Fixed length division of a track

18
Q

Cylinder (HDD)

A

The set of tracks at a given radial position.

19
Q

Moore’s Law

A

Emperical observation that the amount of transistors double every 18 months.

20
Q

Bus

A

A collection of parrallel wires used to connect the components of a computer

21
Q

Locality principle (Cache Memory)

A

The observation that the memory references made in any short time interval tend to use only a small fraction of the total memory.

22
Q

Parity

A

The fact of being even or odd

23
Q

Superscalar Architecture

A

Describes a processor achitecture where multiple instructions are issued by the processor in a single clock cycle

24
Q

Multiprocessor

A

Data parallel processors where all the CPU’s are not independent since they have a single control unit and shared memory.

25
Q

Seek (HDD)

A

The action of moving the read/write head to the correct radial position

26
Q

VLSI

A

Very large scale integration, put lots of transistors on a single chip.