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.
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.
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
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
ApplyFilter, RunCommand, Close, and OpenReport are examples of macro ____.
A. Actions B. Arguments C. Groups D. Conditions