Exam 6: Jam Implementing Audio in Android Apps
Exam 1: Voilà Meeting the Android50 Questions
Exam 2: Simplify the Android User Interface50 Questions
Exam 3: Engage Android User Input, Variables, and Operations50 Questions
Exam 4: Explore Icons and Decision-Making Controls50 Questions
Exam 5: Investigate Android Lists, Arrays, and Web Browsers50 Questions
Exam 6: Jam Implementing Audio in Android Apps50 Questions
Exam 7: Reveal Displaying Pictures in a Gallery50 Questions
Exam 8: Design Using a Datepicker on a Tablet50 Questions
Exam 10: Move Creating Animation and Graphics49 Questions
Exam 11: Discover Incorporating Google Maps50 Questions
Exam 12: Finale Publishing Your Android App50 Questions
Select questions type
Java only allows one thread of execution at a time.
Free
(True/False)
4.9/5
(41)
Correct Answer:
False
The code to reference a music file called "balloonPop" in the raw directory is ____________________.
Free
(Short Answer)
4.8/5
(37)
Correct Answer:
R.raw.balloonPop
The Timer and TimerTask classes are in the ____________________ package.
Free
(Short Answer)
4.9/5
(41)
Correct Answer:
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 ____________________ 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)
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 ____ 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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)