Exam 4: Explore Icons and Decision-Making Controls

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

A toast message is best used for ____________________ messages.

Free
(Short Answer)
5.0/5
(31)
Correct Answer:
Verified

short
brief

A(n) ____ control always operates independently, therefore selecting it will never deselect any other controls.

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

A

Never offer a default selection, as it complicates user input.

Free
(True/False)
4.9/5
(34)
Correct Answer:
Verified

False

Decision-making statements in Java allow you to test ____ and perform different operations depending on the results of that test.

(Multiple Choice)
4.9/5
(42)

The method to test a checked property is the ____ method.

(Multiple Choice)
4.7/5
(41)

Let the String variable a be set to the value "Boston". The value of the expression a.equals("boston") is ____________________.

(True/False)
4.8/5
(35)

The process of verifying that a value is not a typo or some other type of mistake is called ____________________.

(Short Answer)
4.8/5
(39)

When an if statement is inside another if statement, the inner if statement is considered to be ____.

(Multiple Choice)
4.7/5
(41)

When displayed, a Toast notification uses ____ to display the message.

(Multiple Choice)
4.8/5
(28)

A toast notification is an easy way to inform the user of a failed data validation.

(True/False)
4.9/5
(33)

Instead of eye-balling the controls on the user interface for alignment, you can use the ____________________ tool to create equal spacing around controls.

(Short Answer)
4.8/5
(30)

When two Strings are compared, they are ordered ____________________.

(Short Answer)
4.8/5
(44)

The recommended prefix for a launcher icon is ____.

(Multiple Choice)
4.9/5
(43)

The method call to make to display a toast notification is Toast.____.

(Multiple Choice)
4.8/5
(36)

The condition necessary to test if a variable stockPrice is below $0.30 is ____________________.

(Short Answer)
4.9/5
(35)

____ graphics are best to use for icon design because the images can be scaled without loss of detail.

(Multiple Choice)
4.8/5
(45)

The code to display the short toast message "Hi mom" is _________________________________________________________________.

(Essay)
4.9/5
(39)

If you have one set of instructions to execute when a condition is true and another set of instructions if the same condition is false, you use a(n) ____ statement.

(Multiple Choice)
4.9/5
(36)

A ____ is a fundamental control structure used in computer programming.

(Multiple Choice)
4.8/5
(31)

The isChecked method makes use of the ____________________ property of the RadioButton or CheckBox control.

(Short Answer)
4.9/5
(45)
Showing 1 - 20 of 50
close modal

Filters

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