SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Android Programming
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. It is a free service for sending messages to Android devices.
ACTION_DOCK_EVENT
Services
Google Cloud Messaging (GCM)
Hierarchy Viewer
2. Whenever the device is docked or undocked - this action is broadcast.
View
ACTION_DOCK_EVENT
BackupHelper
Activity
3. This class defines abstract methods that you must override so that your database table can be created and upgraded when necessary.
SQLiteOpenHelper
Component - screen
onDraw()
onStop();
4. It is available starting with API Level 14 and higher.
AsyncTask
ACTION_SEND
OnCurrentItemChanged
ShareActionProvider
5. An _______ is an application component that provides a screen with which users can interact in order to do something - such as dial the phone - take a photo - send an email - or view a map.
Canvas
Intents
single-pane
Activity
6. It is a lightweight mechanism used to transmit data from a server to a particular app instance.
Wi-Fi radio
Google Cloud Messaging for Android (GCM)
onPause();
View
7. This search feature was introduced in Android 3.0 and can maintain backward compatibility with older versions of Android by using the default search dialog provided by the system.
SearchView
ShareActionProvider
onCreate() - onDestroy()
onResume();
8. It is used as a reverse-geocoding where translating latitude longitude coordinates to a human-readable address happens.
XmlPullParser
Geocoder
onCreate() - onDestroy()
searchable configuration
9. To respond to media button clicks - you need to register this in your manifest that listens for this action broadcast.
LocationManager
Component - screen
BroadcastReceiver
ACTION_DOCK_EVENT
10. Callback method: The activity is about to be destroyed.
When the activity resumes
onDestroy();
AudioManager
auth scope
11. This broadcasts all battery and charging details in a sticky Intent that includes the charging status.
setVolumeControlStream()
BatteryManager
Canvas
onDestroy();
12. An open source group led by Google
Account
OnCurrentItemChanged
Open Handset Alliance
View
13. Theseclasses simplify the steps required to enhance your app with powerful platform features or effectively optimize your app performance.
Scroller
Linux based
AsyncTask
Advanced Training
14. Sharing of data in Android is done via________
Service Content Provider
security sandbox
Low power
Advanced Training
15. You can set the layout as the UI for your activity with passing the resource ID for the layout.
setContentView
AccountAuthenticatorActivity
EXTRA_STREAM
Implicit intent
16. This is a lightweight view with no dimension and doesn't draw anything or participate in the layout.
adb
ViewStub
auth scope
onMeasure()
17. A service in which programmers can offer their Android application to Android users.
NetworkInfo
InputStream
Service Content Provider
Google Play
18. This is used to register and de-register your media button event receiver.
Dalvik Virtual Machine
OAuth2
Extensible Markup Language (XML)
AudioManager
19. Each activity can then start another activity in order to perform different actions. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a ___ .
Stack
Scroller
onCreate() - onDestroy()
resolveSizeAndState()
20. Callback method: The activity is no longer visible
Android SDK
onStop();
dual-
Intent filters
21. It is called to invoke the search dialog on older devices.
onSearchRequested()
onCreate() - onDestroy()
SQLiteOpenHelper
virtual table
22. This is used to convert raw touch events into gestures.
GestureDetector
SearchView
Android SDK
Geocoder
23. This handles cases like flaky mobile networks - airplane mode - and restricted background data.
EXTRA_STREAM
Dalvik Debug Monitor Server
Wi-Fi radio
isConnected()
24. This object contains an account name - which for Google accounts is an email address.
drawText()
Account
setVolumeControlStream()
Destroyed - previous
25. Amode where the action bar is set up with tabs for navigation.
resolveSizeAndState()
HTTP
dual-
PackageManager
26. This provides methods to define line's color - whether to fill a rectangle with a color or leave it empty - and defines the color - style - font - and so forth of each shape you draw.
InputStream
Paint
Scroller
Deserialize
27. Android is __________.
Google Cloud Messaging for Android (GCM)
PackageManager
Activity
Linux based
28. The minimal energy state during which no network connection is active or required.
AsyncTask
virtual table
Standby
PackageManager
29. It is used to toggle the enabled state on any component defined in the manifest - including whichever broadcast receivers you wish to enable or disable
dual-
ViewStub
PackageManager
Wi-Fi radio
30. This is a readable source of bytes.
InputStream
OnCurrentItemChanged
onCreate() - onDestroy()
NetworkInfo
31. These helpers are specialized classes for backing up certain kinds of data.
BackupHelper
AsyncTask
Back stack
Intents
32. On a rooted device - the credentials would be readable by anyone with this access to the device.
adb
setContentView
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
ViewStub
33. It typically consumes more energy than 3G - which is in turn more expensive than 2G.
drawBitmap()
onSearchRequested()
LTE
onResume();
34. Once a connection has been established - the app uses this method to retrieve the data as an InputStream.
Widgets
Scroller
Android SDK
getInputStream()
35. _____ are views that provide a visual (and interactive) elements for the screen - such as a button - text field - checkbox - or just an image.
Widgets
SecurityException
Extensible Markup Language (XML)
drawText()
36. This is used for the need of finer control over your view's layout parameters.
Dots per inch
onMeasure()
Dalvik Virtual Machine
Service Content Provider
37. An Activity is an application ______ that provides a _______ with which users can interact in order to do something - such as dial the phone - take a photo - send an email - or view a map
View
OAuth2
onPause();
Component - screen
38. This can be used to draw previews of what the camera sensor is picking up.
onCreate() - onDestroy()
XmlPullParser
AsyncTask
SurfaceView
39. Once installed on a device - each Android application lives in its own ______
ACTION_DOCK_EVENT
security sandbox
onCreate() - onDestroy()
PackageManager
40. Converts XML Document to XML DOM
Parser
SearchView
Android SDK
ETC1
41. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
Dalvik Debug Monitor Server
GET_ACCOUNTS
onDraw()
Dalvik Virtual Machine
42. Callback method: The activity has become visible.
onResume();
Google
onMeasure()
Widgets
43. It doesn't currently support the <merge/> tag in the layouts to be inflated.
LTE
ViewStub
HTTP
Intent filters
44. Most network-connected Android apps use this to send and receive data.
ActionProvider
HTTP
PackageManager
onDestroy();
45. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
onCreate() - onDestroy()
AttributeSet
Services
SQLite
46. This action is used in sending text content from one activity to another.
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
LocationManager
Linux based
ACTION_SEND
47. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
ConnectivityManager
Low power
drawText()
Service Content Provider
48. Android system uses a special virtual machine to run java based applicatons
SettingsActivity
OAuth2
Dalvik Virtual Machine
Services
49. Represents the visual representation of an Android application
Application footprint
Activity
Low power
onAudioFocusChange()
50. This behaves similarly to a SQLite table - but reads and writes to an object in memory via callbacks - instead of to a database file.
Emulator
BatteryManager
Dots per inch
virtual table
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests