___________ is a memory management scheme where physical memory is divided into fixed-sized blocks, and each process is assigned contiguous blocks.
- Fragmentation
- Paging
- Segmentation
- Swapping
Paging is a memory management scheme where physical memory is divided into fixed-sized blocks called frames, and logical memory is divided into fixed-sized blocks called pages. Each process is then assigned contiguous blocks of frames for its pages. Paging helps in efficient memory utilization and reduces external fragmentation.
Loading...
Related Quiz
- In a process, each ___________ represents a separate execution environment.
- In an e-commerce application, you're tasked with optimizing database queries to display product recommendations based on user preferences. How would you approach this problem using RDBMS concepts?
- Your team consists of members from different geographical locations. How would you ensure effective communication and collaboration throughout the SDLC process?
- Anomalies such as insertion, update, and deletion anomalies are minimized through ___________ normalization.
- What is the difference between a primary key and a foreign key in a relational database?