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

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

A good example of a professional city guide is ____.

Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
Verified

D

URL stands for ____.

Free
(Multiple Choice)
4.9/5
(42)
Correct Answer:
Verified

A

When opening a Web site with an intent, the last argument is a(n) ____.

Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
Verified

C

The default generic layout is simple list item ____.

(Multiple Choice)
4.9/5
(41)

The type of a ListAdapter that operates on an array of String objects is ____________________.

(Short Answer)
4.7/5
(47)

The switch keyword is followed by an integer expression enclosed in ____ .

(Multiple Choice)
4.9/5
(36)

The reference for an array is enclosed in ____.

(Multiple Choice)
4.8/5
(36)

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
(35)

Creating an ArrayAdapter with a non-standard layout requires fewer arguments than usual because the layout does not need to be specified.

(True/False)
4.7/5
(27)

A browser is launched with Android code using a(n) ____________________.

(Short Answer)
4.9/5
(45)

URI is short for ____________________.

(Short Answer)
4.8/5
(34)

The ____ is called when an item in a list is selected.

(Multiple Choice)
4.9/5
(37)

The ____ browser is not supported in Android.

(Multiple Choice)
4.9/5
(44)

To refer to the elements of an array called "travel" in the manifest, the proper reference is android:text="____" .

(Multiple Choice)
4.7/5
(31)

When you create a new class, you do not need to reference it in the Android Manifest file.

(True/False)
4.7/5
(35)

The code to declare and initialize an empty array of 10 ints, called "digits" , is ______________________________.

(Short Answer)
4.8/5
(40)

Displays of lists are rarely used as a design pattern in mobile applications.

(True/False)
4.8/5
(44)

Switch statements do not allow ranges such as 10-40 to match a case.

(True/False)
4.8/5
(34)

Each individual item in an array is called a(n) ____________________.

(Short Answer)
4.9/5
(42)

A switch statem ent can also be implemented as a chain of if/else statements.

(True/False)
4.9/5
(39)
Showing 1 - 20 of 50
close modal

Filters

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