Match the following terms to their meanings:

I. Command button
II. Image control
III. Button control
IV. Logo control
V. Tab Order controls

A. Enables individuals to insert an image into any section of a form or report
B. Enables individuals to a add a command button to a form or report
C. Inserts a picture in a predetermined location
D. Performs an action when clicked
E. Tab Index, Tab Stop, and Auto Tab


D, A, B, C, E

Computer Science & Information Technology

You might also like to view...

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

1. In a method header, the name is always followed by a set of parentheses. 2. The method header is always terminated with a semicolon. 3. Methods usually belong to a class, so you must write a method's definition inside the class to which it is supposed to belong. 4.When a method is called, the program branches to that method and executes the statements in its body.

Computer Science & Information Technology

This type of backup includes all data that has changed since the last full backup.

What will be an ideal response?

Computer Science & Information Technology

Within the change management process, after the need for a change has been identified, a(n) ____ is submitted to the appropriate decision-making body.

A. contingency plan B. incident report C. engagement letter D. change request

Computer Science & Information Technology

To append data to an existing file, use _____________ to construct a FileOutputStream for file out.dat.

a. new FileOutputStream("out.dat") b. new FileOutputStream("out.dat", false) c. new FileOutputStream("out.dat", true) d. new FileOutputStream(true, "out.dat")

Computer Science & Information Technology