Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 16

QUESTION_NO

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
QUESTION_TEXT
What is Android?
What is the life cycle of services in android?
What is singleton class in android?
When developing for the Android OS, Java byte code is compiled into what?
What does the .apk extension stand for?
Which of these are not one of the three main components of the APK?
Which of the following are not a component of an APK file?
What is contained within the manifest xml file?
What is contained within the Layout xml file?
The emulated device for android.
The R file is a(an) generated file
To create an emulator, you need an AVD. What does it stand for?
While developing Android applications, developers can test their apps on …
The XML file that contains all the text that your application uses.
What runs in the background and doesn't have any UI components?
What is an Activity?
When an activity doesn't exist in memory it is in.
Which of the following is NOT a state in the lifecycle of a service?
What is an Intents?
There can be only one running activity at a given time.
Creating a UI (User Interface) in Android requires careful use of...
The android OS comes with many useful system services, which include processes you can easily ask
____ are asynchronous messages which allow Android components to request functionality from
Intent is used to grant to another application the right to perform the operation that specified as
Language which is supported by Android for application development?
Android is based on Linux for the following reason.
View Pager is used for
Android is based on which kernal
Specifies the layout of android screen use_____file.
As an Android programmer, what version of Android should you use as your minimum developmen
Although most people’s first thought when they think of Android is Google, Android is not actua
An activity can be thought of as corresponding to what?
Which of the following is NOT a valid usage for Intents?
Which of these files contains text values that you can use in your application?
Which method is used to close an activity?
Which of the following tools dumps system log messages including stack traces when the device o
When using an implicit intent, what process does the system use to know what to do with it?
Which of following is incorrect about the Toast class?
Which of the following information is not included in the Manifest file?
In which Activity life-cycle method you should do all of your normal static set up such as: creating
Which of the following methods is called in an Activity when another activity gets into the foregr
What is not true about the AndroidManifest.xml file?
How many Intents are available?
What does the line of code achieve of the following?Intent intent = new Intent(FirstActivity.this,Se
The src folder contains _____ of the following?
Explain android activity life cycle?
Which company developed android?
Which one is NOT related to fragment class?
What Activity method you use to retrieve a reference to an Android view by using the id attribute
Which one is not a nickname of a version of Andriod?
What is the name of the program that converts Java byte code into Dalvik byte code?
Android is based on Linux for the following reason.
Which among the following are part of "Application" layer of Android Architecture
What was the first phone released that ran the Android OS?
Which among these are NOT a part of Android’s native libraries?
During an Activity life-cycle, what is the first callback method invoked by the system?
What Activity method you use to retrieve a reference to an Android view by using the id attribute
The requests from Content Provider class is handled by method
What year was the Open Handset Alliance announced?
What does the src folder contain?
Android releases since 1.5 have been given nicknames derived from how?
What are the indirect Direct subclasses of Services?
The android library that provides access to UI pre-built elements such as buttons, lists, views etc. i
Which one is not a nickname of a version of Andriod?
When contentProvider would be activated
Difference between android api and google api?
When developing for the Android OS, Java bytecode is compiled into what?
An activity can be thought of as corresponding to what?
In android application Which file holds to use the internet_____.
Specifies the layout of android screen use_____file.
Src folder contain____files
which class store additional information?
To use the Android menu system what method you should override?
Which is not an Android component of the following?
What does the line of code achieve of the following?Intent intent = new Intent(FirstActivity.this,Se
Which is NOT a valid usage for Intents of the following?
Which is not a valid Android resource file name of the following?
______of the following is not defined as a process state?
Which is a correct statement about an XML layout file of the following?
______is the parent class of all Activity widgets?
______is not included in the Android application framework?
The Android project folder “res/” contain_____?
Which is a Java call-back method invoked when a view is clicked of the following?
Which is not an Activity lifecycle call-back method of the following?
Required folder when Android project is created.
Is list data type supported by AIDL?
Is list data type supported by AIDL?
What is contained within the manifest xml file?
What is the name of the program that converts Java byte code into Dalvik byte code? a. Mobile In
Android is based on Linux for the following reason.
Which piece of code used in Android is not open source?
What was the main reason for replacing the Java VM with the Dalvik VM when the project began?
From a phone manufacturer's point of view, what makes Android so great?
. It allows users to create apps, generating revenue for the companies
__________is the virtual resource that cans be used as a background, title, or in other parts of th
_______owns the android platform.
__________ layer contains all the low level device driver.
Dalvik Virtual Machine (DVM) actually uses core features of ______
A type of service provided by android that allows sharing and publishing of data to other applicati
A type of service provided by android that shows messages and alerts to user is
A type of service provided by android that controls application lifespan and activity pile is
One of application component, that manages application's background services is called _______
In android studio, callback that is called when activity interaction with user is started is _____
Tab that can be used to do any task that can be done from DOS window is ______
Broadcast that includes information about battery state, level, etc. is ___
In android architecture top most layer is of
Requests from Content Provider class is handled by method
Android component that shows part of an activity on screen is called
What Are The Functionalities In AsyncTask In Android?
What is intents
what is an activity
Android Emulator is____________
Activity can be thought of a corresponding to what?
Required android environment for development is called
Package of compiled Java codes with some other resources is called
______file contains detailed configuration information for your application.
_________makes a special set of applications data available to other applications.
________ doesn’t have a visual user interface , but rather runs in a background for an indefinite p
what are the components of android?
___________ represents a behavior or a portion of user interface in activity.
Android applications are of _________ type
which is not correct name for an android version
Which is the screen densities in Android?
You can shut down an activity by calling its _______ method
Which of the following is Layouts in android?
When the activity is not in focus, but still visible on the screen it is in?
The XML file that contains all the text that your application uses.
Creating a UI in Android requires careful use of
What built-in database is Android shipped with?
What is contained within the manifest xml file?
What is contained within the Layout xml file?
The file specifies the layout of your screen?
To create an emulator, you need an AVD. What does it stand for?
__________is the virtual resource that cans be used as a background, title, or in other parts of the
The R file is a(an) generated file
Which of the following can you use to add items to the screen menu?
Which of the following can you use to display a progress bar in an Android application?
What are return types of startActivityForResult() in android?
What does the Android project folder res contain?
You can create a custom view by extending class:
Which of the following Android View sub-classes uses the WebKit rendering engine to display we
Which of the following methods updates a ListView when an element is added to the data set?
___________stores data such as missed calls, call details and so on
_______is an object carrying a message from one component to another component with in the ap
_______is a view group that aligns all children in a single direction, vertically or horizontally.
____________is a view group that displays child views in relative positions
_______layout enables you to specify the exact location of the children
_______is designed to block out an area on the screen to display a single item
_________is used when presenting users with a group of selectable options that are not mutually
sets the gravity of the view or layout in its parent?
CORRECT Option OPTION 2 OPTION 3
Android is a stack of software's for Virtual machine Google mobile device nam
onCreate()−>onStartCommand()−>oonRecieve() final()
A class that can create only one objJava class Anonymous class
Dalvik byte code C source code Java source code
Application Package Application Program Kit Android Proprietary Kit
Native Libraries Resources Dalvik Executable
All of these are components of the Resources Native Libraries
he permissions the app requires The source code The list of strings used in
Orientations and layouts that specifThe strings used in the a The permissions required b
Runs the same code base as the actIs more of a simulator, a Runs the same code base as
Automatically Manually Emulated
Android Virtual Device Android Virtual Display Active Virtual Device
All three options will work Emulator included in AndThirdparty Emulators (Youw
strings.xml string.java text.xml
Services Intents Content Providers
A single screen the user sees on th Context referring to the A message sent among the
Starting state Loading state Inexistent state
Paused Starting Destroyed
all of these are messages that are seare asynchronous
0 1
XML and Java Java and SQL XML and C++
All of these and more. Location Sensor Readings
Intents Activities Bundles
0 1
Java C# PHP
All of these Portability Security
Swiping Fragments Swiping Activities Paging Down List Items
Linux Windows Mac
layout manifest R
Versions 1.6 or 2.0 Versions 1.0 or 1.1  Versions 1.2 or 1.3
 Open Handset Alliance Oracle Technology Dalvik
 A Java class A Java project An object field
Activate a SQLite DB Connection. Activate and Activity Activate a Service
res/values/strings.xml AndroidManifest.xml res/Text.xml
Finish( ) Destroy( ) Stop( )
Logcat DDMS Console
Intent resolution Intent declaration Intent overloading
A Toast can only create by an ActiviYou cannot set a custom There
l is no need to close or
The handset model compatible withThe activities contained iThe permissions required b
onCreate() onResume() onStart()
onPause( ) onStop( ) onDestroy( )
It declares the views used within thIt declares user permissi It declares application co
2 3 4
Starts an activity. Creates a hidden Intent Creates an implicit Intent
Java source code files Image and icon files XML resource files
OnCreate() −> onStart() −>onResume onCreate() −> onStart() −OnCreate() −> onStart() −>
Android Inc Apple Google
CursorFragment DialogFragment ListFragment
findViewById(int id) findViewByReference(intretrieveResourceById(int id
Muffin upcake Honeycomb
Dex compiler Dalvik Converter Android Interpretive Compi
All of these Security Portability
All of these Contacts Phone
T-Mobile G1 Google gPhone Motorola Droid
Dalvik Webkit OpenGL
onCreate() onStop() onStart()
findViewById(int id) findViewByReference(intretrieveResourceById(int id
ContentResolver onCreate onSelect
2007 2005 2006
Java source code files XML resource files The application manifest fi
Food Adjective and strange anSomething that starts w/ ‘A
InputMethodService RecognitionService RemoteViewsService
android.webkit android.os android.text
Muffin Honeycomb Gingerbread
Using ContentResolver Using Intent Using SQLite
The Google API includes Google Maps The google API one only iNone of the above
Dalvik byte code Dalvik application code Java source code
A Java class A Java project A method call
Manifest file create file system file
layout manifest R
Java source code XML manifest
Bundle Data store Extra
on Create Options Menu() on Create Menu() Both A & B
Service Layout Activity
Starts an activity. Creates a hidden Intent Creates an implicit Intent
Activate an SQLite DB Connection Activate a Service Activate and Activity
myLayout.xml my_layout.xml mylayout.xml
Non-visible Visible Both A & B
A file that is used to draw the conteA layout PNG image file Both A & B
View ViewGroup Layout
Dialer Manager Notification Manager Window Manager
Resource files Java Activity classes Both A & B
OnClickListener Detector OnTapListener
onBackPressed onStart onCreate
bin build . build/
Yess No
Java C++ PHP
The permissions the app requires The source code The list of strings used in
Dalvik Converter Mobile Interpretive CompDex compiler
All of these Security Networking
Wi-Fi driver . Audio driver Power management
There was not enough memory capa Java VM was too complica Java VM ran too slow
Aside from some specific drivers, It allows them to compet. It makes the hardware work better
All of these are components of the Resources Native Libraries
drawable layout Menu
. OHA Google Intel
LINUX KERNEL Libraries Application Framework lay
Linux Windows Mac
Content Providers View System Activity Manager
Notifications Manager Activity Manager View System
Activity Manager View System Notifications Manager
Services Broadcast Receivers Activities
onResume onStop onStart
terminal messages TODO
android.intent.action.BATTERY_C android.intent.action. android.intent.action.BA
Applications Linux kernel Applications framework
ContentResolver onClick onSelect
fragment intent view
OnPostExecution() OnPreExecution() DoInBackground()
all the above trigger activities to beingare synchronous
a single screen in an application w android packages android classes
used for developing android applicagaming application debugging tool
Java class Java Project the method call
SDK IDE APK
APK IDE JDK
Androidmanifest File String XML Layout file
Content Provider Broadcast receiver indent
service indent Broadcast receiver
all of these Activity, Intent Services
fragment Package content Provider
all of these Widget intermittent
watermelon nougat marshmallow
all of the above low density medium density
finish() finishActivity() onDestory()
All of the above Relative Layout Linear Layout
paused state running state stopped state
strings.xml string.java text.xml
XML and Java Java and SQL XML and C++
SQLite Apache MySQL
The permissions the app requires The list of strings used i The source code
Orientations and layouts that specifThe permissions requiredThe strings used in the app
Layout file Manifest file Strings XML
Android Virtual Device Android Virtual Display Active Virtual Device
drawable menu mipmap
Automatically Manually Emulated
Both a&b Activity.onCreate Activity.onCreateOptions
Both a&b ProgressBar ProgressDialog
BOTH A AND B RESULT_OK RESULT_CANCEL
Resource files Java Activity classes Java source code
android.view.View android.widget.View android.widget.LinearLayo
WebView PageView MapView
notifyDataSetChanged( ) notify( ) notifyAll( )
Call log Browser Contacts
Intent Filters Activity
Linear layout Relative layout Table layout
Relative layout Table layout Linear layout
Absolute Table List
Frame layout Table layout Linear layout
Check Box Toggle button Radio button
android:layout_gravitY android:gravity android:weight
OPTION 4
None of Above
Service life cycle is same as activity life cycle.
Manifest file
Dalvik application code
Android Package
Webkit
Dalvik executable
All other choices
The code which is compiled to run the app.
An imaginary machine built on the hopes and dreams of baby elephants.
None of the above
Application Virtual Display
Physical Android phone
stack.xml
Applications
A component that runs in the background without any interface.
Running state
Running
trigger activities to being, services to start or stop, or broadcast

Dreamweaver
WiFi, Hot Spots
Messages

C++
Networking
View Pager Is Not Supported By Android SDK
solaris
None of these
Versions 2.3 or 3.0
The above statement is and Android is owned by Google
 A method call
Activate a Broadcast receiver
res/layout/Main.xml
Close( )
None
Intent transition
A Toast is displayed for only one of the following periods: Toast.LENGHT_SHORT or Toast.LENGTH_LONG
The application’s minimum SDK version required.
onPause()
onExit( )
It declares hardware and software features used within the application
5
Create an explicit Intent
The application manifest file
OnCreate() −> onStart() −> onPause() −> onResume() −> onStop() −> onDestroy() −>onResume()
Nokia
PreferenceFragment
findViewById(String id)
Gingerbread
Mobile Interpretive Compiler (MIC
Networking
Browser
HTC Hero
SQLite
onRestore()
findViewById(String id)
onClick
2008
Image and icon files
American states
SpellCheckerService
android.text
cupcake
None
All of the above
C source code
An object field
None of these
None of these
None of these
None of these
on Menu Created()
Both A & C
Create an explicit Intent
Both A & B
Both B & C
Foreground
A file that contains all application permission information
Both A & C
Both A & B
Java source code
Both A & B
onPause
bin/

VB.NET
None of the above
. Android Interpretive Compiler (AIC)
Portability
Keypad driver
Java virtual machine was not free
hardware work better
Dalvik executable
mipmap
Samsung
Android Runtime
Contiki
Notifications Manager
Content Providers
Content Providers
Content Providers
onDestroy
comments
android.intent.action.CALL_BUTTON
System libraries & android runtime
onCreate
manifest
OnProgressUpdate()
are messages that are sent among various building blocks
android functions
none of these
an object field
JDK
IDE
R file
none of these
Content Provider
Broadcast receiver, Content Provider
activity manager
Foreground and Background
kitkat
extra high density
none of the above
Frame Layout
destroyed state
stack.xml
Dream weaver
Oracle
All the above
The code which is compiled to run the app
R file
Application Virtual Display
layout
none of the above
Activity.onPrepareOptionsMenu
ProgressView
RESULT_CRASH
Libraries
android.content.Context
HttpClient
notifyDataSetInvalidate( )
None
Services
Absolute layout
None
Frame
Absolute layout.
None
android:orientation

You might also like