
DS EXP1

Quiz
•
Computers
•
University
•
Hard
RAVIKANTH K
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these best describes an array?
A data structure that shows a hierarchical behavior
Container of objects of similar types
Arrays are immutable once initialized
Array is not a data structure
2.
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};
d) int arr(3) = (1,2,3);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In general, the index of the first element in an array is __________
0
-1
2
1
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Elements in an array are accessed _____________
randomly
sequentially
exponentially
logarithmically
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the length of an array when its first index is denoted by i and last index is denoted by j
length of array = i + j
length of array = j - i -1
length of array = j - i
length of array = j - i + 1
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output ?
void main(){
int arr[2]= {1, 0, 10};
int x;
for(int i =0;i<n;i++){
x += arr[i]
}
printf("%d", x);
}
11
Compilation Error
Run Time Error
None
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output ?
void main(){
int arr[2]= {1, 0, 10};
for(int i =0;i<n;i++){
x += arr[i]
}
printf("%d", x);
}
11
Compilation Error
Run Time Error
None
Create a free account and access millions of resources
Similar Resources on Wayground
6 questions
PPS MCQ on 22.11.2024

Quiz
•
10th Grade - University
8 questions
Dynamic Allocation

Quiz
•
University
10 questions
OOPJ- Data Types-Java

Quiz
•
University
5 questions
OOP2023_P1_B11B12_March27

Quiz
•
University
11 questions
C Language

Quiz
•
10th Grade - University
15 questions
Bootcamp Day 3 - Java Array

Quiz
•
University
10 questions
Quiz 8: Arrays&Vector

Quiz
•
University
13 questions
Array of Structure

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University