ARRAYS
Quiz
•
Computers
•
11th - 12th Grade
•
Medium
Leo Richard
Used 29+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an Array?
A group of elements of same data type.
An array contains more than one element
Array elements are stored in memory in continuous or contiguous locations.
All the above.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In general, the index of the first element in an array is __________
0
-1
2
1
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is meaning of following
declaration ?
int arr[20];
Array of size 20 that can have integer address
Array of Size 20
Integer Array of size 20
None of these
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assuming int is of 2 bytes, what is the size of int arr[15];?
15
19
11
30
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following piece of code?
int arr[]= {1,2,3,4,5};
cout<<arr[2];
cout<<arr[4];
3 and 5
5 and 3
2 and 4
4 and 2
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you initialize an array in C++?
int arr[3] = (1,2,3);
int arr(3) = {1,2,3};
int arr[3] = {1,2,3};
int arr(3) = (1,2,3);
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Elements in an array are accessed _____________
randomly
sequentially
exponentially
logarithmically
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
8 questions
Cha-ching 2
Quiz
•
1st Grade - University
10 questions
Data Engineering y BigQuery V1
Quiz
•
12th Grade
15 questions
Начала программирования на языке Паскаль
Quiz
•
8th - 11th Grade
15 questions
Chapter 3: Storage devices and media (Part 2):
Quiz
•
10th - 11th Grade
10 questions
Server Administration- Quiz 1
Quiz
•
12th Grade - University
10 questions
RPMS - IPCRF by Jenelou John Israel
Quiz
•
12th Grade
10 questions
Typography
Quiz
•
11th Grade
10 questions
Windows 10 Basics
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
