Exam 5: Investigate Android Lists, Arrays, and Web Browsers
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
Switch statements do not allow ranges such as 10-40 to match a case.
(True/False)
4.8/5
(36)
Displaying lists is rarely used as a design pattern in mobile applications.
(True/False)
4.7/5
(34)
If a Java View list exceeds the length of the screen, the list is ____.
(Multiple Choice)
4.7/5
(40)
It is not necessary to use the break keyword to end a case statement; it is automatically terminated by the next case keyword.
(True/False)
4.8/5
(42)
The ____ method projects your data to the onscreen list by connecting a ListView object to array data.
(Multiple Choice)
4.7/5
(39)
The variable ____________________ determines the String displayed as the title of the app.
(Short Answer)
4.8/5
(35)
When a list item is selected, its ____ is passed to the executing code.
(Multiple Choice)
4.9/5
(28)
Suppose you wanted to declare a variable called mat that is an array of arrays of ints. The code to declare this variable would be ____________________.
(Short Answer)
4.9/5
(31)
When you allocate an empty array, the number of elements in the array is equal to the index specified when allocating the array.
(True/False)
4.9/5
(36)
A browser is launched with Android code using a(n) ____________________.
(Short Answer)
4.8/5
(36)
The code to access the fifth element of an array called names is ____________________.
(Short Answer)
4.8/5
(40)
To refer to the elements of an array called "travel" in the manifest, the proper reference is android:text="____".
(Multiple Choice)
4.8/5
(31)
The code to declare and initialize an empty array of 10 ints, called "digits", is ______________________________.
(Short Answer)
4.9/5
(36)
The ____ statement allows you to choose from many statements based on an integer or single character input.
(Multiple Choice)
4.9/5
(27)
If no matching case statement is found, the ____ statement, if it exists, is executed.
(Multiple Choice)
4.8/5
(32)
In a switch statement, each option must begin with the ____________________ keyword.
(Short Answer)
4.9/5
(38)
Each item in the array is referenced using a(n) ____________________.
(Short Answer)
4.8/5
(48)
A Web site address may also be called a(n) ____________________.
(Short Answer)
4.8/5
(36)
Using the ____ control allows you to create a two-level list.
(Multiple Choice)
4.9/5
(35)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)