Information on secondary storage devices is ________ — it’s preserved even when the computer’s power is turned off.

a. volatile
b. unstable
c. transient
d. persistent


d. persistent

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. gridlines II. syntax III. argument IV. documenting V. borders A. the order of arguments in a function B. additional or replacement lines in a worksheet C. values that Excel uses to evaluate a function D. providing information about a worksheet E. appear on the screen but not on printouts

Computer Science & Information Technology

A user can only modify a report in Layout View or Design View

Indicate whether the statement is true or false

Computer Science & Information Technology

class rectangleType{public:void setLengthWidth(double x, double y);//Postcondition: length = x; width = y;void print() const;//Output length and width;double area();//Calculate and return the area of the rectangle;double perimeter();//Calculate and return the parameter;rectangleType();//Postcondition: length = 0; width = 0;rectangleType(double x, double y);//Postcondition: length = x; width = y;private:     double length;  double width;}; Consider the accompanying class definition. Which of the following variable declarations is correct?

A. rectangle rectangleType; B. class rectangleType rectangle; C. rectangleType rectangle; D. rectangle rectangleType.area;

Computer Science & Information Technology

________-based jobs involve a lot of travel for short term projects and the ability to work independently.

A. Office B. Home C. Project D. Field

Computer Science & Information Technology