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. 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
OnCurrentItemChanged
drawBitmap()
single-pane
2. Once a connection has been established - the app uses this method to retrieve the data as an InputStream.
Google Cloud Messaging (GCM)
ACTION_DOCK_EVENT
getInputStream()
virtual table
3. It is a string that defines the specific type of access your app is asking for.
auth scope
adb
Dots per inch
Android SDK
4. This handles cases like flaky mobile networks - airplane mode - and restricted background data.
SearchView
onPause();
Dalvik Debug Monitor Server
isConnected()
5. An open source stand alone database
Layouts
SQLite
GestureDetector
Intent filters
6. In order for the AccountManager to work with your custom account code - you need this class that implements the interfaces that AccountManager expects.
SQLiteOpenHelper
AudioManager
Activity
authenticator class
7. Most network-connected Android apps use this to send and receive data.
resolveSizeAndState()
Paint
Low power
HTTP
8. This action is used in sending text content from one activity to another.
Destroyed - previous
AbstractAccountAuthenticator
Component - screen
ACTION_SEND
9. Allow to combine loosely coupled components to perform certain tasks
GET_ACCOUNTS
Intents
SearchView
onCreate() - onDestroy()
10. The helper method is used to create the final width and height values.
onSearchRequested()
onCreate() - onDestroy()
GET_ACCOUNTS
resolveSizeAndState()
11. It is a set of rules for encoding documents in machine-readable form.
single-pane
Canvas
Wi-Fi radio
Extensible Markup Language (XML)
12. Theseclasses simplify the steps required to enhance your app with powerful platform features or effectively optimize your app performance.
Hierarchy Viewer
Google Cloud Messaging (GCM)
ShareActionProvider
Advanced Training
13. This is used to convert raw touch events into gestures.
SearchView
Linux based
GestureDetector
Emulator
14. It is an HTTP client that is used for applications targeted at Gingerbread and higher.
security sandbox
Standby
HttpURLConnection
Open Handset Alliance
15. This is the most common input event in the Android system.
touch
Deserialize
inflate()
onDraw()
16. This class defines abstract methods that you must override so that your database table can be created and upgraded when necessary.
SQLite
InputStream
SQLiteOpenHelper
onCreate() - onDestroy()
17. This is an interface which is used to pass image data from the camera hardware to the application.
GestureDetector
onStop();
drawText()
SurfaceHolder.Callback
18. For example - a ____ might be a button that initiates an action when the user touches it.
Wi-Fi radio
<declare-styleable>
Activity
View
19. This class is the basis for handling flywheel-style fling gestures.
onMeasure()
Scroller
PackageManager
Fragments
20. Whenever the device is docked or undocked - this action is broadcast.
Advanced Training
ACTION_DOCK_EVENT
Application footprint
BroadcastReceiver
21. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
SettingsActivity
Dalvik Debug Monitor Server
ConnectivityManager
Component - screen
22. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
Full power
single-pane
onAudioFocusChange()
Dalvik Debug Monitor Server
23. Callback method: The activity is no longer visible
dual-
onStop();
Layouts
onDraw()
24. These helpers are specialized classes for backing up certain kinds of data.
GET_ACCOUNTS
BackupHelper
LocationManager
onAudioFocusChange()
25. 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
Component - screen
Lifecycle callback methods
Destroyed - previous
AsyncTask
26. This includes tools to help you identify problems in your layout performance.
Android SDK
Layouts
Serialize
Linux based
27. This is set up to animate for the duration of the fling.
SQLite
ValueAnimator
AbstractAccountAuthenticator
Stack
28. On a rooted device - the credentials would be readable by anyone with this access to the device.
Intent filters
adb
onAudioFocusChange()
Serialize
29. You can reacquire the necessary resources and resume actions that were interrupted. These state transitions are all part of the _________
Entire
When the activity resumes
SurfaceHolder.Callback
onPause();
30. Callback method: The activity has become visible.
HttpURLConnection
ActionProvider
onResume();
Google Cloud Messaging (GCM)
31. 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?
EXTRA_STREAM
OAuth2
View
searchable configuration
32. This broadcasts all battery and charging details in a sticky Intent that includes the charging status.
BatteryManager
getInputStream()
Android SDK
AsyncTask
33. Use this to draw bitmaps.
SurfaceHolder.Callback
Stack - back stack
Geocoder
drawBitmap()
34. It is the process of lowering your audio stream output volume to make transient audio from another app easier to hear without totally disrupting the audio from your own application.
Emulator
Android SDK
PieChart
Ducking
35. This class provides one of the simplest ways to fire off a new task from the UI thread.
AsyncTask
Activity
Application footprint
OAuth2 protocol
36. Creating drawing objects within this method significantly reduces performance and can make your UI appear sluggish.
isConnected()
Back stack
onDraw()
Fragments
37. It doesn't currently support the <merge/> tag in the layouts to be inflated.
Ducking
ViewStub
AndroidManifest.xml
Activity
38. This is a base class supplied by Android framework - which you can extend to create your own custom authenticator.
BroadcastReceiver
AccountAuthenticatorActivity
ConnectivityManager
LocationManager
39. Are used in activities to create the user interface and to interact with the user.
onStart() - onStop()
Fragments
PieChart
onCreate() - onDestroy()
40. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
Dots per inch
SQLiteOpenHelper
BatteryManager
Hierarchy Viewer
41. This class computes scroll positions for you - but it does not automatically apply those positions to your view.
Scroller
visible
Explicit intent
ACTION_DOCK_EVENT
42. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
SecurityException
ConnectivityManager
Destroyed - previous
AudioManager
43. It is available starting with API Level 14 and higher.
Geocoder
SurfaceView
ShareActionProvider
Canvas
44. It's generally a good idea for one of your APKs to support this texture format as it is supported by all Android-powered devices that support the OpenGL ES 2.0 spec.
ETC1
drawBitmap()
dual-
onStop();
45. A service in which programmers can offer their Android application to Android users.
GET_ACCOUNTS
Application footprint
Explicit intent
Google Play
46. This method returns the inflated View once complete so you don't need to call findViewById() if you need to interact with the layout.
HTTP
Emulator
Extensible Markup Language (XML)
inflate()
47. This is used to fetch the account names that the user has stored on their device.
SurfaceHolder.Callback
onCreate();
Account Manager
onCreate() - onDestroy()
48. This is a readable source of bytes.
Deserialize
InputStream
Open Handset Alliance
Explicit intent
49. When a view is created from an XML layout - all of the attributes in the XML tag are read from the resource bundle and passed into the view's constructor as a what?
setVolumeControlStream()
AttributeSet
AbstractAccountAuthenticator
Layouts
50. Theseare a key part of Android applications that directly affect the user experience.
Explicit intent
Layouts
Emulator
ConnectivityManager