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

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

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)

The ____ is not supported in Android.

(Multiple Choice)
4.9/5
(40)

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

Filters

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