Match each item with a statement below.
A. The column headings in the table.
B. A window that lets you view, enter, and edit data in a database one record at a time.
C. A summary of database information designed specifically for printing or distributing.
D. A list of data organized in rows (records) and columns (fields).
E. A set of criteria (conditions) you specify to retrieve data from a database.
A. Field names
B. Form
C. Report
D. Table
E. Query
You might also like to view...
MC A binary operator is overloaded as a method with two arguments—references to self and______ .
a) the calling object. b) another object. c) an operator. d) None of the above.
The use of references to objects of preexisting classes as members of new objects is called .
a) inheritance b) composition c) polymorphism d) None of the above.
Which data structure represents a waiting line and limits insertions to be made at the back of the data structure and limits removals to be made from the front?
a. Stack. b. Queue. c. Binary tree. d. Linked list.
To set the foreground or text color of an element, use the following property:
A. text: color; B. forecolor: color; C. color: color; D. backcolor: color;