General Guidelines For Error Free Questions
General Guidelines For Error Free Questions
3. QUESTIONS SHOULD BE OF SINGLE ANSWERED i.e. Questions can have only one answer.
5. PLEASE TYPE YOUR QUESTIONS AND CHOICES IN THE "QUESTIONS" WORKSHEET OF THIS FILE.
SAMPLE QUESTIONS
Separates the
Designing UI
presentations from code UI descriptions can be external to
32 What are the advantages of designing UI in a XML that controls the behavior the source code
Does not include the full set
of linux utilities ans) All of the options
Frame ScrollView
Frame ScrollView
TextEdit EditBox
_____ is the method in Android which returns the
Designing UI
58 checked state of a check box Checked() ans) IsChecked()
_______ is a view which cannot be unchecked once
Designing UI
59 checked CheckBox RadioGroup
_______ is used to bind the view to an external source of
Designing UI
60 data AdapterView AdapterGroup
_______ acts like a courier between the data source and
Designing UI
61 the AdapterView which displays the data ans) Adapter AdapterView
______ adapter is used to get the data reading from a
Designing UI
62 database ListAdapter ans) ArrayAdapter
_____ adapter is used to get the data from an arbitrary
Designing UI
63 array ans) ArrayAdapter CursorAdaptor
Designing UI
64 _____ view in Android is similar to the dropdown list ListView AutoCompleteTextView
Designing UI
65 Which of the following are true about a Spinner Similar to a drop down list Doesn’t support click events
_____ is a view in android which is associated with a
Designing UI
66 predefined set of elements TextView EditText
_______ prompts the user with a choice of elements ans)
Designing UI
67 matching the characters typed AutoCompleteTextView TextView
A max of ______ menu items are shown by default in
Designing UI
68 Android 4 5
_____ is the menu which is showed when the menu has
Designing UI
69 more than 6 items SubMenu ans) ExpandedMenu
_____ is the menu used to provide the primary set of
Designing UI
70 options for a Activity ExpandedMenu SubMenu
______ is the menu which supports icons but do not
Designing UI
71 support radiobuttons/checkboxes ans) IconMenu SubMenu
____ is the menu which appears when there is a long
Designing UI
72 press on a view object OptionsMenu PopupMenu
EditText CheckBox
ans) 6 7
ExpandedMenu PopupMenu
PopupMenu ContextMenu
oncreateoptionsmenu onCreateOptions
______ method has to be overridden to handle the ans)
Designing UI
75 options menu clicks onOptionsItemSelected onoptionsitemselected
______ method has to be overridden to support context
Designing UI
76 menu onCreateOptionsMenu ans) onCreateContextMenu
_____ is the API used by the View objects to register for
Designing UI
77 the context menu onRegisterContextMenu ans) registerForContextMenu
______ method has to be overridden to handle the ans)
Designing UI
78 context menu clicks onContextItemSelected oncontextitemselected
________ API is used to get the object of the notification
Designing UI
79 class to work with notifications getNotification() getNotificationManager()
_______ are the methods provided by the notification
Designing UI
80 class notify() cancel()
81 Designing UI
_______ is used to start an activy or a service or a
Intents
82 broadcast receiver Content ans) Intent
______ is a asynchronous message that is used to start an
Intents
83 activy or a service or a broadcast receiver ContentProvider Content
______ is a type of an intent where which component to
Intents invoke is determined by the Platform
84 ans) Implicit intent Explicit Intent
______ is a type of an intent where class name or the
Intents component name is specified by the code
85 Implicit intent ans) Explicit Intent
86 Intents An Intent is primarily made up of Action Data
_______ part of the intent is expressed in the form of a
Intents
87 URI Action ans) Data
_______ part of the intent is the additional metadata
about an intent - the kind of component that should
Intents
handle the intent
88 Action Data
______ type of intents are used to invoke components
Intents
89 within an application Implicit intent ans) Explicit Intent
______ type of intents are used to invoke components in
Intents
90 another application ans) Implicit intent Explicit Intent
If a android component doesn’t have a intent filter, it can
Intents
91 receive only _______ intents Implicit ans) Explicit
onOptionsSelected onoptionsselected
oncreatecontextmenu onCreateContext
registerforcontextmenu onregistercontextmenu
onContextSelected oncontextselected