Q 1 - What is Android?
A - Android is a stack of software's for mobility
B - Google mobile device name
C - Virtual machine
D - None of the above
Show Answer - A
Q 2 - On which thread services work in android?
A - Worker Thread
B - Own Thread
C - Main Thread
D - None of the above.
Show Answer - C
Q 3 - On which thread broadcast receivers will work in
android?
A - Worker Thread
B - Main Thread
C - Activity Thread
D - None of the Above
Show Answer - B
Q 4 - What is the life cycle of broadcast receivers in
android?
A - send intent()
B - onRecieve()
C - implicitBroadcast()
D - sendBroadcast(), sendOrderBroadcast(), and
sendStickyBroadcast().
Show Answer - B
Q 5 -What is the application class in android?
A - A class that can create only an object
B - Anonymous class
C - Java class
D - Base class for all classes
Show Answer - D
Q 6 - What is breakpoint in android?
A - Breaks the application
B - Breaks the development code
C - Breaks the execution.
D - None of the above.
Show Answer - C
Q 7 - What is the library of Map View in android?
A - com.map
B - com.goggle.gogglemaps
C - in.maps
D - com.goggle.android.maps
Show Answer - D
Q 8 - What is sandbox in android?
A - Each application runs securely in sandbox without
interrupting another process
B - Android Box
C - Android development tool kit
D - None of the above
Show Answer - A
Q 9 - What are commands needed to create APK in android?
A - No need to write any commands
B - Create apk_android in command line
C - Javac,dxtool, aapt tool, jarsigner tool, and zipalign
D - None of the above
Show Answer -C
Q 10 - What is a thread in android?
A - Same as services
B - Background activity
C - Broadcast Receiver
D - Independent dis-patchable unit is called a thread
Ans - D
No comments:
Post a Comment