In a database, fields are organized into ________

A) rows
B) columns
C) tables
D) worksheets


Answer: B

Computer Science & Information Technology

You might also like to view...

Comparing pointers and performing pointer arithmetic on them is meaningless unless:

a. They point to elements of the same array. b. You are trying to compare and perform pointer arithmetic on the values to which they point. c. They point to arrays of equal size. d. They point to arrays of the same type.

Computer Science & Information Technology

Which of the following statements is false?

a. Each class declaration that begins with the access modifier private must be stored in a file that has the same name as the class and ends with the .java filename extension. b. Every class declaration contains keyword class followed immediately by the class’s name. c. Class, method and variable names are identifiers. d. An object has attributes that are implemented as instance variables and carried with it throughout its lifetime.

Computer Science & Information Technology

________ is NOT a tab found on the Page Setup dialog box

A) Format B) Sheet C) Page D) Margins

Computer Science & Information Technology

ROM chips called ______ contain permanently written instructions, or information, such as start-up instructions.

A. SROM B. hard drives C. boot memory D. firmware

Computer Science & Information Technology