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

Answer: A

Computer Science & Information Technology

You might also like to view...

The term __________ is used to describe the data delivery rate for adapters

Fill in the blank(s) with correct word

Computer Science & Information Technology

A Visual Studio project may be saved in all of the following ways except _____________.

a. Click File on the Visual Studio menu bar, and then click Save All b. Press Ctrl+Shift+S on the keyboard c. Click the Save Project button on the standard toolbar d. Click the Save All button on the standard toolbar

Computer Science & Information Technology