Exam 5: Investigate Android Lists, Arrays, and Web Browsers

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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)

A generic layout that displays checkboxes is ____.

(Multiple Choice)
5.0/5
(35)

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)

Testing an Android app is called ____________________.

(Short Answer)
4.8/5
(32)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)