Exam 3: Engage Android User Input, Variables, and Operations

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

The String type is a class, not a primitive data type.

(True/False)
4.8/5
(41)

When a plus sign is placed between two strings, it ____________________ the two strings to create a new string value.

(Short Answer)
4.8/5
(38)

A(n) ____ can be used to display instructions at the top of Spinner controls.

(Multiple Choice)
4.7/5
(38)

Variables that have not been used have a ____.

(Multiple Choice)
4.7/5
(41)

A(n) ____ control is a widget similar to a drop-down list for selecting a single item from a fixed listing.

(Multiple Choice)
4.8/5
(40)

To assign a phrase as the value of a String variable, place the text in ____.

(Multiple Choice)
4.8/5
(38)

____________________ are multitouch interactions such as pressing two fingers to pan, rotate, or zoom.

(Short Answer)
4.7/5
(35)

The ____________________ Text Field allows for input that only appears as stars, thus hiding the actual content.

(Short Answer)
4.8/5
(35)

The code necessary to display the light holographic theme is _______________________________________________________.

(Essay)
4.7/5
(44)

The code necessary to find an EditText by the name of txtTickets is ____________________.

(Short Answer)
4.9/5
(29)

The code to format a decimal format as U.S. currency is as follows: ____________________________________________________________.

(Essay)
4.8/5
(34)

The on-screen keyboard is also called a(n) ____.

(Multiple Choice)
5.0/5
(29)

____ is the Java class that can be used to format numbers for display.

(Multiple Choice)
4.9/5
(35)

To display text in a TextView control, use the method ____.

(Multiple Choice)
4.8/5
(38)

A(n) ____ is used in a Java program to contain data that changes during the execution of the program.

(Multiple Choice)
4.8/5
(37)

Good programming practice dictates that variable names should reflect the values placed in the variables.

(True/False)
4.8/5
(34)

The only data type that has a default value is boolean.

(True/False)
4.8/5
(45)

The property that connects a Spinner control to a list of items is called ____________________.

(Short Answer)
4.8/5
(42)

A String can be a single ____.

(Multiple Choice)
4.9/5
(35)

Plus (+) and minus (-) have the highest order of precedence in the order of operations.

(True/False)
4.9/5
(41)
Showing 21 - 40 of 50
close modal

Filters

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