9 Lecture
CS301
Midterm & Final Term Short Notes
Memory Organization
Memory organization refers to the way in which computer memory is structured and utilized. The memory is organized into a hierarchy of levels, each with different access times, capacity, and cost. The lower levels of memory are faster but more e
Important Mcq's
Midterm & Finalterm Prepration
Past papers included
Download PDF
Which of the following is the fastest type of memory? a) Registers b) Cache c) Main memory d) Secondary storage Answer: a) Registers
Which level of memory is located close to the CPU and used to store frequently accessed data? a) Registers b) Cache c) Main memory d) Secondary storage Answer: b) Cache
Which level of memory is used to store data and program instructions during execution? a) Registers b) Cache c) Main memory d) Secondary storage Answer: c) Main memory
Which type of memory has the largest capacity? a) Registers b) Cache c) Main memory d) Secondary storage Answer: d) Secondary storage
Which type of storage is used for long-term data storage? a) Main memory b) Secondary storage c) Cache d) Registers Answer: b) Secondary storage
Which level of memory has the slowest access time? a) Registers b) Cache c) Main memory d) Secondary storage Answer: d) Secondary storage
Which level of memory is the most expensive? a) Registers b) Cache c) Main memory d) Secondary storage Answer: a) Registers
Which level of memory has the largest capacity? a) Registers b) Cache c) Main memory d) Secondary storage Answer: d) Secondary storage
Which type of memory organization is used to minimize the time spent accessing data from higher levels of the memory hierarchy? a) Top-down organization b) Bottom-up organization c) Parallel organization d) Hierarchical organization Answer: d) Hierarchical organization
Which type of computing system may use different types of memory organization depending on its intended use and performance requirements? a) Embedded systems b) Personal computers c) Supercomputers d) All of the above Answer: d) All of the above
Subjective Short Notes
Midterm & Finalterm Prepration
Past papers included
Download PDF
What is memory organization? Answer: Memory organization refers to the arrangement of memory blocks and allocation of data in the computer's memory.
What is the memory hierarchy? Answer: The memory hierarchy is a hierarchy of different types of memory with varying access times and storage capacities.
What is the purpose of memory hierarchy? Answer: The purpose of memory hierarchy is to provide faster access to frequently used data and reduce the average access time.
What is cache memory? Answer: Cache memory is a small, fast memory that is used to temporarily store frequently accessed data and instructions.
What is virtual memory? Answer: Virtual memory is a technique that enables a computer to use more memory than it physically has by temporarily transferring data from the main memory to the hard disk.
What is a memory module? Answer: A memory module is a small circuit board that contains multiple memory chips and is used to expand the memory capacity of a computer.
What is a memory controller? Answer: A memory controller is a device that manages the flow of data between the computer's CPU and memory.
What is the role of the memory controller? Answer: The memory controller is responsible for controlling the access to memory, optimizing data transfer, and managing the memory hierarchy.
What is DRAM? Answer: DRAM (Dynamic Random Access Memory) is a type of memory that is commonly used in computers for main memory.
What is SRAM? Answer: SRAM (Static Random Access Memory) is a type of memory that is faster and more expensive than DRAM and is commonly used in cache memory.