All of the following are controls for operations that can be performed on a table, except __________.

A. Delete a record
B. Sort records
C. Move a record
D. Search

Answer: C

Computer Science & Information Technology

You might also like to view...

When making the transition from a storyboard to a PowerPoint presentation, which of the following is not suggested in the textbook?

A) Use parallel construction with your bullets B) Have phrases begin with active voice C) Follow the 6 x 6 guideline of no more than six words per line and six lines per slide D) Use short phrases instead of complete sentences

Computer Science & Information Technology

Which of the following will not help prevent infinite loops?

a. Include braces around the statements in a do…while statement. b. Ensure that the header of a for or while statement is not followed by a semicolon. c. If the loop is counter-controlled, the body of the loop should increment or decrement the counter as needed. d. If the loop is sentinel-controlled, ensure that the sentinel value is input eventually.

Computer Science & Information Technology