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 Wayground
10 questions
Excel Parts

Quiz
•
1st - 4th Grade
10 questions
MATLAB 2

Quiz
•
KG - University
12 questions
Microsoft PowerPoint

Quiz
•
1st - 5th Grade
10 questions
Computer Quiz Bee - Easy Round

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

Quiz
•
1st - 5th Grade
5 questions
Arrays Java

Quiz
•
1st Grade
11 questions
PANDAS

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

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade