Exam 3: Engage Android User Input, Variables, and Operations
Exam 1: Voila Meeting the Android Using Android Studio50 Questions
Exam 2: Simplify the Android Studio 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 Gridview50 Questions
Exam 8: Design Using a Datepicker on a Tablet50 Questions
Exam 10: Move Creating Animation and Graphics50 Questions
Exam 11: Discover Persistent Data50 Questions
Exam 12: Finale Publishing Your Android App50 Questions
Select questions type
Which class should you use if you want to convert the string "123" to the number one hundred and twenty-three?
Free
(Multiple Choice)
4.8/5
(44)
Correct Answer:
A
Which primitive data type should you use if the variable should have only two values and will be used in conditional statements?
Free
(Multiple Choice)
4.8/5
(32)
Correct Answer:
C
A Spinner control displays a prompt with a list of strings, called ____________________, in a pop-up window.
(Short Answer)
4.9/5
(32)
____________________ are multitouch interactions such as pressing two fingers to pan, rotate, or zoom.
(Short Answer)
4.9/5
(38)
To display text in a TextView control, which method should be used?
(Multiple Choice)
4.8/5
(34)
Which statement establishes a currency decimal format so that the variable itemCost is displayed in U.S. dollar format in the following statement? USdollars.format(itemCost));
(Multiple Choice)
4.9/5
(37)
You add new theme names to the XML code in the _______________ file.
(Short Answer)
5.0/5
(37)
What do you use if you want an app to wait for a user to click or tap a button before taking action?
(Multiple Choice)
4.8/5
(34)
What term can be described as multitouch interactions such as pressing two fingers to pan, rotate, or zoom?
(Multiple Choice)
4.8/5
(42)
You have a variable that will only assume values between 0 and 100. What would be the most compact primitive type to use?
(Multiple Choice)
4.9/5
(45)
What keystroke can you use to invoke possible code completion suggestions as you type an XML or Java line of code?
(Multiple Choice)
4.7/5
(30)
To assign a phrase as the value of a String variable, in which of the following characters should the text be placed?
(Multiple Choice)
4.7/5
(34)
Which kind of TextView can suggest the completion of a word after the first few letters?
(Multiple Choice)
4.8/5
(29)
What method returns the text label from a selected Spinner item?
(Multiple Choice)
4.9/5
(34)
You should always declare variables in an Android application at the end of the Activity.
(True/False)
4.9/5
(35)
Write the statement to display the string "It's my birthday!" in a TextView object named whatsToday. ______________________________
(Short Answer)
4.9/5
(36)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)