The ________ row is where a new record can be entered in a table's datasheet view
A) append
B) insert
C) record
D) placeholder
A
You might also like to view...
What is the output of the following code fragment?
int x=0; while( x < 5) cout << x << endl; x ++; cout << x << endl; a. 0 b. 5 c. 4 d. unable to determine
N-Step SCAN differs from F-SCAN in that ________.
a) N-Step SCAN prevents indefinite postponement, but F-SCAN does not. b) N-Step SCAN always provides higher throughput than F-SCAN, but results in a larger variance in response times. c) N-Step SCAN selects requests it will service during the current sweep according to the number of requests; F-SCAN selects such requests according to time. d) None of the aboveāN-Step SCAN and F-SCAN are identical.
The default theme for Word is named ________
A) Windows B) Original C) Normal D) Office
A queue is a _____ structure.
A. FIFO B. LIFO C. random access D. circular access