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

1. The "index expression out of bounds" error message is automatically generated by the C++ runtime system whenever an index-out-of-range error occurs.
2. The maximum size of a data collection is the same as the number of items stored in that collection at any given point in time.
3. The maximum size of a data collection must fixed throughout the life of a program.
4. An indexed collection is identical to an array
5. Initialization of class attributes is possible inside a constructor and other class member functions.


1. False
2. False
3. False
4. False
5. True

Computer Science & Information Technology

You might also like to view...

After the ith iteration of the insertion sort:

a. The ith element of the array is in its final position. b. The ith element of the array is currently empty. c. The first i elements of the array are sorted. d. The last i elements of the array are sorted.

Computer Science & Information Technology

The Text property of a check box should be entered using ____.

A. all lowercase letters B. all uppercase letters C. sentence capitalization D. book capitalization

Computer Science & Information Technology

It is important that all discussions and interviews be ________ so that they can be incorporated into what will evolve into the disaster recovery plan

Fill in the blank(s) with correct word

Computer Science & Information Technology

What tool would you use to view error messages that are generated by system services or applications?

A. Resource Manager B. Event Viewer C. Task Manager D. Performance Monitor

Computer Science & Information Technology