What is a hard disk?

What will be an ideal response?


A hard disk is secondary storage for data and pro- grams. The contents of your hard disk are not erased when your computer is turned off.

Computer Science & Information Technology

You might also like to view...

A class that creates an object of another class, then calls the object’s methods, is called a(n) ________ class.

a. object-oriented b. inherited c. caller d. driver.

Computer Science & Information Technology

What is y after the following for loop statement is executed?

``` int y = 0; for (int i = 0; i < 10; ++i) { y += 1; } ``` A. 9 B. 10 C. 11 D. 12

Computer Science & Information Technology

What is the name of the tool that is used to connect the individual conductors of a cable to a 66 or 110 block?

A) Compression tool B) AMP tool C) Punch-down tool D) Crimper

Computer Science & Information Technology

ApplyFilter, RunCommand, Close, and OpenReport are examples of macro ____.

A. Actions B. Arguments C. Groups D. Conditions

Computer Science & Information Technology