A computer uses the ________ to store programs and data when it is turned off

Fill in the blank(s) with correct word


hard disk or hard disk drive

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) A growth function shows the relationship between the size of a problem and the part of an algorithm that we are trying to optimize. 2) When comparing two growth functions, a larger exponent on the problem size in the growth function indicates greater efficiency. 3) If the problem size is fairly small, then there is little difference between the efficiencies of different algorithms. 4) When determining the complexity of a segment of code, simple print statements are generally O(1). 5) When evaluating the complexity of a loop, all statements in the loop body are considered to be O(1).

Computer Science & Information Technology

In the PivotTable Field List, you can rearrange existing fields or reposition fields by using which of the following areas at the bottom of the layout section?

A) Row Headers B) Row Filters C) Row Labels D) Row Values

Computer Science & Information Technology

_____ is the process of putting a new information system online and retiring the old system.

A. System integration B. Online system documentation C. System override D. System changeover

Computer Science & Information Technology

The statement ____ assigns 50 to the data member first of x.

A. x.first(50); B. x.first = 50; C. first(x) = 50; D. x.value("first") = 50;

Computer Science & Information Technology