
2-D array

Quiz
•
Computers
•
1st Grade
•
Medium
Dharan 78
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
An array is defined as the collection of _____________ type of data items stored at contiguous memory locations.
Unique
Related
Similar
Different
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The array element can be randomly accessed by using its _________.
Size
Random number
Sequential number
Index number
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Elements of the array are stored at contiguous memory locations where the first element is stored at the _________ memory location.
Smallest
Largest
Equal
Random
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Find the odd one out related to Array concept
Code optimization
Fixed size
Ease of sorting
Random access
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
#include<stdio.h>
int main(){
int i=0;
int marks[5]={20,30,40,50,60};
for(i=0;i<5;i++){
printf("%d \n",marks[i]);
}
return 0; }
FIND THE OUTPUT
20 60 30 50 40
60 50 40 30 20
30 40 50 60 20
20 30 40 50 60
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The 2D array is organized as _____________
Table
Matrix
List
Stack
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which is the correct declaration of 2D array
data_type string_name[rows][columns];
data_type array_name[rolumns][rows];
data_type array_name[rows][columns];
data_type array_name[rows][columns]
Answer explanation
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Technical Quiz

Quiz
•
1st - 5th Grade
9 questions
review of numpy in python

Quiz
•
1st Grade
15 questions
Массивтер

Quiz
•
1st - 5th Grade
15 questions
SNMP

Quiz
•
1st - 5th Grade
15 questions
Ôn tập kỳ 2 tin 6

Quiz
•
1st - 12th Grade
10 questions
Soal Microsoft Excel Dasar

Quiz
•
1st Grade
11 questions
MS Word Tables part 2

Quiz
•
1st - 5th Grade
15 questions
IEEE Day

Quiz
•
KG - 5th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade