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 an HTTP client that is used for applications targeted at Gingerbread and higher.
HttpURLConnection
Paint
onAudioFocusChange()
Destroyed - previous
2. For example - a ____ might be a button that initiates an action when the user touches it.
Implicit intent
AbstractAccountAuthenticator
Wi-Fi radio
View
3. 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 ___ .
Layouts
SQLiteOpenHelper
Stack
Application footprint
4. You can set the layout as the UI for your activity with passing the resource ID for the layout.
touch
android.hardware.touchscreen
onCreate();
setContentView
5. PieChart exposes a custom event to notify listeners that the user has rotated the pie chart to focus on a new pie slice.
OnCurrentItemChanged
SearchView
Linux based
Scroller
6. The most common way to define a layout using views is with an XML layout file saved in your ______
Google Play
Application resources
ETC1
Component - screen
7. ______ are views derived from ViewGroup that provide a unique layout model for its child views
Hierarchy Viewer
AttributeSet
Layouts
Ducking
8. It is a subclass of PreferenceActivity.
single-pane
SettingsActivity
InputStream
ShareActionProvider
9. Evaluation of registered components
Implicit intent
Android SDK
PackageManager
Dalvik Virtual Machine
10. This is used to register and de-register your media button event receiver.
Scroller
Advanced Training
AudioManager
onDestroy();
11. It inform the system what intents an application component is willing to accept.
Intent filters
Explicit intent
touch
Low power
12. Android request its permission using its ________
security sandbox
BackupHelper
SQLiteOpenHelper
AndroidManifest.xml
13. To respond to media button clicks - you need to register this in your manifest that listens for this action broadcast.
Canvas
Parser
BroadcastReceiver
AsyncTask
14. If you want your APK to be visible on TVs which are non-touchscreen devices you should add this to your manifest.
Advanced Training
OAuth2 protocol
android.hardware.touchscreen
OAuth2
15. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
Hierarchy Viewer
Intent filters
searchable configuration
onCreate();
16. This class defines abstract methods that you must override so that your database table can be created and upgraded when necessary.
SQLiteOpenHelper
Activity
ValueAnimator
AsyncTask
17. Android system uses a special virtual machine to run java based applicatons
AccountAuthenticatorActivity
Extensible Markup Language (XML)
Dalvik Virtual Machine
LocationManager
18. You can reacquire the necessary resources and resume actions that were interrupted. These state transitions are all part of the _________
SecurityException
LocationManager
onCreate() - onDestroy()
When the activity resumes
19. This is a base class supplied by Android framework - which you can extend to create your own custom authenticator.
AccountAuthenticatorActivity
Hierarchy Viewer
onCreate() - onDestroy()
Layouts
20. This class exposes a number of methods for applications to receive location updates.
LocationManager
onCreate() - onDestroy()
Entire
onCreate() - onDestroy()
21. If permissions are missing - the application will get this at runtime.
SecurityException
SurfaceView
Scroller
Activity
22. This is a readable source of bytes.
BatteryManager
XmlPullParser
drawText()
InputStream
23. Represents the visual representation of an Android application
AsyncTask
drawText()
Activity
Intent filters
24. This class defines methods for drawing text - lines - bitmaps - and many other graphics primitives.
Canvas
LocationManager
Entire
PieChart
25. This defines how the SearchView behaves and is defined in a res/xml/searchable.xml file.
onDraw()
Layouts
searchable configuration
Service Content Provider
26. It provides a single value - called an auth token that represents both the user's identity and the application's authorization to act on the user's behalf.
OAuth2
AccountAuthenticatorActivity
Ducking
BatteryManager
27. Where Android is currently primarily developed
onCreate() - onDestroy()
ConnectivityManager
OAuth2 protocol
Google
28. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
onCreate() - onDestroy()
Destroyed - previous
ACTION_DOCK_EVENT
virtual table
29. Converts XML Document to XML DOM
ValueAnimator
authenticator class
AndroidManifest.xml
Parser
30. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
InputStream
Serialize
Back stack
Full power
31. Callback method: The activity is about to be destroyed.
onDestroy();
BroadcastReceiver
single-pane
Activity
32. It made implementing an effective and user friendly share action in your ActionBar even easier.
adb
ActionProvider
LocationManager
security sandbox
33. It is used to load images in a background thread - then apply them to the UI once finished.
onCreate() - onDestroy()
security sandbox
AsyncTask
inflate()
34. Conversion of XML back to an object
Deserialize
virtual table
Intents
onPause();
35. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a _____ (the ______).
Full power
SearchView
onCreate() - onDestroy()
Stack - back stack
36. 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.
Activity
BackupHelper
onCreate() - onDestroy()
ValueAnimator
37. Callback method: The activity is no longer visible
onDestroy();
onStop();
Paint
Stack
38. Allow to combine loosely coupled components to perform certain tasks
SearchView
onCreate() - onDestroy()
Intents
Google Play
39. The minimal energy state during which no network connection is active or required.
Standby
Google Cloud Messaging for Android (GCM)
security sandbox
Canvas
40. Theseare a key part of Android applications that directly affect the user experience.
Layouts
AsyncTask
Account Manager
Hierarchy Viewer
41. Binary data is shared using the ACTION_SEND action combined with setting the appropriate MIME type and placing the URI to the data in an extra named called?
android.hardware.touchscreen
Intent filters
EXTRA_STREAM
PieChart
42. In order to get a list of accounts on the device - your app needs this permission.
onMeasure()
Deserialize
GET_ACCOUNTS
SQLite
43. Relative to pixels and resolution screen
ViewStub
Account Manager
Dots per inch
BroadcastReceiver
44. It is a free service for sending messages to Android devices.
ViewStub
Geocoder
GET_ACCOUNTS
Google Cloud Messaging (GCM)
45. Once installed on a device - each Android application lives in its own ______
HttpURLConnection
security sandbox
Activity
Canvas
46. For example - if your activity has a thread running in the background to download data from the network - it might create that thread in _____ and then stop the thread in _____
adb
Google
android.hardware.touchscreen
onCreate() - onDestroy()
47. Android is __________.
Deserialize
XmlPullParser
Linux based
Extensible Markup Language (XML)
48. It is an efficient and maintainable way to parse XML on Android.
XmlPullParser
onStop();
Android SDK
onAudioFocusChange()
49. Conversion of an object to XML
Serialize
LTE
AndroidManifest.xml
<declare-styleable>
50. This object contains an account name - which for Google accounts is an email address.
SQLite
LocationManager
Account
SurfaceView
Sorry!:) No result found.
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