Android Operating System Fundamentals
Test your knowledge of Android OS history, architecture, APIs, and development fundamentals. Note: This quiz contains some outdated information that needs updates.
Questions
The IDE(Integrated Development Environment) highly recommended for developing Android Applications are:
- NetBeans
- Eclipse
- DrJava
- JCreator
- IntelliJ IDEA
Which Android API(Application Programming Interface) will provide classes to manage Wi- Fi(Wireless) functionality on the device
- android.net.wifi
- android.wifi.net
- android.net.wireless
- android.wireless.net
- android.wifi.wireless
Functions of android.bluetooth API is:
- scanning for devices
- enabling applications of other devices
- connecting with devices
- managing data transfer between devices
- disabling applications of other devices
The API level of the Android Platform version 2.0 and version 2.2 respectively are:
- 5 & 7
- 4 & 7
- 5 & 8
- 6 & 8
- 7 & 9
Core components of an application like activities, services, and broadcast receivers etc., are activated through messages called as:
- contents
- filter
- intents
- activator
- servlets
In Android, which Statement is used to get ContentResolver within the Activity or other application component?
- ContentResolver cr = getContentResolver();
- ContentResolver cr = getContentResolver(cr);
- ContentResolver cr = getContentResolver(content);
- ContentResolver cr = getContentResolver(void);
- ContentResolver cr = getContentResolver(context);
List the valid abstract methods declared in content provider class?
- query()
- insert()
- update()
- delete()
- onCreate()
The extension for android application file or which file the user may download to run the applications on their mobile?
- .exe
- .apk
- .dvk
- .and
- dk
In Android, ___________ is used to prevent applications (as a measure of security) from disrupting each other.
- Cryptography
- Wrapping
- Sandbox
- Coding and Decoding
Choose the true regarding AndroidManifest.xml File in Android?
- AndroidManifest.xml file is present in root directory of an application
- AndroidManifest.xml file is responsible for naming java package for the application
- c.)AndroidManifest.xml File is an optional for an application
- It describes the components of the application — the activities, services, broadcast receivers,
- AndroidManifest.xml is not responsible for declaring the minimum level of the Android API that
In Android, for playing and recording audio/video what is name of the class should to be used?
- MediaPlayer & MediaRecorder
- MediaPlay & MediaRecord
- PlayMedia & RecordMedia
- Mediaplay & Mediarecord
3D(3 Dimension) Graphics in Android is based on which specification?
- OpenGL ES 1.0
- OpenGL ES 1.1
- OpenGL ES 1.2
- OpenGL ES 1.3
- OpenGL ES 1.4
In which layer of the android architecture the basic drivers like Display Driver,Camera Driver, Audio Driver, Wifi Driver etc., will present?
- Libraries
- Application Framework
- Applications
- Linux Kernel
- Android Runtime
Find out the statement which is used to instantiate a media player and start the service?
- mp.initialize();
- mp.start();
- mp.do();
- mp.run();
- mp.process();
DDMS in Android stands for
- Dalvik Debug Monitor Service
- Dalvik Develop Monitor Service
- Dalvik Debug Message Service
- Dalvik Decode Monitor Service
What's the amount google paid for Obtaining Android from it's developers ?
- $ 70million
- $ 7million
- $ 40million
- $ 10million
Is Android completely open source ???
- True
- False
Who are the founders of the Android platform ???
- Andy Rubin
- Sergey Brin
- Rich Miner
- Steve Ballmer
The year in which the first version (1.5 Cupcake was released) ??
- 2009
- 2007
- 2008
- 2010
Which is the first version of the Android OS ???
- Cupcake
- Gingerbread
- Froyo
- Eclair