Exam 4: Explore Icons Decision Making Controls
Exam 1: Voila Meeting the Android49 Questions
Exam 2: Simplify the Android User Interface50 Questions
Exam 3: Engage Android User Input, Variables, Operations50 Questions
Exam 4: Explore Icons Decision Making Controls49 Questions
Exam 5: Investigate Android Lists, Arrays, and Web Browsers50 Questions
Exam 6: Jam Implementing Audio in Android Apps50 Questions
Exam 7: Reveal Displaying Pictures in a Gridview50 Questions
Exam 8: Design Using a Datepicker on a Tablet50 Questions
Exam 10: Move Creating Animation and Graphics50 Questions
Exam 11: Discover Persistent Data49 Questions
Exam 12: Finale Publishing Your Android App50 Questions
Select questions type
When two Strings are compared, they are ordered ____________________.
Free
(Short Answer)
4.8/5
(24)
Correct Answer:
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:
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:
A
The following condition is valid: (6 || ticketPrice) > (450.45 == "vacation") .
(True/False)
4.7/5
(45)
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)
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)