Which of the following is a single circular disk with concentric tracks that are turned by spindles under one or more heads?
a. logical drive
b. sector
c. fixed disk
d. floppy disk
Answer: d
You might also like to view...
The ___ dictate the order in which operations in the same statement are carried out.
A. sequence structures B. named constants C. decision points D. order of operations
____________________ are devices, controlled by a person or a computer, that can move and react to sensory input.
Fill in the blank(s) with the appropriate word(s).
The Where clause of an SQL statement specifies __________.
a. the location of the database being queried b. which fields are to be displayed c. specifies the order in which the rows should appear d. specifies which rows should be retrieved
Which of the following is incorrect?
a. int[] a = new int[2]; b. int a[] = new int[2]; c. int[] a = new int(2); d. int a = new int[2]; e. int a() = new int[2];