
HiTech Quiz 6

Quiz
•
Computers
•
Professional Development
•
Medium
Venkatesh iGen
Used 1+ times
FREE Resource
22 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is the output of this program?
0
1
120
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why would you use a base case?
So that the code loops forever
So that the code does not loop forever
Because coding
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this program?
2
3
4
ArrayIndexOutOfBoundsException
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
static void print(int x){
if(x==0) {
return;
}
System.out.print(x%2);
print(x/2);
}
What will be the output of the above code segment if the print() method is called with the parameter 9?
001
100
1001
101
1110
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Consider the following code segment.
String one = "ABC123";
String two = "C";
String three = "3";
System.out.println(one.indexOf(two));
System.out.println(one.indexOf(three));
System.out.println(two.indexOf(one));
What is printed when the code segment is executed?
2
5
-1
2
5
2
2
6
-1
3
6
-1
-1
-1
2
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Name the condition at which the recursive method will stop calling itself.
Base case
Worst Case
Best Case
None of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following condition is true?
Recursion is always better than iteration.
Recursion uses more memory as compared to iteration.
Recursion uses less memory as compared to iteration.
Iteration is always better and simpler than recursion.
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
patika-basics-01

Quiz
•
Professional Development
25 questions
Java Quiz

Quiz
•
Professional Development
20 questions
Introduction to AWS Elastic File System (EFS)

Quiz
•
Professional Development
25 questions
Java Fundamentals MCQs

Quiz
•
Professional Development
20 questions
C Code Master

Quiz
•
Professional Development
18 questions
Kotlin Output Quiz

Quiz
•
Professional Development
20 questions
Quiz 2- Entrada, Saída e Variáveis

Quiz
•
Professional Development
22 questions
C-4 CHAPTAR -1

Quiz
•
Professional Development
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
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
15 questions
Fun Random Trivia

Quiz
•
Professional Development
22 questions
Anne Bradstreet 1612-1672

Quiz
•
Professional Development
18 questions
Spanish Speaking Countries and Capitals

Quiz
•
KG - Professional Dev...
14 questions
Fall Trivia

Quiz
•
11th Grade - Professi...
15 questions
Disney Characters Quiz

Quiz
•
Professional Development
15 questions
Quiz to Highlight Q types & other great features in Wayground

Quiz
•
Professional Development