Exam 5: Investigate Android Lists, Arrays, and Web Browsers
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
If no matching case statement is found, the ____ statement, if it exists, is executed.
(Multiple Choice)
4.7/5
(41)
If a Java View list exceeds the length of the screen, the list is ____.
(Multiple Choice)
4.8/5
(40)
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
(43)
A Web site address may also be called a(n) ____________________.
(Short Answer)
4.8/5
(35)
A(n) ____ variable allows you to store multiple values in one variable at the same time.
(Multiple Choice)
4.7/5
(41)
Using the ____ control allows you to create a two-level list.
(Multiple Choice)
4.8/5
(30)
To refer to an icon called "myIcon. pn g'' in the manifest file, the correct reference is android:icon="____" .
(Multiple Choice)
4.9/5
(33)
Each item in the array is referenced using a(n) ____________________.
(Short Answer)
4.8/5
(47)
In a switch statement, each option must begin with the ____________________ keyword.
(Short Answer)
4.8/5
(46)
It is important to verify that the links in your app are not broken.
(True/False)
4.8/5
(37)
The variable ____________________ determines the String displayed as the title of the app.
(Short Answer)
4.9/5
(41)
The ____ method projects your data to the onscreen list by connecting a ListView object to array data.
(Multiple Choice)
4.9/5
(43)
The ____ statement allows you to choose from many statements based on an integer or single character input.
(Multiple Choice)
4.8/5
(39)
If the primary purpose of a class is to display a ListView control, it is recommended to extend the class from ____.
(Multiple Choice)
4.8/5
(34)
The code to declare and initialize an array (in one statement) called fruit that holds the strings "Apple" , "Mango" , and "Pear" , in that order, is _____________________________________________.
(Short Answer)
4.9/5
(36)
The code to access the fifth element of an array called names is ____________________.
(Short Answer)
4.9/5
(35)
The standard generic layout for ListView is ____________________.
(Short Answer)
4.8/5
(38)
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.9/5
(36)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)