PRM391 Final Exam Questions AND Correct Answers
___ class exposes methods to manage a SQLite
database.
Select one:
a. SQLiteBuilder
b. SQLiteDatabase
c. SQLiteHelper
d. SQLiteQuery - ✔✔SQLiteDatabase
___ defined in the intent class that function as
metadata for the intent.
Select one:
a. Category
b. Data
c. Flags
d. Extras - ✔✔Flags
,________ is complied from .java file. Android will use
this .class file to produce the executable apk. - ✔✔Class
__________ are the interactive components in your
app's user interface - ✔✔Input controls
_________________ are used to register activity,
services, broadcast receiver as being capable of
performing an action on a particular kind of actions. -
✔✔Intents filter
___________are a separate league of components that
expose a specific sets of data to applications -
✔✔Content Providers
_________, you actually specify the activity that is
required to respond to the intents. - ✔✔Explicit intent
_________is a block of resources, srbitrary information.
It can be any file type. - ✔✔File
,________is the equivalent of a Frame/Window in GUI
toolkits. It is not a file or a file type it is just a class that
can be extended in Android for loading UI elements on
view. - ✔✔Activity
................., you just declare an intent and leave it to the
platform to find an activity that can respond to the
intent. - ✔✔Implicit intent [the main power of the
android design]
........makes appropriate list of application data for the
other applications
a. Service provider
b. Content provider
c. Application provider
d. Resource - ✔✔b. Content provider
.In ......., sender specifies type of receiver
, a. Implicit intent
b. Explicit intent
c. A and b
d. None of these - ✔✔Implicit intent
'Screen has turned off' is an example
a) Normal broadcast
b) Ordered broadcast
c) background operation
d) None - ✔✔a) Normal broadcast
"assets/" holds
a. Resources
b. Java source code
c. Application
___ class exposes methods to manage a SQLite
database.
Select one:
a. SQLiteBuilder
b. SQLiteDatabase
c. SQLiteHelper
d. SQLiteQuery - ✔✔SQLiteDatabase
___ defined in the intent class that function as
metadata for the intent.
Select one:
a. Category
b. Data
c. Flags
d. Extras - ✔✔Flags
,________ is complied from .java file. Android will use
this .class file to produce the executable apk. - ✔✔Class
__________ are the interactive components in your
app's user interface - ✔✔Input controls
_________________ are used to register activity,
services, broadcast receiver as being capable of
performing an action on a particular kind of actions. -
✔✔Intents filter
___________are a separate league of components that
expose a specific sets of data to applications -
✔✔Content Providers
_________, you actually specify the activity that is
required to respond to the intents. - ✔✔Explicit intent
_________is a block of resources, srbitrary information.
It can be any file type. - ✔✔File
,________is the equivalent of a Frame/Window in GUI
toolkits. It is not a file or a file type it is just a class that
can be extended in Android for loading UI elements on
view. - ✔✔Activity
................., you just declare an intent and leave it to the
platform to find an activity that can respond to the
intent. - ✔✔Implicit intent [the main power of the
android design]
........makes appropriate list of application data for the
other applications
a. Service provider
b. Content provider
c. Application provider
d. Resource - ✔✔b. Content provider
.In ......., sender specifies type of receiver
, a. Implicit intent
b. Explicit intent
c. A and b
d. None of these - ✔✔Implicit intent
'Screen has turned off' is an example
a) Normal broadcast
b) Ordered broadcast
c) background operation
d) None - ✔✔a) Normal broadcast
"assets/" holds
a. Resources
b. Java source code
c. Application