Exam 7: Control Statements Continued
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
In the sentence "If the sun is shining AND it is 8 A.m. then let's go for a walk; else let's stay home," which of the following is true?
(Multiple Choice)
4.7/5
(40)
Java uses a special type of object called a(n) ____________________ to schedule events at regular intervals.
(Short Answer)
4.8/5
(41)
When evaluating an if statement, if there are two operands, there are four possibilities.
(True/False)
4.9/5
(39)
The presence of looping statements increases the challenge of designing good test data.
(True/False)
4.9/5
(35)
To implement the ____________________ ( ) method, calculate the distances in the x and y directions based on the object's current position, its speed, and its direction.
(Short Answer)
4.9/5
(28)
Complete code coverage tests all of the logical paths through a program.
(True/False)
4.8/5
(43)
Identify the letter of the choice that best matches the phrase or definition.
a.Javish
b.Boundary conditions
c.Data validation rules
d.Output assertions
e.Arithmetic overflow
-Values used to test a program.
(Essay)
5.0/5
(37)
Identify the letter of the choice that best matches the phrase or definition.
a.Javish
b.Boundary conditions
c.Data validation rules
d.Output assertions
e.Arithmetic overflow
-When numeric data falls outside of the valid range.
(Essay)
4.9/5
(44)
An animated object moving in the direction of 180 degrees is moving east. ____________________
(True/False)
4.9/5
(43)
Using equivalences enables you to rewrite a condition in a more easily understood form.
(True/False)
4.8/5
(43)
Identify the letter of the choice that best matches the phrase or definition.
a.Javish
b.Boundary conditions
c.Data validation rules
d.Output assertions
e.Arithmetic overflow
-Test data that assesses on or near the limits of the equivalence classes.
(Essay)
4.8/5
(32)
Among other things, AI systems have been used to control ____.
(Multiple Choice)
4.7/5
(30)
In animations, faster objects can travel a greater distance between frames than slower ones.
(True/False)
4.8/5
(32)
Circles have an initial speed of 0 and an initial direction of 0 degrees.
(True/False)
4.8/5
(38)
What is a truth table used for? What other tool might you use for the same purpose? How do you know how many possibilities to include in the table?
(Short Answer)
5.0/5
(38)
In Java, the nested statement provides an alternative to the extended if statement. ____________________
(True/False)
4.8/5
(38)
Showing 21 - 40 of 47
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)