An array is defined as the collection of _____________ type of data items stored at contiguous memory locations.

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
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 Quizizz
10 questions
Introduction to Arrays

Quiz
•
KG - University
10 questions
Excel Basic

Quiz
•
1st - 4th Grade
15 questions
MIDTERM IS2C ONLINE QUIZ

Quiz
•
1st Grade
10 questions
SQL and databases

Quiz
•
KG - 12th Grade
10 questions
Excel Parts

Quiz
•
1st - 4th Grade
10 questions
Databases - DBMS

Quiz
•
1st - 11th Grade
10 questions
Programming

Quiz
•
1st - 10th Grade
10 questions
Программирование C#

Quiz
•
1st - 10th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade