Quiz 4 Flashcards

1
Q

Paging has external fragmentation.

A

False

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

Consider a logical address space of 16 pages with 1024 bytes per page, mapped onto a physical memory of 8 frames. How many bits are required in the logical address?

A

14

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
Consider the following memory segment table. What is the physical address for the following logical address (0,530)? 
Segment | Base | Length
0                 219    600
1               2300    14
2                  90    100
3               1327    580
4               1952    96
A

749

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

What is a computer program that takes one or more object files generated by a compiler and combines them into a single executable file, library file, or another object file?

A

linker

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

Contiguous-memory allocation has the ability to share code across processes.

A

False

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

Swapping is not typically supported in mobile systems.

A

True

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

What is the term in which a process is taken temporarily out of memory and stored on a hard disk and then brought back into memory for continued execution?

A

swapping

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

What is it called when the CPU does not have the data to complete its instruction?

A

stall

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

Consider the following memory segment table. What is the physical address for the following logical address (3,600)?

Segment   |  Base  |  Length
0                   219       600
1                 2300          14
2                    90        100
3                 1327       580
4                 1952         96
A

TRAP. 600 is larger than 580.

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

What is the term in memory management where a routine is not loaded until it is called?

A

dynamic loading

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