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 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
Google Cloud Messaging (GCM)
Component - screen
Dalvik Virtual Machine
Advanced Training
2. Conversion of an object to XML
Serialize
getInputStream()
Layouts
onCreate();
3. Conversion of XML back to an object
<declare-styleable>
SecurityException
Deserialize
Layouts
4. Creating drawing objects within this method significantly reduces performance and can make your UI appear sluggish.
ETC1
onDraw()
onCreate() - onDestroy()
BroadcastReceiver
5. It provides a simple way to perform your work outside the main thread.
ETC1
drawText()
AsyncTask
Layouts
6. Callback method: The activity is no longer visible
Explicit intent
Extensible Markup Language (XML)
Services
onStop();
7. Callback method: The activity is about to be destroyed.
Activity
onDestroy();
onMeasure()
AndroidManifest.xml
8. This handles cases like flaky mobile networks - airplane mode - and restricted background data.
onMeasure()
AccountAuthenticatorActivity
InputStream
isConnected()
9. This can be used to draw previews of what the camera sensor is picking up.
SurfaceView
Dalvik Debug Monitor Server
<declare-styleable>
SettingsActivity
10. The ____ lifetime of an activity happens between the call to onCreate() and the call to onDestroy().
drawText()
LocationManager
Entire
Deserialize
11. This is used to register and de-register your media button event receiver.
onAudioFocusChange()
ValueAnimator
AudioManager
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
12. The entire lifetime of an activity happens between the call to _____ and the call to _____
onCreate() - onDestroy()
BatteryManager
Account
setVolumeControlStream()
13. When a new activity starts - it is pushed onto the ____ and takes user focus.
visible
onSearchRequested()
Back stack
InputStream
14. Relative to pixels and resolution screen
Dots per inch
Paint
Intent filters
Deserialize
15. This class defines methods for drawing text - lines - bitmaps - and many other graphics primitives.
Destroyed - previous
OAuth2 protocol
Canvas
InputStream
16. In order for the AccountManager to work with your custom account code - you need this class that implements the interfaces that AccountManager expects.
authenticator class
drawBitmap()
BackupHelper
SettingsActivity
17. A mode where navigation is set up with a spinner widget.
drawBitmap()
Account Manager
single-pane
BatteryManager
18. To create an activity - you must create a subclass of
Hierarchy Viewer
Geocoder
Activity
XmlPullParser
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
Extensible Markup Language (XML)
Destroyed - previous
Google Cloud Messaging (GCM)
single-pane
20. It is called to invoke the search dialog on older devices.
onSearchRequested()
InputStream
Google Play
SearchView
21. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
Full power
Dots per inch
dual-
Lifecycle callback methods
22. This is used for the need of finer control over your view's layout parameters.
Explicit intent
onMeasure()
GET_ACCOUNTS
SearchView
23. This is the simplest way to monitor device state changes.
SQLite
BroadcastReceiver
onStop();
Account Manager
24. The visible lifetime of an activity happens between the call to ____ and the call to ______
Standby
Google
onCreate() - onDestroy()
onStart() - onStop()
25. This is the most common input event in the Android system.
setVolumeControlStream()
Lifecycle callback methods
touch
Open Handset Alliance
26. It is a string that defines the specific type of access your app is asking for.
dual-
Low power
SurfaceHolder.Callback
auth scope
27. It is a lightweight mechanism used to transmit data from a server to a particular app instance.
Dalvik Debug Monitor Server
Google Cloud Messaging for Android (GCM)
XmlPullParser
BatteryManager
28. Allow to combine loosely coupled components to perform certain tasks
Canvas
Dalvik Debug Monitor Server
Intents
Google Cloud Messaging (GCM)
29. Your activity should perform setup of "global" state (such as defining layout) in ____ and release all remaining resources in _____
Explicit intent
Deserialize
auth scope
onCreate() - onDestroy()
30. The minimal energy state during which no network connection is active or required.
OAuth2
ValueAnimator
Standby
onDestroy();
31. Converts XML Document to XML DOM
onStart() - onStop()
InputStream
single-pane
Parser
32. It is available starting with API Level 14 and higher.
Full power
ShareActionProvider
Android SDK
android.hardware.touchscreen
33. Android system uses a special virtual machine to run java based applicatons
ViewStub
Account
Dalvik Virtual Machine
Geocoder
34. 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?
Dalvik Virtual Machine
Scroller
ActionProvider
EXTRA_STREAM
35. This is set up to animate for the duration of the fling.
auth scope
onStop();
ValueAnimator
AndroidManifest.xml
36. To respond to media button clicks - you need to register this in your manifest that listens for this action broadcast.
BroadcastReceiver
touch
Open Handset Alliance
onStop();
37. An open source stand alone database
ShareActionProvider
Google Play
SQLite
Extensible Markup Language (XML)
38. If you want your APK to be visible on TVs which are non-touchscreen devices you should add this to your manifest.
security sandbox
Advanced Training
Scroller
android.hardware.touchscreen
39. For instance - when stopped - your activity should release any large ____ - such as network or database connections.
Standby
Objects Activity lifecycle
AsyncTask
Activity
40. _____ are views that provide a visual (and interactive) elements for the screen - such as a button - text field - checkbox - or just an image.
Widgets
Activity
inflate()
onStart() - onStop()
41. This class exposes a number of methods for applications to receive location updates.
security sandbox
ViewStub
Serialize
LocationManager
42. Represents the visual representation of an Android application
Activity
Objects Activity lifecycle
Dalvik Virtual Machine
Ducking
43. The Android framework has a large set of these classes for interacting with the user and displaying various types of data.
AsyncTask
setVolumeControlStream()
SecurityException
View
44. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
ConnectivityManager
Entire
onCreate() - onDestroy()
<declare-styleable>
45. This class computes scroll positions for you - but it does not automatically apply those positions to your view.
Fragments
onCreate() - onDestroy()
Scroller
Canvas
46. A styleable entity that contains these two custom attributes: showText and labelPosition.
Activity
PieChart
onCreate() - onDestroy()
BatteryManager
47. 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.
HTTP
Ducking
Dalvik Debug Monitor Server
Activity
48. This is an interface which is used to pass image data from the camera hardware to the application.
SQLiteOpenHelper
OnCurrentItemChanged
Scroller
SurfaceHolder.Callback
49. On a rooted device - the credentials would be readable by anyone with this access to the device.
adb
Implicit intent
setVolumeControlStream()
ACTION_SEND
50. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
Destroyed - previous
Dalvik Virtual Machine
Dalvik Debug Monitor Server
security sandbox
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