Exam 3: Engage Android User Input, Variables, Operations

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

The operator with the highest order of precedence is ____.

(Multiple Choice)
4.9/5
(36)

When you select the ____________________ Text Field, Android deactivates the letters on the keyboard. 

(Short Answer)
4.9/5
(39)

The code necessary to read a number out of an EditText control called txtNumberOfTickets and convert it to an integer, assigned to the variable numTickets , is as follows: ____________________.

(Short Answer)
4.9/5
(40)

Variables that have not been used in a program have a ____.

(Multiple Choice)
4.9/5
(41)

The set of resources available to an app is referenced by ____.

(Multiple Choice)
4.9/5
(41)

The Parse type to extract a double from a String is ____________________.

(Short Answer)
4.8/5
(39)

A String can be a single ____ .

(Multiple Choice)
4.7/5
(39)

The method to get the selected item from a Spinner control is ____.

(Multiple Choice)
4.9/5
(39)

Which data type is not a numeric primitive?

(Multiple Choice)
4.9/5
(40)

The code needed to declare a variable called costPerTicket and initialize it to the value $79.99 is ____________________.

(Short Answer)
4.9/5
(30)

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

(Short Answer)
4.7/5
(31)

You have a variable that will only assume values between 0 and 100. The most compact primitive type to use is a(n) ____.

(Multiple Choice)
4.8/5
(36)

A(n) ____ Text Field only allows numbers to be entered into it.

(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.9/5
(30)

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

(Multiple Choice)
4.8/5
(34)

You can use int and long data types to store decimal values.

(True/False)
4.9/5
(37)

A Spinner control displays a prompt with a list of strings, called ____________________, in a pop-up window.

(Short Answer)
4.8/5
(38)

There are ____ primitive data types in Java.

(Multiple Choice)
4.9/5
(31)

A(n) ____ is a series of alphanumeric characters that can include spaces.

(Multiple Choice)
4.9/5
(35)

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

(Multiple Choice)
4.9/5
(40)
Showing 21 - 40 of 50
close modal

Filters

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