Exam 2: Simplify the Android User Interface

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

A(n) ____ is a set of Java statements that can be included inside a Java class.

(Multiple Choice)
4.7/5
(34)

When you ____ a class, you define one particular variation of the object within a class.

(Multiple Choice)
4.9/5
(35)

Before any code is written for an Android app, the user interface must be designed.

(True/False)
4.8/5
(44)

By default, the Linear layout organizes each new control directly ____________________ the previous control.

(Short Answer)
4.9/5
(34)

A ____ organizes layout components in a vertical column or horizontal row.

(Multiple Choice)
4.7/5
(32)

The ____ method displays the content of a specific screen.

(Multiple Choice)
4.8/5
(40)

The Android SDK includes two types of button controls: Button and ToggleButton.

(True/False)
4.9/5
(37)

Errors in program code are indicated by ____.

(Multiple Choice)
4.8/5
(31)

If an application has more than one Activity, the Android Manifest file must have a(n) ____ to navigate among the multiple activities.

(Multiple Choice)
4.8/5
(35)

An object is a specific, concrete instance of a class.

(True/False)
4.8/5
(27)

To make a one-line comment in Java, use ____________________.

(Short Answer)
4.8/5
(40)

____ is not a valid measurement unit for text display.

(Multiple Choice)
5.0/5
(33)

You can construct Activities using ____________________ layout files and a Java class.

(Short Answer)
4.8/5
(39)

The ____ control can display an icon or a graphic such as a picture file or shape.

(Multiple Choice)
4.7/5
(38)

There are three phases to the program development life cycle.

(True/False)
4.8/5
(25)

The Java naming convention begins a name with an uppercase letter, omits spaces, and emphasizes each new word with an initial uppercase letter.

(True/False)
4.9/5
(39)

Resources for medium-density screens are placed in the ____ folder.

(Multiple Choice)
4.9/5
(41)

Comments in Java start with pound ( # ) signs.

(True/False)
4.7/5
(31)

The abbreviation for "density-independent pixels" is ____________________.

(Short Answer)
4.9/5
(38)

The ____________________ property sets the size of text in a control.

(Short Answer)
4.9/5
(37)
Showing 21 - 40 of 50
close modal

Filters

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