Podcast
Questions and Answers
What is a logical and physical address space?
What is a logical and physical address space?
- The logical address is the address seen by the hard disk while the physical address is the address generated by the CPU.
- The logical address is the address generated by the CPU while the physical address is the address seen by the memory unit. (correct)
- The logical address is the address generated by the CPU while the physical address is the address seen by the hard disk.
- The logical address is the address seen by the memory unit while the physical address is the address generated by the CPU.
What's the difference between dynamic loading and dynamic linking?
What's the difference between dynamic loading and dynamic linking?
- Dynamic loading and dynamic linking are not used in memory management.
- Dynamic loading is the process of loading a library at runtime while dynamic linking is the process of linking a library at runtime. (correct)
- Dynamic loading and dynamic linking are the same thing.
- Dynamic loading is the process of linking a library at runtime while dynamic linking is the process of loading a library at runtime.
What is swapping?
What is swapping?
- Swapping is the process of moving part or all of a process from disk to main memory.
- Swapping is the process of moving part or all of a process from main memory to cache.
- Swapping is the process of moving part or all of a process from cache to main memory.
- Swapping is the process of moving part or all of a process from main memory to disk. (correct)