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. Evaluation of registered components
Implicit intent
SurfaceView
Dalvik Virtual Machine
android.hardware.touchscreen
2. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
Parser
Destroyed - previous
ConnectivityManager
setContentView
3. Shows the actual amount of memory the application uses
onCreate() - onDestroy()
onMeasure()
GET_ACCOUNTS
Application footprint
4. This is a readable source of bytes.
InputStream
onResume();
When the activity resumes
authenticator class
5. This is used to fetch the account names that the user has stored on their device.
security sandbox
View
Account Manager
Google Cloud Messaging for Android (GCM)
6. The visible lifetime of an activity happens between the call to ____ and the call to ______
Scroller
onStart() - onStop()
setContentView
Low power
7. This class is the basis for handling flywheel-style fling gestures.
AndroidManifest.xml
Layouts
Scroller
View
8. Callback method: The activity is no longer visible.
AsyncTask
SQLiteOpenHelper
onStop();
View
9. This is used to register and de-register your media button event receiver.
ETC1
Ducking
AudioManager
Account Manager
10. A service in which programmers can offer their Android application to Android users.
Canvas
NetworkInfo
Google Play
adb
11. Perform background tasks without providing a user interface
Entire
InputStream
Services
getInputStream()
12. 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 _____
onCreate() - onDestroy()
onDestroy();
Activity
drawBitmap()
13. The helper method is used to create the final width and height values.
Service Content Provider
resolveSizeAndState()
Dalvik Virtual Machine
virtual table
14. The Android framework has a large set of these classes for interacting with the user and displaying various types of data.
SearchView
SurfaceHolder.Callback
onStop();
View
15. Callback method: The activity is being created.
ValueAnimator
onCreate();
Stack
Widgets
16. The minimal energy state during which no network connection is active or required.
Standby
SearchView
Wi-Fi radio
onDestroy();
17. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
XmlPullParser
Full power
Application footprint
onStart() - onStop()
18. 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 ___ .
AsyncTask
Dots per inch
onCreate();
Stack
19. This is an interface which is used to pass image data from the camera hardware to the application.
Activity
SurfaceHolder.Callback
HttpURLConnection
Deserialize
20. It made implementing an effective and user friendly share action in your ActionBar even easier.
ActionProvider
security sandbox
ACTION_SEND
auth scope
21. Describes the status of a network interface of a given type (currently either Mobile or Wi-Fi).
ACTION_DOCK_EVENT
NetworkInfo
onPause();
dual-
22. 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
Intents
InputStream
Activity
23. It doesn't currently support the <merge/> tag in the layouts to be inflated.
ViewStub
dual-
setContentView
Dots per inch
24. Amode where the action bar is set up with tabs for navigation.
ActionProvider
dual-
searchable configuration
onCreate() - onDestroy()
25. For instance - when stopped - your activity should release any large ____ - such as network or database connections.
drawText()
Android SDK
Objects Activity lifecycle
Layouts
26. 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.
Account Manager
ACTION_SEND
searchable configuration
Activity
27. Once a connection has been established - the app uses this method to retrieve the data as an InputStream.
AttributeSet
onCreate() - onDestroy()
BroadcastReceiver
getInputStream()
28. Use this to draw text.
drawText()
Linux based
SearchView
Application resources
29. This is a lightweight view with no dimension and doesn't draw anything or participate in the layout.
ViewStub
Full power
setContentView
virtual table
30. This callback method of the audio focus change listener you registered when requesting audio focus receives a parameter that describes the focus change event.
touch
onAudioFocusChange()
drawText()
searchable configuration
31. This class defines abstract methods that you must override so that your database table can be created and upgraded when necessary.
SQLiteOpenHelper
AttributeSet
Fragments
Dots per inch
32. This is set up to animate for the duration of the fling.
ActionProvider
Objects Activity lifecycle
ValueAnimator
setContentView
33. It is a set of rules for encoding documents in machine-readable form.
Google Play
BroadcastReceiver
Extensible Markup Language (XML)
onStop();
34. To define custom attributes - add this resources to your project.
BatteryManager
onDestroy();
<declare-styleable>
ACTION_DOCK_EVENT
35. This class computes scroll positions for you - but it does not automatically apply those positions to your view.
Destroyed - previous
Full power
Scroller
LocationManager
36. The receiver is triggered whenever the device battery becomes low or exits the low condition by listening for this two.
AccountAuthenticatorActivity
Serialize
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
onStop();
37. It typically consumes more energy than 3G - which is in turn more expensive than 2G.
SQLiteOpenHelper
Serialize
ActionProvider
LTE
38. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
Google Play
android.hardware.touchscreen
Layouts
onCreate() - onDestroy()
39. An open source stand alone database
SQLite
SQLiteOpenHelper
Linux based
security sandbox
40. Allow to combine loosely coupled components to perform certain tasks
getInputStream()
When the activity resumes
Canvas
Intents
41. 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.
ViewStub
Ducking
<declare-styleable>
Paint
42. This action is used in sending text content from one activity to another.
Geocoder
Google Cloud Messaging (GCM)
ACTION_SEND
Google Cloud Messaging for Android (GCM)
43. It is a subclass of PreferenceActivity.
Advanced Training
SettingsActivity
onCreate() - onDestroy()
Application resources
44. 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()
Paint
Emulator
ShareActionProvider
45. Android request its permission using its ________
AccountAuthenticatorActivity
AndroidManifest.xml
Explicit intent
OAuth2 protocol
46. This behaves similarly to a SQLite table - but reads and writes to an object in memory via callbacks - instead of to a database file.
virtual table
onPause();
Open Handset Alliance
Google Play
47. This is the main class through which your application can access location services on Android.
searchable configuration
LocationManager
Explicit intent
PieChart
48. Android system uses a special virtual machine to run java based applicatons
SQLite
inflate()
Dalvik Virtual Machine
touch
49. The Android SDK tools include a tool that allows you to analyze your layout while your application is running.
Hierarchy Viewer
NetworkInfo
Explicit intent
Entire
50. Theseclasses simplify the steps required to enhance your app with powerful platform features or effectively optimize your app performance.
Advanced Training
adb
Google Play
SecurityException
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