Exam 4: Explore Icons Decision Making Controls

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

When two Strings are compared, they are ordered ____________________.

Free
(Short Answer)
4.8/5
(24)
Correct Answer:
Verified

alphabetically

When 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.

Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
Verified

B

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

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

A

The following condition is valid: (6 || ticketPrice) > (450.45 == "vacation") .

(True/False)
4.7/5
(45)

The color code for black is ____________________.

(Short Answer)
4.9/5
(37)

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

(Short Answer)
4.9/5
(25)

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

(Multiple Choice)
4.9/5
(45)

The statements that execute when an If statement is true are enclosed in ____ .

(Multiple Choice)
4.9/5
(36)

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

(Multiple Choice)
4.9/5
(46)

Launcher icons form the first impression of your app on prospective users in the Android Market.

(True/False)
4.9/5
(37)

The ____ change(s) the spacing around each object in your layout.

(Multiple Choice)
4.9/5
(46)

Each icon used in an app should come in ____ size(s).

(Multiple Choice)
4.8/5
(39)

For a extra high-density screen, the pixel size of an icon should be ____________________ (state as number x number ).

(Short Answer)
4.8/5
(39)

To compare the lexicographical order of two strings, use the ____.

(Multiple Choice)
4.7/5
(34)

The resulting value of the expression "sears".compareTo("chicago") is ____.

(Multiple Choice)
4.9/5
(37)

A toast notification uses ____ to display a message.

(Multiple Choice)
4.8/5
(30)

Strings in Java are compared for equality by using the ____.

(Multiple Choice)
4.7/5
(33)

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

(Multiple Choice)
4.8/5
(39)

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

(Short Answer)
4.8/5
(41)

RadioButton controls are usually used together in a ____, causing only one RadioButton to be selected at a time.

(Multiple Choice)
4.8/5
(31)
Showing 1 - 20 of 49
close modal

Filters

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