You are on page 1of 4

MOBILITY

1. Core hardware functionality is exposed through ___________


a) Simple Java API
b) UI design
c) Mobile application developer
d) None of the above.

2. ____________helps in developing and testing android
applications without using a physical device.
a) Application developer
b) Android Emulator
c) Application building blocks
d) All of the above

3. Pick Odd one out
a) Activity
b) Service
c) Content provider
d) Application internal
e) Broadcast receiver
4. The broadcast receiver which is completely asynchronous is
known as
a) Normal broadcasts
b) Ordered broadcasts
c) Asynchronous broadcast
d) none of the above

5. Intent is a description of an operation to be performed.
a) True
b) False.
6. By default ,every application in android runs in its own
a) Virtual machine
b) Linux processes
c) Unix process
d) None of the above
7. In which directory the system should add a new file to regenerate
the files in the /gen directory.
a) /sir directory
b) /res directory
c) /gen directory
d) None of the above
8. Android supports ________ and _________
a) Internalization and localization.
b) Optimization and internalization
c) Customization and localization
d) Optimization and customization
9. Log cat used for debugging in android is a ______________
a) Software
b) Tool
c) Command
d) none of the above.


10. What is the name of android building block that has user
interface
a) Service
b) Activity
c) Content provider.
d) All of the above
11. ________ language is used to write applications for
iPhone,iPad.
a) C
b) C++
c) Java
d) Objective-C
12. When you create a background task to communicate with a
remote web server,which class might be a good base class
candidate for your class to derive from?
a) Service provider
b) Activity
c) Service
d) Content provider








Answer
1.simple java API
2.android emulator
3.application internal
4. normal broadcast
5. true
6.linux processes
7./res directory
8.Internalization and localization
9.tool
10.activity
11.Objective-C
12. Service

You might also like