Which of the following is a type of memory that is used for storing data temporarily during computation?
A. Cache memory
B. Optical disc
C. Hard disk
D. ROM
Answer: Option A
Solution (By JKSSB Mock Tests)
Cache memory temporarily stores data and instructions for quick access during computation. ROM is permanent, hard disk and optical discs are secondary storage.
Explanation:
RAM loses all data immediately when system power drops (volatile), while ROM retains its stored instructions permanently without electrical current (non-volatile).
Explanation:
Memory alignment refers to placing data at memory addresses that are multiples of the data's size, which can improve performance by reducing the number of memory accesses needed.
No comments yet. Be the first to start the discussion!