Which problem occurs when software applications continuously allocate memory space in RAM but fail to release it back to the operating system after finishing their tasks? MCQ with Answer and Explanation
Which problem occurs when software applications continuously allocate memory space in RAM but fail to release it back to the operating system after finishing their tasks?
A. Buffer Overflow
B. Memory Leak
C. Disk Defragmentation
D. Cache Truncation
Answer: Option B
Solution (By JKSSB Mock Tests)
A memory leak happens when a program allocates memory space from the system heap but fails to free it up after use, reducing available RAM until the system slows down or crashes.
Explanation:
In traditional chipset architecture, the Northbridge connects the CPU to high-speed components like RAM and PCIe graphics. Modern CPUs often integrate the memory controller, reducing the Northbridge's role.
No comments yet. Be the first to start the discussion!