To add a table, use the Insert Table bottom or the ________

A) Add Table button B) Insert Table Dialog box
C) Draw Table Command D) both B and C


D

Computer Science & Information Technology

You might also like to view...

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

1. A class is not an object but a description of an object. 2. The same rules for naming variables apply to naming classes. 3. The class header defines a class's fields, properties, and methods. 4. When a class's fields are hidden from outside code, its data is vulnerable to accidental corruption.

Computer Science & Information Technology

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

1. Process specifications show the decision-making logic and formulas necessary to transform process input data into output. 2. While process specifications produce a precise description of what is accomplished, they are not detailed enough to validate the system design. 3. Process specifications are always produced for input and output operations, such as a read or write operation. 4. Process descriptions may exist on a form but not within a CASE tool repository.

Computer Science & Information Technology

Math.pow(2, 3) returns __________.

a. 9 b. 8 c. 9.0 d. 8.0

Computer Science & Information Technology

If you mistype (or misspell) an identifier in an executable statement, you will get an __________ compiler error.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology