What is the purpose of random access memory in the computer system?

a. to store easily accessible information permanently
b. to transfer several bits of data simultaneously
c. to monitor data usage
d. to temporarily store information

Answer: d

Computer Science & Information Technology

You might also like to view...

Rules for creating passwords include all of the following EXCEPT ________

A) use a dictionary to find a lengthy word that is easy to remember B) use letters, numbers and symbols in your passwords C) change your password frequently D) keep your password a secret

Computer Science & Information Technology

What happens if the loop-continuation test is omitted in a for-statement?

a) C assumes the condition is false, so the loop terminates. b) A syntax error occurs. c) C assumes the condition is true, so the loop executes one more time, then terminates. d) An infinite loop.

Computer Science & Information Technology