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
Which of the loop(s) test the condition after the loop body executes?
I.the for loop
II.the while loop
III.the do loop
(Multiple Choice)
4.8/5
(41)
How many times does the following code snippet display "Loop Execution"?

(Multiple Choice)
4.8/5
(34)
Which statement is correct about the execution of the loop in the following code fragment?

(Multiple Choice)
4.9/5
(36)
Which of the following loops executes the statements inside the loop before checking the condition?
(Multiple Choice)
4.8/5
(45)
When designing storyboards, it is a good idea to use different colors to
(Multiple Choice)
4.9/5
(45)
Storyboards are a helpful part of the design process because the storyboard develops
(Multiple Choice)
4.7/5
(38)
Which statement, inserted at the indicated blank line, will correctly terminate this loop when the end of input is reached (detected when the user enters the letter Q)?

(Multiple Choice)
4.8/5
(38)
Showing 81 - 100 of 107
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)