Chapter 2-2 Flashcards

1
Q

allows the microprocessor to address only the first 1M byte of memory space

A

Real Mode Operation

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

What do you call the the first 1M byte of memory?

A

Real Memory, Conventional Memory, or DOS Memory system

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

The 80286 and above operate in either the ____ or ____ mode

A

real; protected

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

located within one of the segment registers, defines the beginning address of any 64K-byte memory segment.

A

Segment Address

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

selects any location within
the 64K byte memory segment.

A

Offset Address

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

Length of segments in the real mode

A

64KB

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

Other term for offset address

A

displacement

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

In the real mode, what is internally appended on the rightmost end of each segment register?

A

0H

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

What do you call a 16-byte boundary?

A

Paragraph

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

Is found by adding 0H to the end of the segment register

A

starting address

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

Is found by adding FFFFH to the beginning address

A

ending address

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

What is This area of memory (0FFFF0H–
10FFEFH) referred to as?

A

High Memory

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

is always added to the starting address of the segment to locate the data.

A

offset address

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

How many bits should the offset address be?

A

16-bit

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

indicates the first available area of memory above the drivers and other TPA program

A

free-pointer

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

automatically handles the program loading

A

Program Loader

17
Q

is one that can be placed into any area of memory and executed without change.

A

Relocatable Program

18
Q

are data that can be placed in any area of memory and used without any change to the program.

A

Relocatable Data

19
Q

Sample: If 2000H is the segment register, what is the starting address and ending address?

A

20000H and 2FFFFH

20
Q

Sample: If 4000H is the segment register and the offset address is the sum of F000H and 3000H, what is the generated address?

A

42000H