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

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

Each time you add a class to an application, the class should begin with a lowercase letter and a coordinating XML layout file with the same name with an uppercase letter is automatically created.

(True/False)
4.8/5
(47)

Which of the following terms provides a data model for the layout of the list?

(Multiple Choice)
4.9/5
(32)

Which of the following controls allows you to create a two-level list?

(Multiple Choice)
4.9/5
(41)

Which statement allows you to evaluate a value and execute a block of statements based on an integer or single character input?

(Multiple Choice)
4.8/5
(44)

The first element in an array is referenced using index 0.

(True/False)
4.7/5
(46)

A Web site address may also be called a(n) ____________________.

(Short Answer)
4.8/5
(43)

What is the generic layout to a simple list?

(Multiple Choice)
4.8/5
(44)

In what is the reference for an array enclosed?

(Multiple Choice)
4.9/5
(31)

Which statement in a custom XML layout for a ListView sets the size of the test to 20sp?

(Multiple Choice)
4.9/5
(41)

The standard generic layout for ListView is ____________________.

(Short Answer)
4.9/5
(38)

In a switch statement, each option must begin with the ____________________ keyword.

(Short Answer)
4.8/5
(37)

When opening a Web site with an intent, what is the last argument?

(Multiple Choice)
4.9/5
(39)

Which of the following is the correct syntax for the beginning of a switch stat ement that evaluates a variable named choice ?

(Multiple Choice)
4.8/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
(33)

Which intent action opens a Web browser on the Android?

(Multiple Choice)
4.7/5
(42)

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.8/5
(36)

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

(Short Answer)
4.8/5
(40)

URI is short for ____________________.

(Short Answer)
4.7/5
(33)

Which variable allows you to store multiple values in one variable at the same time?

(Multiple Choice)
4.9/5
(41)

To declare an array without assigning actual values, allocate the size of the array in brackets to reserve the room needed in memory.

(True/False)
4.7/5
(28)
Showing 21 - 40 of 50
close modal

Filters

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