Exam 6: Jam Implementing Audio in Android Apps

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

Which feature in Java executes a one-time task?

Free
(Multiple Choice)
5.0/5
(39)
Correct Answer:
Verified

D

Why might a music player fail to play a given file?

Free
(Multiple Choice)
4.7/5
(35)
Correct Answer:
Verified

A

Java allows only one thread of execution at a time.

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

False

Which method will temporarily stop music while it is playing?

(Multiple Choice)
4.9/5
(37)

Which of the following classes comes with the Android platform to play audio and video files?

(Multiple Choice)
4.8/5
(36)

What type of variable is visible in multiple methods throughout the program?

(Multiple Choice)
4.8/5
(35)

The ____________________ method releases resources and frees up memory connected to an Activity.

(Short Answer)
4.8/5
(32)

What is the most common file type of media supported for audio playback on the Android?

(Multiple Choice)
4.7/5
(39)

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

(True/False)
4.8/5
(28)

Which type of variable ceases to exist when execution of its declaring method completes?

(Multiple Choice)
4.9/5
(40)

When you write the code to create a TimerTask , the start() method can be created as an auto-generated method stub.

(True/False)
4.8/5
(41)

Which of the following statements creates a new instance of MediaPlayer and assigns it to mpTrombone?

(Multiple Choice)
4.8/5
(39)

In a camera app, the next step in the life cycle after tapping the button to take a picture is to call on which method?

(Multiple Choice)
4.9/5
(43)

When buying a phone, what specification should be considered to allow more music to be stored?

(Multiple Choice)
4.8/5
(34)

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

(Short Answer)
4.9/5
(35)

If an Activity is hidden, the onStart() method makes the Activity visible.

(True/False)
4.7/5
(34)

What is the TextView property for backgrounds?

(Multiple Choice)
4.8/5
(45)

Which property of an Activity determines whether the Activity is active, paused, stopped, or dead.

(Multiple Choice)
4.8/5
(32)

On an Android, what is 1000 milliseconds equivalent to in seconds?

(Multiple Choice)
5.0/5
(29)

A delay timer is scheduled in milliseconds using the Timer class.

(True/False)
4.9/5
(37)
Showing 1 - 20 of 50
close modal

Filters

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