A(n) ____ can be used to store a group of data values.

A. data structure
B. index
C. item type
D. definition


Answer: A

Computer Science & Information Technology

You might also like to view...

A copy constructor must receive its argument by reference because:

a. Otherwise the constructor will only make a copy of a pointer to an object. b. Otherwise infinite recursion occurs. c. The copy of the argument passed by value has function scope. d. The pointer needs to know the address of the original data, not a temporary copy of it.

Computer Science & Information Technology

____________________ indents are used for numbered lists, bulleted lists, and bibliographical citations.

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

Computer Science & Information Technology

Describe how a TCP connection is terminated.

What will be an ideal response?

Computer Science & Information Technology

Fractional numeric variables that contain a decimal point are known as ____ variables.

A. partial B. string C. integer D. floating-point

Computer Science & Information Technology