Tests on C++ data structure concepts such as arrays and vectors Complete CH 7 theory. PASS >= 70 62 questions No time limit
Non consecutive group of memory locations that share the same type
Consecutive group of memory locations that share the same type
Non consecutive group of memory locations that have different types
Simple data structure containing identical types
True
False
True
False
True
False
True
False
Type
Name
Array Size
Element Initializer List
All of the above
Run time
Program termination
The middle point of execution
Compilation
True
False
Int n[ 10 ];
Int *n;
Int &n = 10;
Int n[10] = { 1, 2, 3, 4, 5 };
IF
WHILE
IF ELSE
FOR
None of the above
True
False
True
False
True
False
12
10
11
9
11
12
9
10
None of the above
Size does not need to be declared
Size should be declared as type double
Size should be declared as a constant
Nothing
Will allow you to modify it during program execution
Will take on a random value when called
Will cause a compilation error
Does not matter because it will allow for modification later
Yes
No
Wait!
Here's an interesting quiz for you.