Exam 6: Jam Implementing Audio in Android Apps

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

Java only allows one thread of execution at a time.

Free
(True/False)
4.9/5
(41)
Correct Answer:
Verified

False

The code to reference a music file called "balloonPop" in the raw directory is ____________________.

Free
(Short Answer)
4.8/5
(37)
Correct Answer:
Verified

R.raw.balloonPop

The Timer and TimerTask classes are in the ____________________ package.

Free
(Short Answer)
4.9/5
(41)
Correct Answer:
Verified

java.util

The method to modify the visibility property of a control is ____________________.

(Short Answer)
4.7/5
(39)

Timers can also be used to display updates of how long an installation is taking by displaying a countdown, monitor what a user is doing, or execute other routines while an Activity is running.

(True/False)
4.9/5
(41)

The MediaPlayer class cannot ____.

(Multiple Choice)
4.8/5
(42)

It is still very rare to use a mobile device to play music.

(True/False)
4.8/5
(38)

The ____________________ of a variable refers to the variable's visibility within a class.

(Short Answer)
4.7/5
(42)

To schedule a TimerTask task for three seconds using Timer bookkeeper, the correct code is ___________________________________.

(Short Answer)
4.7/5
(31)

An app may be terminated if other apps or operations (such as a phone call) require resources.

(True/False)
4.8/5
(42)

The correct method to use to play music with the MediaPlayer class is ____________________.

(Short Answer)
4.8/5
(42)

The signature of the method that must be implemented in a new TimerTask is ____________________.

(Short Answer)
4.8/5
(28)

The end of an Activity is marked by the ____ method being invoked.

(Multiple Choice)
4.8/5
(27)

A(n) ____________________ is a single sequential flow of control within a program.

(Short Answer)
4.7/5
(29)

There are four states an Activity can be in.

(True/False)
4.9/5
(30)

A(n) ____________________ is a piece of technology that is used to compress and decompress audio and video files.

(Short Answer)
4.8/5
(43)

It's not necessary to understand the life cycle of an app in order to code it.

(True/False)
5.0/5
(29)

A(n) ____ invokes a scheduled Timer.

(Multiple Choice)
4.8/5
(38)

A ____ variable ceases to exist when execution of its declaring method completes.

(Multiple Choice)
4.8/5
(29)

The Android provides the ____________________ class to record audio and video.

(Short Answer)
4.9/5
(34)
Showing 1 - 20 of 50
close modal

Filters

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