Identify the letter of the choice that best matches the phrase or definition.

A. A working model of the proposed system's essential functionality.
B. Verifies that each individual program or object works by itself.
C. Verifies that all programs in an application work together properly.
D. Verifies that an application works with other applications.
E. Performed by end users and checks the new system to ensure that it workswith actual data.
F. Information that has meaning to the person who receives it.
G. The collection and summarization of data, information, and deliverables.
H. What each byte represents in ASCII.
I. A group of related fields.
J. A field that uniquely identifies each record in a file.
K. Has special keywords and rules that users include in statements.
L. What is done to a record so the DBMS will not process it again.
M. This type of information can lead to incorrect decisions.
N. Eight bits grouped together in a unit comprise this.
O. While a user is working with the database, this resides in the memory of the computer.
P. Kind of rules that decrease data entry errors, and thus enhance the data's integrity.
Q. In addition to storing data, a relational database also stores these.
R. This database capability is one of the more powerful database features.
S. Whether designed for a small or large computer, most DBMSs perform common ones.
T. The more errors the data contains, the lower this is.

A. proof of concept
B. unit test
C. systems test
D. integration test
E. acceptance test
F. useful
G. documentation
H. character
I. record
J. primary key
K. SQL
L. flagged
M. inaccurate
N. byte
O. DBMS
P. validation
Q. data relationships
R. querying
S. functions
T. integrity

Computer Science & Information Technology

You might also like to view...

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

1. An actual output argument must be of the same pointer data type as the corresponding formal parameter. 2. Insertion of stubs is a part of top-down testing. 3. An expression cannot be used as an actual argument in a call to a function.

Computer Science & Information Technology

Which statement is true about classes?

A. The class declaration should be contained in a .cpp file. B. An error will occur if the function is written within the class declaration. C. The class function definitions (source code) should be placed in the .cpp file. D. Class declarations and definitions (source code) should not be separated into different files.

Computer Science & Information Technology