Data stored ________ is lost when the computer is powered down.
A) on CD ROM
B) in RAM
C) on a backup tape
D) on the hard disk
E) None of the above
B) in RAM
Computer Science & Information Technology
You might also like to view...
Most computers include a(n) optical drive that uses a small laser light to read data stored on CDs, DVDs, or Blu-ray disks.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
In the code:
```ifstream input; input.open(File_In); ``` what will happen if the word input is changed to in in both places it is used? A. Compiler error. B. Linker error. C. compiler warnings. D. No errors or warnings.
Computer Science & Information Technology