Exam 4: Explore Icons and Decision-Making Controls
Exam 1: Voilà Meeting the Android50 Questions
Exam 2: Simplify the Android User Interface50 Questions
Exam 3: Engage Android User Input, Variables, and Operations50 Questions
Exam 4: Explore Icons and Decision-Making Controls50 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 Gallery50 Questions
Exam 8: Design Using a Datepicker on a Tablet50 Questions
Exam 10: Move Creating Animation and Graphics49 Questions
Exam 11: Discover Incorporating Google Maps50 Questions
Exam 12: Finale Publishing Your Android App50 Questions
Select questions type
A toast message is best used for ____________________ messages.
Free
(Short Answer)
5.0/5
(31)
Correct Answer:
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:
A
Never offer a default selection, as it complicates user input.
Free
(True/False)
4.9/5
(34)
Correct Answer:
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)
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 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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)