
Set - 2

Quiz
•
Computers
•
University
•
Hard

Vedadri Harith Nadupalle
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which Java collection class provides an ordered, index-based structure, but allows duplicate elements?
Vector
LinkedList
ArrayList
HashSet
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'transient' keyword in Java?
It indicates that a variable cannot be changed
It specifies that a variable is not part of the object's persistent state
It is used to declare an immutable class
It is used to define a variable that cannot be serialized
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
int x = 5;
System.out.println(x > 2 ? x < 4 ? 10 : 8 : 7);
7
It will not compile
8
10
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If PENCIL is coded as 742956, how is PAPER coded?
81594
87514
81754
85714
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A clock shows 3:45. What is the angle between the hour and minute hands?
120 degrees
112.5 degrees
150 degrees
135 degrees
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct way to declare a constant in Java?
static final int VALUE = 10;
constant int VALUE = 10;
final int VALUE = 10;
const int VALUE = 10;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet?
numbers = (4, 7, 19, 2, 89, 45, 72, 22)
sorted_numbers = sorted(numbers)
even = lambda a: a % 2 == 0
even_numbers = filter(even, sorted_numbers)
print(type(even_numbers))
list
tuple
int
filter
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Milking Minds 2 17-01-24

Quiz
•
University
25 questions
Code Carnival

Quiz
•
University
20 questions
C Programming Unit-1 Test-2

Quiz
•
University
20 questions
ROUND 1 QUIZ FOR 1ST YEAR

Quiz
•
University
15 questions
Array Java

Quiz
•
University
15 questions
Round 2 Debug-The-Code

Quiz
•
University
15 questions
python basic 1

Quiz
•
University
16 questions
Quiz #1

Quiz
•
University
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