Exam 6: Loops
Exam 1: Introduction76 Questions
Exam 2: Using Objects82 Questions
Exam 3: Implementing Classes108 Questions
Exam 4: Fundamental Data Types124 Questions
Exam 5: Decisions119 Questions
Exam 6: Loops107 Questions
Exam 7: Arrays and Array Lists117 Questions
Exam 8: Designing Classes88 Questions
Exam 9: Inheritance99 Questions
Exam 10: Interfaces100 Questions
Exam 11: Input/Output and Exception Handling108 Questions
Exam 12: Object-Oriented Design104 Questions
Exam 13: Recursion99 Questions
Exam 14: Sorting and Searching100 Questions
Exam 15: The Java Collections Framework102 Questions
Exam 16: Basic Data Structures102 Questions
Exam 17: Tree Structures102 Questions
Exam 18: Generic Classes75 Questions
Exam 19: Stream Processing85 Questions
Exam 20: Graphical User Interfaces75 Questions
Exam 21: Advanced Input/Output90 Questions
Exam 22: Multithreading81 Questions
Exam 23: Internet Networking74 Questions
Exam 24: Relational Databases75 Questions
Exam 25: XML74 Questions
Select questions type
What will be the final output of the following code snippet when a user enters input values in the order 10, 20, 30, 40, 50, and -1?

(Multiple Choice)
4.8/5
(39)
In the following code snippet, when does the execution of the program switch from the inner loop to the outer loop?

(Multiple Choice)
4.8/5
(49)
When will the loop in the following code snippet stop?
I.when the user enters an integer
II.when the user enters an alphabetic character
III.after the user enters 100 numbers

(Multiple Choice)
4.8/5
(31)
When hand-tracing the loop in the code snippet below, which variables are important to evaluate?

(Multiple Choice)
4.9/5
(39)
What is the first and last value of i to be displayed by the following code snippet?

(Multiple Choice)
4.9/5
(28)
Is the code snippet written below legal? (lines are numbered for reference)

(Multiple Choice)
5.0/5
(44)
What values does counter variable i take on when this loop executes?

(Multiple Choice)
4.9/5
(27)
Showing 61 - 80 of 107
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)