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. 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
ShareActionProvider
Destroyed - previous
SQLiteOpenHelper
onCreate() - onDestroy()
2. This includes tools to help you identify problems in your layout performance.
android.hardware.touchscreen
Stack
Android SDK
Implicit intent
3. Relative to pixels and resolution screen
PackageManager
ConnectivityManager
Deserialize
Dots per inch
4. If permissions are missing - the application will get this at runtime.
android.hardware.touchscreen
AsyncTask
SurfaceView
SecurityException
5. Most network-connected Android apps use this to send and receive data.
drawBitmap()
BroadcastReceiver
HTTP
Entire
6. Sharing of data in Android is done via________
Wi-Fi radio
SQLite
Service Content Provider
<declare-styleable>
7. Each time a new activity starts - the previous activity is stopped - but the system preserves the activity in a _____ (the ______).
Stack - back stack
setContentView
ETC1
Objects Activity lifecycle
8. An intermediate state that uses around 50% of the battery power at the full state.
LocationManager
security sandbox
Low power
onPause();
9. This class computes scroll positions for you - but it does not automatically apply those positions to your view.
auth scope
getInputStream()
Scroller
AsyncTask
10. This is a readable source of bytes.
InputStream
authenticator class
onStop();
onCreate() - onDestroy()
11. An open source stand alone database
Google Play
Standby
SQLite
Scroller
12. The Android framework has a large set of these classes for interacting with the user and displaying various types of data.
BatteryManager
AndroidManifest.xml
View
Account
13. A service in which programmers can offer their Android application to Android users.
Fragments
drawBitmap()
Google Play
Dalvik Virtual Machine
14. Are used in activities to create the user interface and to interact with the user.
XmlPullParser
Serialize
OnCurrentItemChanged
Fragments
15. Whenever the device is docked or undocked - this action is broadcast.
ACTION_DOCK_EVENT
AsyncTask
AndroidManifest.xml
onPause();
16. It is used to toggle the enabled state on any component defined in the manifest - including whichever broadcast receivers you wish to enable or disable
PackageManager
ViewStub
onCreate() - onDestroy()
Widgets
17. Android provides this handy method to direct volume key presses to the audio stream the user specify.
Deserialize
setVolumeControlStream()
Linux based
Activity
18. Once a connection has been established - the app uses this method to retrieve the data as an InputStream.
AccountAuthenticatorActivity
Dots per inch
getInputStream()
Google Play
19. The ____ lifetime of an activity happens between the call to onStart() and the call to onStop().
Activity
visible
ACTION_DOCK_EVENT
Google Play
20. It provides a simple way to perform your work outside the main thread.
Service Content Provider
Entire
Google Cloud Messaging (GCM)
AsyncTask
21. These helpers are specialized classes for backing up certain kinds of data.
onMeasure()
BackupHelper
Activity
Destroyed - previous
22. It is used to load images in a background thread - then apply them to the UI once finished.
setContentView
AsyncTask
dual-
Paint
23. An open source group led by Google
AsyncTask
isConnected()
adb
Open Handset Alliance
24. Use this to draw text.
Android SDK
drawText()
isConnected()
BackupHelper
25. Use this to draw bitmaps.
onStart() - onStop()
drawBitmap()
onCreate();
Dots per inch
26. It includes a Detailed Network Usage tab that makes it possible to track when your application is making network requests.
Dalvik Debug Monitor Server
Widgets
Lifecycle callback methods
Implicit intent
27. 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.
ValueAnimator
OAuth2
OAuth2 protocol
XmlPullParser
28. This class provides one of the simplest ways to fire off a new task from the UI thread.
AsyncTask
Stack - back stack
HTTP
Scroller
29. 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
<declare-styleable>
AsyncTask
AudioManager
30. In order to get a list of accounts on the device - your app needs this permission.
Open Handset Alliance
GET_ACCOUNTS
BackupHelper
Paint
31. Callback method: The activity is being created.
BatteryManager
Application resources
onCreate();
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
32. It typically consumes more energy than 3G - which is in turn more expensive than 2G.
LTE
onPause();
ValueAnimator
Scroller
33. To define custom attributes - add this resources to your project.
GestureDetector
View
dual-
<declare-styleable>
34. Callback method: The activity has become visible.
onResume();
ShareActionProvider
Stack
AsyncTask
35. Used when a connection is active - allowing the device to transfer data at its highest possible rate.
Full power
BroadcastReceiver
drawText()
Activity
36. In most cases this will offer greater bandwidth at a significantly lower battery cost.
LocationManager
AbstractAccountAuthenticator
onStop();
Wi-Fi radio
37. The helper method is used to create the final width and height values.
resolveSizeAndState()
Destroyed - previous
drawBitmap()
XmlPullParser
38. 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.
Back stack
drawText()
Activity
Emulator
39. Represents the visual representation of an Android application
When the activity resumes
Activity
Google Play
SecurityException
40. This is the simplest way to monitor device state changes.
BroadcastReceiver
Activity
onCreate();
Scroller
41. ______ are views derived from ViewGroup that provide a unique layout model for its child views
SearchView
Layouts
onCreate();
Full power
42. Callback method: The activity is no longer visible.
LocationManager
resolveSizeAndState()
onCreate() - onDestroy()
onStop();
43. This is used to register and de-register your media button event receiver.
BatteryManager
Back stack
AudioManager
Activity
44. Answers queries about the state of network connectivity. It also notifies applications when network connectivity changes.
ConnectivityManager
InputStream
touch
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
45. The receiver is triggered whenever the device battery becomes low or exits the low condition by listening for this two.
ETC1
security sandbox
ACTION_BATTERY_LOW and ACTION_BATTERY_OKAY
NetworkInfo
46. Once installed on a device - each Android application lives in its own ______
security sandbox
Google Play
onDestroy();
Google Cloud Messaging for Android (GCM)
47. is run when running Android on the pc
AsyncTask
Emulator
BatteryManager
InputStream
48. You can set the layout as the UI for your activity with passing the resource ID for the layout.
SettingsActivity
setContentView
AccountAuthenticatorActivity
Intent filters
49. Converts XML Document to XML DOM
Parser
android.hardware.touchscreen
SQLite
onCreate() - onDestroy()
50. 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
Google
onStop();
Application footprint
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