Multiple Choice
When you write a C# program that stores a value in a variable, you are using temporary storage; the value you store is lost when the program ends or the computer loses power.What is the name for this kind of storage?
A) volatile
B) nonvolatile
C) permanent
D) hard
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: What term describes any one of the
Q20: Sometimes it is necessary to process a
Q21: How does a C# application open a
Q22: When a file is open in C#,
Q23: What is a record?
Q25: What class can be used to provide
Q26: How can you create a class whose
Q27: When you write a program and save
Q28: Describe some of the methods of the
Q29: What is a collection of fields that