
C++ Arrays Week 2

Quiz
•
Computers
•
University
•
Medium

Chong May
Used 37+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an array in C++?
An array in C++ is a type of loop structure
An array in C++ is a keyword used to declare variables
An array in C++ is a data structure that can store a fixed-size sequential collection of elements of the same type.
An array in C++ is a built-in function for sorting data
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you declare an array in C++?
int myArray[5];
array myArray[5];
int myArray{};
myArray = new int[5];
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the syntax for accessing elements in an array?
array[index]
arr[element]
arr{index}
arr[index]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can the size of an array be changed once it is declared?
No
Only 1 time can be changed
Sometimes
Anytime when required.
5.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
How do you initialize an array in C++?
int arr[5] = [0];
int arr[] = {1, 2, 3, 4, 5};
int arr[5] = [1, 2, 3];
int arr(5) = {1, 2, 3, 4, 5};
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the first element in an array?
-1
10
1
0
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you find the length of an array in C++?
Use the 'sizeof()' method to find the length of an array in C++.
Access the 'size' attribute to get the length of an array in C++.
Call the 'count()' function to determine the length of an array in C++.
Use the 'length()' method to find the length of an array in C++.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Data Structures and Algorithms Quiz

Quiz
•
University
15 questions
Bootcamp Day 3 - Java Array

Quiz
•
University
20 questions
js DOM

Quiz
•
12th Grade - Professi...
20 questions
Data Structures

Quiz
•
University
18 questions
Data Structures Quiz 1

Quiz
•
12th Grade - University
20 questions
C - Strings

Quiz
•
University
25 questions
Design And Analysis of Algorithms

Quiz
•
University
20 questions
Exploring Stacks and Queues

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University