Exam 7: Control Statements Continued

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

A combinatorial explosion is ____.

(Multiple Choice)
4.9/5
(30)

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)

The method "equals (aString)" returns a(n) ____ value.

(Multiple Choice)
4.8/5
(30)

A(n) ____ object can be used to read words from a string.

(Multiple Choice)
4.8/5
(32)

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)

In Java, the operator NOT is represented by ____.

(Multiple Choice)
4.8/5
(40)
Showing 21 - 40 of 47
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)