Array data can be accessed using _____
DATA STRUCTURES

Quiz
•
Computers
•
12th Grade
•
Medium
J SEETHA
Used 8+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A. Operator
B. Variable
C. index
D. Pointer
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an incorrect array declaration?
A. int [] arr = new int[5]
B. int arr[] = new int[5]
C. int arr[] = new int[5]
D. int arr[] = int [5] new
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is used to declare, construct, and initialize an array?
A. int arr [] [] = {1, 2, 3, 4};
B. int [] arr = (1, 2, 3);
C. int [] arr = {};
D. int arr [] = {1, 2, 3};
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In java, array elements are stored in ________ memory locations
A. Random
B. Sequential
C. Sequential & Random
D. Binary search
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the program?
class Main
{
public static void main(String args[]) {
int arr[] = {10, 20, 30, 40, 50};
for(int i=0; i < arr.length; i++)
{
System.out.print(" " + arr[i]);
}
}
}
A. 10 20 30 40 50
B. Compiler Error
C. 10 20 30 40
D. None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Minimum number of fields in each node of a doubly linked list is ____
A. 2
B. 3
C. 4
D. 5
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A vertex of in-degree zero in a directed graph is called _______
A. Root vertex
B. Source vertex
C. Sink vertex
D. Articulation point
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Java Casting & Booleans

Quiz
•
10th - 12th Grade
15 questions
G8 Practice PC

Quiz
•
12th Grade
16 questions
CSA Unit 3 Review

Quiz
•
10th - 12th Grade
16 questions
QUIZ RPL 3 ke 2

Quiz
•
12th Grade
20 questions
APCS A - Array 6.1,6.2,6.3,6.

Quiz
•
9th - 12th Grade
15 questions
Area and Arrays

Quiz
•
10th - 12th Grade
25 questions
arrays and strings in java

Quiz
•
12th Grade
20 questions
Java, part I

Quiz
•
11th Grade - University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University