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 provides a simple way to perform your work outside the main thread.
getInputStream()
ConnectivityManager
AsyncTask
Hierarchy Viewer
2. This object contains an account name - which for Google accounts is an email address.
SettingsActivity
BroadcastReceiver
SecurityException
Account
3. Use this to draw bitmaps.
Scroller
Activity
drawBitmap()
Layouts
4. Once installed on a device - each Android application lives in its own ______
Ducking
Entire
security sandbox
Account Manager
5. This method returns the inflated View once complete so you don't need to call findViewById() if you need to interact with the layout.
inflate()
Services
SettingsActivity
Emulator
6. The visible lifetime of an activity happens between the call to ____ and the call to ______
PieChart
GestureDetector
AudioManager
onStart() - onStop()
7. 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?
AttributeSet
Intents
LocationManager
onResume();
8. In order to get a list of accounts on the device - your app needs this permission.
Services
GET_ACCOUNTS
Application footprint
adb
9. This is used to convert raw touch events into gestures.
ACTION_DOCK_EVENT
View
GestureDetector
Parser
10. The ____ lifetime of an activity happens between the call to onStart() and the call to onStop().
Geocoder
BackupHelper
Parser
visible
11. Callback method: The activity is about to be destroyed.
onDestroy();
Layouts
drawBitmap()
Stack
12. This is used to fetch the account names that the user has stored on their device.
AndroidManifest.xml
Google
Widgets
Account Manager
13. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
Hierarchy Viewer
Fragments
Full power
Services
14. This class computes scroll positions for you - but it does not automatically apply those positions to your view.
BackupHelper
Fragments
onSearchRequested()
Scroller
15. This broadcasts all battery and charging details in a sticky Intent that includes the charging status.
AttributeSet
Back stack
BatteryManager
authenticator class
16. It is a string that defines the specific type of access your app is asking for.
AsyncTask
Dalvik Virtual Machine
onStop();
auth scope
17. Android request its permission using its ________
AndroidManifest.xml
Google Cloud Messaging (GCM)
Back stack
Service Content Provider
18. The receiver is triggered whenever the device battery becomes low or exits the low condition by listening for this two.
setVolumeControlStream()
Dots per inch
Android SDK
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
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
adb
Dots per inch
<declare-styleable>
20. PieChart exposes a custom event to notify listeners that the user has rotated the pie chart to focus on a new pie slice.
Wi-Fi radio
HttpURLConnection
OnCurrentItemChanged
Google Cloud Messaging (GCM)
21. It is used to load images in a background thread - then apply them to the UI once finished.
AsyncTask
Geocoder
ConnectivityManager
Ducking
22. This is used for the need of finer control over your view's layout parameters.
Account
isConnected()
onMeasure()
Application resources
23. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
ConnectivityManager
android.hardware.touchscreen
ACTION_SEND
onStop();
24. 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.
Paint
PackageManager
onDraw()
Stack - back stack
25. This is a lightweight view with no dimension and doesn't draw anything or participate in the layout.
SurfaceView
SearchView
ViewStub
AccountAuthenticatorActivity
26. You can reacquire the necessary resources and resume actions that were interrupted. These state transitions are all part of the _________
Google Cloud Messaging for Android (GCM)
Application resources
When the activity resumes
adb
27. The helper method is used to create the final width and height values.
resolveSizeAndState()
AsyncTask
SearchView
android.hardware.touchscreen
28. The minimal energy state during which no network connection is active or required.
SurfaceHolder.Callback
Standby
searchable configuration
GET_ACCOUNTS
29. You can set the layout as the UI for your activity with passing the resource ID for the layout.
setContentView
Scroller
Account Manager
AsyncTask
30. When a new activity starts - it is pushed onto the ____ and takes user focus.
Deserialize
onCreate() - onDestroy()
Google Play
Back stack
31. Callback method: The activity is no longer visible.
PieChart
AttributeSet
onStop();
LocationManager
32. This class provides one of the simplest ways to fire off a new task from the UI thread.
XmlPullParser
AsyncTask
SQLiteOpenHelper
Canvas
33. If you want your APK to be visible on TVs which are non-touchscreen devices you should add this to your manifest.
Activity
Open Handset Alliance
android.hardware.touchscreen
Deserialize
34. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
Fragments
onCreate() - onDestroy()
<declare-styleable>
Android SDK
35. Necessary tools to develop Android applications
Android SDK
View
LTE
OnCurrentItemChanged
36. Evaluation of registered components
GestureDetector
Implicit intent
ETC1
drawText()
37. Conversion of an object to XML
Serialize
setContentView
NetworkInfo
When the activity resumes
38. For example - a ____ might be a button that initiates an action when the user touches it.
View
security sandbox
SecurityException
Intents
39. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
PieChart
Dalvik Debug Monitor Server
ConnectivityManager
Layouts
40. A styleable entity that contains these two custom attributes: showText and labelPosition.
PieChart
Account
SurfaceView
Layouts
41. This is the main class through which your application can access location services on Android.
Destroyed - previous
LocationManager
Full power
XmlPullParser
42. Most network-connected Android apps use this to send and receive data.
HTTP
onStop();
LocationManager
Account
43. It is available starting with API Level 14 and higher.
onStop();
ShareActionProvider
Paint
ConnectivityManager
44. This is an interface which is used to pass image data from the camera hardware to the application.
SurfaceHolder.Callback
ACTION_DOCK_EVENT
PieChart
SearchView
45. It is a set of rules for encoding documents in machine-readable form.
Component - screen
Explicit intent
single-pane
Extensible Markup Language (XML)
46. Callback method: Another activity is taking focus
BroadcastReceiver
onPause();
BackupHelper
Intent filters
47. The dock-state details are included as an extra in a sticky broadcast of this action.
ACTION_DOCK_EVENT
onCreate() - onDestroy()
Extensible Markup Language (XML)
When the activity resumes
48. 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.
security sandbox
AndroidManifest.xml
OAuth2
When the activity resumes
49. The most common way to define a layout using views is with an XML layout file saved in your ______
View
Application resources
ACTION_DOCK_EVENT
Fragments
50. Represents the visual representation of an Android application
AudioManager
Extensible Markup Language (XML)
Activity
onDestroy();
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