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. _____ are views that provide a visual (and interactive) elements for the screen - such as a button - text field - checkbox - or just an image.
onDestroy();
Google
AccountAuthenticatorActivity
Widgets
2. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
ConnectivityManager
Scroller
AccountAuthenticatorActivity
onCreate() - onDestroy()
3. It is a free service for sending messages to Android devices.
Service Content Provider
Layouts
Google Cloud Messaging (GCM)
onSearchRequested()
4. It is an efficient and maintainable way to parse XML on Android.
Full power
Ducking
Fragments
XmlPullParser
5. The industry standard way to deal with authentication to third-party services.
OAuth2 protocol
EXTRA_STREAM
android.hardware.touchscreen
ActionProvider
6. This class defines abstract methods that you must override so that your database table can be created and upgraded when necessary.
Layouts
Entire
onCreate() - onDestroy()
SQLiteOpenHelper
7. This is a base class supplied by Android framework - which you can extend to create your own custom authenticator.
Android SDK
ACTION_SEND
authenticator class
AccountAuthenticatorActivity
8. This object contains an account name - which for Google accounts is an email address.
Parser
Account
Google Cloud Messaging for Android (GCM)
onAudioFocusChange()
9. This is a readable source of bytes.
Dots per inch
drawBitmap()
SurfaceHolder.Callback
InputStream
10. Callback method: The activity is being created.
onCreate();
Geocoder
drawBitmap()
onMeasure()
11. This is used to fetch the account names that the user has stored on their device.
Activity
EXTRA_STREAM
Account Manager
Application footprint
12. In most cases this will offer greater bandwidth at a significantly lower battery cost.
onStop();
Wi-Fi radio
isConnected()
Advanced Training
13. This is set up to animate for the duration of the fling.
OAuth2
ValueAnimator
single-pane
Google Play
14. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a _____ (the ______).
AndroidManifest.xml
Full power
Android SDK
Stack - back stack
15. Once a connection has been established - the app uses this method to retrieve the data as an InputStream.
Google
ViewStub
PieChart
getInputStream()
16. Describes the status of a network interface of a given type (currently either Mobile or Wi-Fi).
Widgets
OAuth2
NetworkInfo
EXTRA_STREAM
17. 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.
onSearchRequested()
ETC1
XmlPullParser
Linux based
18. Are used in activities to create the user interface and to interact with the user.
Fragments
BroadcastReceiver
SQLite
When the activity resumes
19. 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
Destroyed - previous
Google
Low power
onResume();
20. It provides a simple way to perform your work outside the main thread.
Geocoder
Activity
AsyncTask
BatteryManager
21. The ____ lifetime of an activity happens between the call to onCreate() and the call to onDestroy().
Dalvik Virtual Machine
Entire
onSearchRequested()
LocationManager
22. It is called to invoke the search dialog on older devices.
authenticator class
Objects Activity lifecycle
XmlPullParser
onSearchRequested()
23. This widget as an item in the action bar is the preferred way to provide search in your app.
Google Cloud Messaging (GCM)
SearchView
GET_ACCOUNTS
Implicit intent
24. PieChart exposes a custom event to notify listeners that the user has rotated the pie chart to focus on a new pie slice.
ViewStub
ConnectivityManager
OnCurrentItemChanged
ConnectivityManager
25. 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
BroadcastReceiver
ConnectivityManager
LocationManager
26. A mode where navigation is set up with a spinner widget.
onPause();
onDraw()
resolveSizeAndState()
single-pane
27. Use this to draw bitmaps.
drawBitmap()
BroadcastReceiver
AbstractAccountAuthenticator
single-pane
28. This defines how the SearchView behaves and is defined in a res/xml/searchable.xml file.
Google Cloud Messaging (GCM)
ConnectivityManager
ViewStub
searchable configuration
29. You can set the layout as the UI for your activity with passing the resource ID for the layout.
Stack - back stack
Activity
onStop();
setContentView
30. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
Wi-Fi radio
LocationManager
Full power
ValueAnimator
31. The entire lifetime of an activity happens between the call to _____ and the call to _____
Layouts
Canvas
inflate()
onCreate() - onDestroy()
32. Use this to draw text.
SecurityException
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
drawText()
onCreate() - onDestroy()
33. Most network-connected Android apps use this to send and receive data.
Geocoder
GestureDetector
ConnectivityManager
HTTP
34. It inform the system what intents an application component is willing to accept.
touch
setContentView
Intent filters
View
35. 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
Widgets
Layouts
Android SDK
36. It is a string that defines the specific type of access your app is asking for.
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
auth scope
Activity
GestureDetector
37. An Activity is an application ______ that provides a _______ 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
PackageManager
Fragments
Component - screen
AsyncTask
38. Android is __________.
drawText()
Linux based
Dots per inch
Extensible Markup Language (XML)
39. 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.
touch
Standby
Google Play
Activity
40. Necessary tools to develop Android applications
LTE
Android SDK
AndroidManifest.xml
Parser
41. It is a set of rules for encoding documents in machine-readable form.
Intents
Google Play
Extensible Markup Language (XML)
HTTP
42. A styleable entity that contains these two custom attributes: showText and labelPosition.
PieChart
AsyncTask
onDestroy();
onStop();
43. You can reacquire the necessary resources and resume actions that were interrupted. These state transitions are all part of the _________
SQLiteOpenHelper
ETC1
SearchView
When the activity resumes
44. This class computes scroll positions for you - but it does not automatically apply those positions to your view.
Scroller
BroadcastReceiver
ActionProvider
OAuth2 protocol
45. It is a subclass of PreferenceActivity.
Destroyed - previous
AsyncTask
SettingsActivity
View
46. 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.
onCreate() - onDestroy()
Stack - back stack
Ducking
onAudioFocusChange()
47. It is a lightweight mechanism used to transmit data from a server to a particular app instance.
InputStream
inflate()
resolveSizeAndState()
Google Cloud Messaging for Android (GCM)
48. Represents the visual representation of an Android application
ACTION_SEND
Application resources
drawText()
Activity
49. Perform background tasks without providing a user interface
Services
Canvas
BroadcastReceiver
visible
50. The Android framework has a large set of these classes for interacting with the user and displaying various types of data.
View
onResume();
android.hardware.touchscreen
ACTION_DOCK_EVENT
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