Chapter 13 Flashcards

Instruction Sets: Characteristics and Functions

1
Q

Define

Integer

Data type

A

A signed binary value contained in a byte, word, or doubleword, using twos complement representation.

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

Define

Ordinal

data type

A

An unsigned integer contained in a byte, word, or doubleword.

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

Define

Unpacked binary coded decimal (BCD)

data type

A

A representation of a BCD digit in the range 0 through 9, with one digit in
each byte.

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

Define

Packed BCD

A

Packed byte representation of two BCD digits; value in the range 0 to 99

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

Define

Near Pointer

A

A 16-bit, 32-bit, or 64-bit effective address that represents the offset within a segment. Used for all pointers in a nonsegmented memory and for references within a segment in a segmented memory.

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

Define

Far pointer

data type

A

A logical address consisting of a 16-bit segment selector and an offset of 16, 32, or 64 bits. Far pointers are used for memory references in a segmented memory model where the identity of a segment being accessed must be specified explicitly

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

Define

Bit field

data type

A

A contiguous sequence of bits in which the position of each bit is considered as an independent unit. A bit string can begin at any bit position of any byte and can contain up to 32 bits

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

Define

Bit string

data type

A

A contiguous sequence of bits, containing from zero to 2^23 – 1 bits.

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

Define

Byte string

data type

A

A contiguous sequence of bytes, words, or doublewords, containing from zero to 2^23 – 1 bytes

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

Define

Packed SIMD (single
instruction, multiple data)

data type

A

Packed 64-bit and 128-bit data types.

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