Vidyalelo
Computer Fundamentals · Q925

Computer fundamental

Computer Related · Computer Fundamentals · question 925

Q925

Which memory stores the values of variables.

A.
SAM
B.
ROM
C.
RAM
Answer
D.
PROM
E.
None of the above

Answer: Option C

Solution

Answer: Option C
Solution:
Variables are usually stored in RAM. Most variables stored in the array (i.e., in main memory) are larger than one byte, so the address of each variable is the index of the first byte of that variable. Viewing main memory as an array of bytes. Main memory, often called RAM, can be visualized as a contiguous array of bytes.