Just giving this a shot,

Which of the following statements about RAM are TRUE? Select all that apply.

a) Any part of RAM can be accessed at any time.

b) RAM is an area of a computer that holds programs and data that are waiting to be processed, to be stored on permanent basis, or to be output.

c) RAM stores information on permanent basis.

d) RAM stands for Read Acess Memory.

---
I said a to be true but only received partial credit. Which statements are true in this case? I know c and d are definitely not true because ram is only for temporary storage when the PC is on, so it's either between both a and b, or b, not a.
Any help is greatly appreciated!

http://www.google.com/webhp?sourceid=chrome-instant&rlz=1C5CHFA_enUS705US707&ion=1&espv=2&ie=UTF-8#q=ram%20means%20what%20to%20a%20computer

I can say that the answer is b, because it is not used for permanent storage

B Is The Answer

To determine which statements are true about RAM, let's analyze each option:

a) Any part of RAM can be accessed at any time.
This statement is not entirely true. While it is correct that RAM can be accessed, it is important to note that RAM operates on the principle of random access, meaning that any location within RAM can be accessed directly. However, there are limitations to simultaneous access to different parts of RAM due to the architecture of the memory bus and CPU cache.

b) RAM is an area of a computer that holds programs and data that are waiting to be processed, to be stored on a permanent basis, or to be output.
This statement is true. RAM (Random Access Memory) is a type of computer memory that is used to temporarily store programs and data that the computer is actively using or processing. It provides quick access to information that the CPU needs to perform tasks.

c) RAM stores information on permanent basis.
This statement is false. RAM is volatile memory, meaning that its contents are temporary and are lost when the computer is powered off or restarted. RAM is designed to provide fast and temporary storage for active programs and data but does not retain information permanently.

d) RAM stands for Read Access Memory.
This statement is false. RAM stands for Random Access Memory, not Read Access Memory. Random access refers to the ability to access any location in memory directly, regardless of its physical location.

Based on the analysis of these options, the correct statements about RAM are:

- RAM is an area of a computer that holds programs and data that are waiting to be processed, to be stored on a permanent basis, or to be output.
- RAM is not for permanent storage and does not retain information when the computer is powered off or restarted.

Therefore, the correct answers are b) and c).