Time left:

[All Quizzes] → [Linux System Programming] → [Memory Management]


1. ► Copy-on-write is implemented in the OS kernel.

A.
B.

2. ► memfrob can be used to encrypt any data.

A.
B.

3. ► Modern operating systems do not make extensive use of segmentation.

A.
B.

4. ► Heap and stack grow in opposite direction in a process.

A.
B.

5. ► malloc is a system call.

A.
B.

6. ► Virtual address and linear address are the same.

A.
B.

7. ► TLBs check for access bits of a page.

A.
B.

8. ► TLB stands for Translate Buffer.

A.
B.

9. ► Once malloc has returned a memory pointer, it is not possible to find out the size of usable memory available at that location.

A.
B.

10. ► Various mem* functions such as memset are more efficient than those written using simple loops in "C".

A.
B.


© 2016 VirtuQ™ Education All right reserved. | Terms of Use | Privacy Policy