Exam 4: Introduction to Control Statements
Exam 1: Background49 Questions
Exam 2: First Java Programs47 Questions
Exam 3: Syntax, Errors, and Debugging46 Questions
Exam 4: Introduction to Control Statements47 Questions
Exam 5: Using Classes and Objects in Media Computing47 Questions
Exam 6: Introduction to Defining Classes46 Questions
Exam 7: Control Statements Continued47 Questions
Exam 8: Improving the User Interface45 Questions
Exam 9: Introduction to Html and Applets45 Questions
Exam 10: Introduction to Arrays47 Questions
Exam 11: Classes Continued46 Questions
Exam 12: Arrays Continued47 Questions
Exam 13: Recursion, Complexity, and Searching and Sorting47 Questions
Exam 14: Introduction to Collections43 Questions
Exam 15: Multithreading, Networks, Clientserver Programming47 Questions
Select questions type
____________________ statements execute within each pass and implement the calculation in question.
Free
(Short Answer)
4.9/5
(39)
Correct Answer:
Body
An if-else statement is commonly used to check user inputs for validity before processing them.
Free
(True/False)
4.8/5
(29)
Correct Answer:
True
In a text file, numeric data can be separated by any of the following EXCEPT ____.
(Multiple Choice)
4.9/5
(30)
FIGURE 4-2
-Figure 4-2 above represents the behavior of a(n) ____ statement.

(Multiple Choice)
4.9/5
(37)
The ____________________ operator increases a variable's value by one.
(Short Answer)
4.7/5
(30)
The presence or absence of the ____ symbol(s) can seriously affect the logic of a selection statement.
(Multiple Choice)
4.8/5
(35)
FIGURE 4-1
-Figure 4-1 above is an example of a flowchart. _________________________

(True/False)
4.7/5
(42)
A program that controls how many times a loop is executed is called a task-controlled loop. ____________________
(True/False)
4.7/5
(34)
In Java, while and if-else are examples of conditional statements. ____________________
(True/False)
4.8/5
(40)
A loop that continues until something specific is accomplished is called a(n) ____-controlled loop.
(Multiple Choice)
4.9/5
(39)
Gabrielle is using a text file to input the list of numbers. Which of the following is NOT true?
(Multiple Choice)
4.9/5
(48)
A(n) ____________________ control statement is located inside another control statement.
(Short Answer)
4.8/5
(39)
Identify the letter of the choice that best matches the phrase or definition.
a.Random
b.Update
c.Abs
d.Exception
e.Break
-A statement that changes the values of the variables tested in the termination condition.
(Essay)
4.9/5
(41)
When a program responds more slowly than expected, it is reasonable to assume that it is stuck in an overloading loop. ____________________
(True/False)
5.0/5
(39)
Carter thinks his program is stuck in an infinite loop. What should he do to his PC to make it stop?
(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 47
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)