C++ Array Quiz
Assessment
•
M.Syafiq Asyraff
•
Computers, Science
•
University
•
94 plays
•
Medium
Improve your activity
Higher order questions
Match
•
Reorder
•
Categorization
actions
Add similar questions
Add answer explanations
Translate quiz
Tag questions with standards
More options
10 questions
Show answers
1.
Multiple Choice
To access an array element, use the array name and the element's
data type
subscript
name
value
2.
Multiple Choice
A two-dimensional array is like _____ put together.
an array and a function
several identical arrays
two functions
two arrays of different types
3.
Multiple Choice
A two-dimensional array can be viewed as _______ and ________.
rows, columns
arguments, parameters
increments, derements
All of these
4.
Multiple Choice
Which of the following is a valid C++ array definition?
int scores [0];
float $payments [10];
int readings [4.5];
int scores [10];
5.
Multiple Choice
An array can store a group of values, but the values must be .....
the same data type
each of a different data type
constants
integers
6.
Multiple Choice
To assign the contents of one array to another, you must use
the assignment operator with the array names
the equality operator with the array names
a loop to assign the elements of one array to the other array
Any of these
Explore this activity with a free account
Find a similar activity
Create activity tailored to your needs using
Mobile App
•
12th Grade
Java Methods
•
University
Scratch
•
2nd - 4th Grade
Parts of Computer
•
1st Grade
Utility Program
•
University
Microsoft Excel
•
University
Data Types in Python
•
1st - 5th Grade
Components of Computer
•
KG - 1st Grade