C++ arrays

Flashcard
•
Computers
•
12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

25 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Unlike regular variables, arrays can hold multiple values
Back
true
2.
FLASHCARD QUESTION
Front
In a C++ array, every element has the same
Back
data type (like int, bool, char, etc)
3.
FLASHCARD QUESTION
Front
What is the last legal subscript that can be used with the following array? int values[5]; Hint: what's the highest number you can put in for x in the [ ] for "cout<<values[x]"?
Back
4
4.
FLASHCARD QUESTION
Front
Given the following declaration, where is the value 77 stored in the scores array? int scores[] = {83, 62, 77, 97, 86}
Back
scores[2]
5.
FLASHCARD QUESTION
Front
What will the following code display?
int numbers[5] = {99, 87, 66, 55, 101};
for (int i = 1; i < 4; i++)
cout << numbers[i] << " ";
Back
87 66 55
6.
FLASHCARD QUESTION
Front
An array of string objects that will hold five names would be declared with which of the following statements? string names[5];, string names(5);, string names 5;, String[5] = names;
Back
string names[5];
7.
FLASHCARD QUESTION
Front
Given the following declaration, where is the value 15 stored in the nums array? int nums[] = {83, 15, 57, 87, 80}
Back
nums[1]
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
C Programming

Flashcard
•
University
17 questions
AP CS A Unit 3 Review

Flashcard
•
11th - 12th Grade
23 questions
CSP Unit 6 Review

Flashcard
•
12th Grade
14 questions
AP CS ArrayLists

Flashcard
•
12th Grade
23 questions
Array & ArrayList Review

Flashcard
•
10th - 12th Grade
18 questions
Java Basics MP1 Test 3

Flashcard
•
11th Grade
15 questions
ARRAYLIST - JAVA

Flashcard
•
University
16 questions
Python Basics Unit 3.1

Flashcard
•
12th Grade
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade