New records are added ______________________.

A. at the beginning of the table
B. at a random location in the table
C. at the location specified by user
D. at the end of the table


Answer: D

Computer Science & Information Technology

You might also like to view...

The enumeration FileAccess is used to ________.

a) control future users’ access to a file b) control program access to a file c) control the amount of updating that can be done on a file at once d) FileAccess is a method, not an enumeration.

Computer Science & Information Technology

Which of the following is false?

a. JFrame is a lightweight component. b. JFrame is a subclass of Frame (which is a subclass of Window). c. JFrames have a title bar and a border. d. A JFrame window will look like all other windows displayed on that platform.

Computer Science & Information Technology

In Layout view, if the width of controls is insufficient to display all of the data, the field has been:

A) accommodated. B) truncated. C) controlled. D) shortened.

Computer Science & Information Technology

____ loops are especially useful when dealing with two-dimensional arrays because they allow the programmer to designate and cycle through each element easily.

a. Nested b. Single c. Simple d. Conditional

Computer Science & Information Technology