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 bounds on a string are always:

a) 0 to string.Length. b) 1 to string.Length. c) 0 to string.Length - 1. d) 1 to string.Length - 1.

Computer Science & Information Technology

A wired LAN with a device that allows interconnection to some wireless users, but the wired and wireless stations use different LAN protocols, is known as

a. cable extension b. access point c. ad hoc d. none of the above

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) To refer to a particular location or element within an array, we specify the name of the array’s variable and the value of the particular element. 2) The declaration of a variable that references an array reserves memory for the array. 3) To indicate that 100 locations should be reserved for integer array p, the programmer writes the declaration 4) An app that initializes the elements of a 15-element array to 0 must contain at least one for statement. 5) To total the elements of a two-dimensional array you must use nested for statements.

Computer Science & Information Technology

In regard to SkyDrive security levels, a setting of ________ means that only the user can access this file

A) some friends B) friends C) my friends and their friends D) me

Computer Science & Information Technology