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. This handles cases like flaky mobile networks - airplane mode - and restricted background data.
View
AndroidManifest.xml
single-pane
isConnected()
2. Where Android is currently primarily developed
Dalvik Debug Monitor Server
Google
Extensible Markup Language (XML)
Hierarchy Viewer
3. Conversion of an object to XML
Deserialize
PieChart
Scroller
Serialize
4. 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
HttpURLConnection
Widgets
Dalvik Debug Monitor Server
5. If permissions are missing - the application will get this at runtime.
Ducking
SecurityException
single-pane
SearchView
6. It inform the system what intents an application component is willing to accept.
touch
Intent filters
virtual table
adb
7. This is used to fetch the account names that the user has stored on their device.
OnCurrentItemChanged
Account Manager
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
security sandbox
8. You can set the layout as the UI for your activity with passing the resource ID for the layout.
Google Play
setContentView
Google Cloud Messaging for Android (GCM)
Advanced Training
9. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
ConnectivityManager
View
Dalvik Debug Monitor Server
getInputStream()
10. Relative to pixels and resolution screen
SecurityException
Destroyed - previous
HTTP
Dots per inch
11. This callback method of the audio focus change listener you registered when requesting audio focus receives a parameter that describes the focus change event.
onAudioFocusChange()
Entire
Component - screen
Canvas
12. 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.
Back stack
ETC1
SettingsActivity
onCreate();
13. To define custom attributes - add this resources to your project.
<declare-styleable>
onSearchRequested()
Intent filters
AsyncTask
14. An intermediate state that uses around 50% of the battery power at the full state.
Account
Intent filters
Low power
Destroyed - previous
15. These helpers are specialized classes for backing up certain kinds of data.
BackupHelper
Activity
Hierarchy Viewer
Android SDK
16. This is a readable source of bytes.
InputStream
onCreate();
SettingsActivity
AsyncTask
17. This is set up to animate for the duration of the fling.
onAudioFocusChange()
<declare-styleable>
ValueAnimator
Activity
18. The entire lifetime of an activity happens between the call to _____ and the call to _____
Layouts
onCreate() - onDestroy()
Google Play
Ducking
19. Are used in activities to create the user interface and to interact with the user.
Dalvik Debug Monitor Server
Fragments
onCreate() - onDestroy()
ActionProvider
20. is run when running Android on the pc
BroadcastReceiver
Emulator
Dalvik Virtual Machine
Standby
21. 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?
searchable configuration
onStop();
security sandbox
EXTRA_STREAM
22. This is a base class supplied by Android framework - which you can extend to create your own custom authenticator.
AccountAuthenticatorActivity
onStop();
touch
When the activity resumes
23. Android system uses a special virtual machine to run java based applicatons
Dalvik Virtual Machine
resolveSizeAndState()
Widgets
dual-
24. It is a set of rules for encoding documents in machine-readable form.
Extensible Markup Language (XML)
setContentView
ShareActionProvider
When the activity resumes
25. The easiest way to create an authenticator class is to extend this and implement its abstract methods.
ACTION_DOCK_EVENT
Google
AbstractAccountAuthenticator
onStart() - onStop()
26. The helper method is used to create the final width and height values.
setContentView
SecurityException
resolveSizeAndState()
isConnected()
27. Allow to combine loosely coupled components to perform certain tasks
Intents
Stack - back stack
onCreate() - onDestroy()
Back stack
28. To respond to media button clicks - you need to register this in your manifest that listens for this action broadcast.
LTE
dual-
BroadcastReceiver
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
29. A service in which programmers can offer their Android application to Android users.
Android SDK
Google Play
ACTION_SEND
Full power
30. It is called to invoke the search dialog on older devices.
onStop();
onSearchRequested()
Advanced Training
searchable configuration
31. The ____ lifetime of an activity happens between the call to onCreate() and the call to onDestroy().
View
ACTION_SEND
Paint
Entire
32. It is used as a reverse-geocoding where translating latitude longitude coordinates to a human-readable address happens.
Widgets
onCreate();
Geocoder
Full power
33. This defines how the SearchView behaves and is defined in a res/xml/searchable.xml file.
isConnected()
onStart() - onStop()
searchable configuration
GestureDetector
34. This is the most common input event in the Android system.
XmlPullParser
touch
Account Manager
visible
35. The dock-state details are included as an extra in a sticky broadcast of this action.
onResume();
LocationManager
<declare-styleable>
ACTION_DOCK_EVENT
36. Evaluation of registered components
GET_ACCOUNTS
Objects Activity lifecycle
Destroyed - previous
Implicit intent
37. Callback method: The activity is no longer visible
onStop();
Android SDK
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
ACTION_DOCK_EVENT
38. When a new activity starts - it is pushed onto the ____ and takes user focus.
onDestroy();
SQLite
SearchView
Back stack
39. Use this to draw text.
drawText()
onStop();
AccountAuthenticatorActivity
GET_ACCOUNTS
40. Represents the visual representation of an Android application
Scroller
touch
Activity
View
41. 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
Component - screen
inflate()
Ducking
Intent filters
42. The Android framework has a large set of these classes for interacting with the user and displaying various types of data.
Service Content Provider
View
Emulator
Google Play
43. It is an efficient and maintainable way to parse XML on Android.
XmlPullParser
Component - screen
Service Content Provider
SecurityException
44. This behaves similarly to a SQLite table - but reads and writes to an object in memory via callbacks - instead of to a database file.
HttpURLConnection
Standby
virtual table
Services
45. When an activity is stopped because a new activity starts - it is notified of this change in state through the activity's _______ .
Google Cloud Messaging for Android (GCM)
touch
Lifecycle callback methods
Extensible Markup Language (XML)
46. For instance - when stopped - your activity should release any large ____ - such as network or database connections.
Objects Activity lifecycle
onCreate() - onDestroy()
Stack
onPause();
47. This widget as an item in the action bar is the preferred way to provide search in your app.
InputStream
AudioManager
SearchView
onStart() - onStop()
48. It provides a simple way to perform your work outside the main thread.
BroadcastReceiver
AsyncTask
XmlPullParser
visible
49. Most network-connected Android apps use this to send and receive data.
Layouts
HTTP
Back stack
drawBitmap()
50. This is the simplest way to monitor device state changes.
onCreate();
Dots per inch
BroadcastReceiver
onResume();
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