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. Direct component call in Android
ACTION_DOCK_EVENT
Application footprint
Explicit intent
BackupHelper
2. Once installed on a device - each Android application lives in its own ______
security sandbox
auth scope
Open Handset Alliance
Back stack
3. Amode where the action bar is set up with tabs for navigation.
Scroller
Paint
dual-
SurfaceView
4. It is a string that defines the specific type of access your app is asking for.
Open Handset Alliance
auth scope
Intent filters
Component - screen
5. This is an interface which is used to pass image data from the camera hardware to the application.
PieChart
inflate()
SurfaceHolder.Callback
SurfaceView
6. It is called to invoke the search dialog on older devices.
SurfaceHolder.Callback
HTTP
onSearchRequested()
drawBitmap()
7. This includes tools to help you identify problems in your layout performance.
LocationManager
drawText()
Android SDK
BroadcastReceiver
8. Conversion of XML back to an object
Intents
Deserialize
LTE
AccountAuthenticatorActivity
9. The industry standard way to deal with authentication to third-party services.
Explicit intent
OAuth2 protocol
BatteryManager
visible
10. Are used in activities to create the user interface and to interact with the user.
<declare-styleable>
SecurityException
Fragments
PackageManager
11. The back stack abides to the basic "last in - first out" stack mechanism - so - when the user is done with the current activity and presses the Back button - it is popped from the stack (and ____) and the ____ activity resumes
ViewStub
Lifecycle callback methods
Destroyed - previous
Layouts
12. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
searchable configuration
BroadcastReceiver
Hierarchy Viewer
SecurityException
13. It is a set of rules for encoding documents in machine-readable form.
Layouts
onStop();
Standby
Extensible Markup Language (XML)
14. Use this to draw bitmaps.
HTTP
drawBitmap()
SurfaceView
Open Handset Alliance
15. This callback method of the audio focus change listener you registered when requesting audio focus receives a parameter that describes the focus change event.
onPause();
Open Handset Alliance
ETC1
onAudioFocusChange()
16. This class defines methods for drawing text - lines - bitmaps - and many other graphics primitives.
ACTION_DOCK_EVENT
Canvas
getInputStream()
isConnected()
17. It is a free service for sending messages to Android devices.
Google Cloud Messaging (GCM)
SurfaceHolder.Callback
OAuth2
XmlPullParser
18. Most network-connected Android apps use this to send and receive data.
Account Manager
HTTP
BatteryManager
Google Cloud Messaging for Android (GCM)
19. It doesn't currently support the <merge/> tag in the layouts to be inflated.
BroadcastReceiver
BackupHelper
ViewStub
onStart() - onStop()
20. It provides a simple way to perform your work outside the main thread.
AsyncTask
ConnectivityManager
Deserialize
Destroyed - previous
21. It typically consumes more energy than 3G - which is in turn more expensive than 2G.
Emulator
Implicit intent
ViewStub
LTE
22. This broadcasts all battery and charging details in a sticky Intent that includes the charging status.
Stack
AsyncTask
ACTION_SEND
BatteryManager
23. It is an efficient and maintainable way to parse XML on Android.
XmlPullParser
authenticator class
Dalvik Virtual Machine
Advanced Training
24. This is a readable source of bytes.
InputStream
virtual table
onCreate() - onDestroy()
onDestroy();
25. Use this to draw text.
Component - screen
Account Manager
ViewStub
drawText()
26. PieChart exposes a custom event to notify listeners that the user has rotated the pie chart to focus on a new pie slice.
ConnectivityManager
ConnectivityManager
Android SDK
OnCurrentItemChanged
27. This is used for the need of finer control over your view's layout parameters.
onDestroy();
onCreate();
getInputStream()
onMeasure()
28. The easiest way to create an authenticator class is to extend this and implement its abstract methods.
SurfaceView
inflate()
AbstractAccountAuthenticator
NetworkInfo
29. Whenever the device is docked or undocked - this action is broadcast.
NetworkInfo
Geocoder
ACTION_DOCK_EVENT
Google Cloud Messaging (GCM)
30. For instance - when stopped - your activity should release any large ____ - such as network or database connections.
Objects Activity lifecycle
onSearchRequested()
resolveSizeAndState()
ActionProvider
31. This class is the basis for handling flywheel-style fling gestures.
onStop();
isConnected()
Scroller
Full power
32. If you want your APK to be visible on TVs which are non-touchscreen devices you should add this to your manifest.
ACTION_DOCK_EVENT
android.hardware.touchscreen
Explicit intent
Google Cloud Messaging for Android (GCM)
33. This object contains an account name - which for Google accounts is an email address.
Account
visible
AttributeSet
AudioManager
34. ______ are views derived from ViewGroup that provide a unique layout model for its child views
Intents
Layouts
Google Cloud Messaging for Android (GCM)
security sandbox
35. Allow to combine loosely coupled components to perform certain tasks
searchable configuration
Intents
getInputStream()
View
36. Android provides this handy method to direct volume key presses to the audio stream the user specify.
Hierarchy Viewer
Canvas
HttpURLConnection
setVolumeControlStream()
37. The minimal energy state during which no network connection is active or required.
View
Standby
Ducking
getInputStream()
38. These helpers are specialized classes for backing up certain kinds of data.
GET_ACCOUNTS
ViewStub
BackupHelper
Activity
39. The receiver is triggered whenever the device battery becomes low or exits the low condition by listening for this two.
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
XmlPullParser
OAuth2 protocol
BatteryManager
40. Necessary tools to develop Android applications
Android SDK
SurfaceHolder.Callback
OnCurrentItemChanged
Fragments
41. It is used to load images in a background thread - then apply them to the UI once finished.
Account
AsyncTask
Scroller
Standby
42. _____ are views that provide a visual (and interactive) elements for the screen - such as a button - text field - checkbox - or just an image.
Objects Activity lifecycle
Widgets
SearchView
Layouts
43. The entire lifetime of an activity happens between the call to _____ and the call to _____
onDestroy();
Parser
drawText()
onCreate() - onDestroy()
44. Android is __________.
Intents
Linux based
OnCurrentItemChanged
AccountAuthenticatorActivity
45. An open source group led by Google
NetworkInfo
Ducking
Open Handset Alliance
ETC1
46. This broadcasts an action whenever the device is connected or disconnected from power.
ShareActionProvider
GET_ACCOUNTS
SettingsActivity
BatteryManager
47. This is the simplest way to monitor device state changes.
BroadcastReceiver
Layouts
resolveSizeAndState()
Stack
48. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
GET_ACCOUNTS
Dalvik Debug Monitor Server
LocationManager
Fragments
49. This class provides one of the simplest ways to fire off a new task from the UI thread.
ACTION_DOCK_EVENT
AsyncTask
Canvas
Activity
50. It is available starting with API Level 14 and higher.
ShareActionProvider
Component - screen
Activity
single-pane