FAQs Android MCQ Questions and Answers
FAQs Android MCQ Questions and Answers
FAQs Android MCQ Questions and Answers
page=21
Answer
MCQ. A type of service provided by android that allows sharing and publishing of data to other applications is
A. View System
B. Content Providers
C. Activity Manager
D. Notifications Manager
Answer
MCQ. Android library that provides access to UI pre-built elements such as buttons, lists, views etc. is
A. android.text
B. android.os
C. android.view
D. android.webkit
Answer
MCQ. A type of service provided by android that shows messages and alerts to user is
A. Content Providers
B. View System
C. Notifications Manager
D. Activity Manager
Answer
MCQ. A type of service provided by android that controls application lifespan and activity pile is
A. Activity Manager
B. View System
C. Notifications Manager
D. Content Providers
Answe
MCQ. Requests from Content Provider class is handled by method
A. onCreate
B. onSelect
C. onClick
D. ContentResolver
Answer
MCQ. Android component that manages appearance and format on screen is called
A. fragment
B. intent
C. view
D. layout
Answer
MCQ. Multiple inheritance is not allowed in Java therefore in an android activity there cannot be more then one
A. super class
B. child class
C. sub class
D. public class
Answer
MCQ. Android component that shows part of an activity on screen is called
A. intent
B. fragment
C. view
D. manifest
Answer
MCQ. Multiple inheritance concept is indirectly used by using
A. public class
B. child class
C. sub class
D. super class
Answer
r
MCQ. A type of service provided by android that shows messages and alerts to user is
A. Content Providers
B. View System
C. Notifications Manager
D. Activity Manager
Answer
MCQ. Broadcast that includes information about battery state, level, etc. is
A. android.intent.action.BATTERY_CHANGED
B. android.intent.action.BATTERY_LOW
C. android.intent.action.BATTERY_OKAY
D. android.intent.action.CALL_BUTTON
Answer
MCQ. One of application component, that manages application's background services is called
A. Activities
B. Broadcast Receivers
C. Services
D. Content Providers
Answer
MCQ. In android studio, callback that is called when activity interaction with user is started is
A. onStart
B. onStop
C. onResume
D. onDestroy
Answer
MCQ. Tab that can be used to do any task that can be done from DOS window is
A. TODO
B. messages
C. terminal
D. comments
Answer
MCQ. One of operating system that cannot be used for android application
development is
A. Windows
B. Mac
C. Linux
D. Contiki
Answer
MCQ. A class that allows to display messages on logcat windows is
A. Toast Class
B. Log class
C. makeTest class
D. Show class
Answer
MCQ. One of recent android version is
A. Kitkat
B. Marshmallow
C. Lolipop
D. Jelly Bean
Answer
MCQ. Required Java environment for development is called
A. JDK
B. DEX
C. DVM
D. API
Answer
MCQ. In android studio, virtual console type tab that is used as command
line interface is called
A. memory
B. CPU
C. logcat
D. ADB logs
Answer
A. OnCreate()
B. onStart()
C. onRestart()
D. onReceive()
Answer
MCQ. Dalvik Virtual Machine (DVM) actually uses core features of
A. Windows
B. Mac
C. Linux
D. Contiki
Answer
MCQ. On implementing method of onStartCommand(), service must be
stopped after task is completed using
A. stopSelf()
B. stopService()
C. stopSelf() or stopService()
D. endService()
Answer
MCQ. Space between edge to of widget content of widget can be
customized using
A. margins
B. height
C. padding
D. weight
Answer
MCQ. Button option can be choose from palette category
A. textfields
B. containers
C. widgets
D. layouts
A. logcat
B. memory
C. ADB logs
D. CPU
Answer
MCQ. By default in android studio during app development, file that holds
information about app's fundamental features and components is
A. AndroidManifest.xml
B. res/values
C. Build.gradle
D. res/layout
Answer
MCQ. Requests from Content Provider class is handled by method
A. onCreate
B. onSelect
C. onClick
D. ContentResolver
Answer
MCQ. Once broadcast after system boot finished is
A. android.intent.action.BATTERY_OKAY
B. android.intent.action.REBOOT
C. android.intent.action.BOOT_COMPLETED
D. android.intent.action.BUG_REPORT
Answer
MCQ. A type of class that will be responsible to design main screen
activity on first time launch of application is called
A. Activity class
B. Parent class
C. Child class
D. Inherited class
Answer
MCQ. Method is called when service was created first-time using
onStartCommand() or onBind() is
A. onStart()
B. onCreate()
C. onRestart()
D. startService()
Answer
MCQ. Underlying operating system for android is
A. Linux
B. Windows
C. Contiki
D. Ubuntu
Answer
MCQ. On implementing method of onBind(), service must provide an
interface for user by returning object called
A. Ibinder
B. Intent
C. R
D. Layout
Answer
MCQ. Android component that manages appearance and format on screen
is called
A. fragment
B. intent
C. view
D. layout
Answer
MCQ. In android UI, <code>onClick</code> is actually a
A. class
B. button
C. property
D. function
A. prominent
B. prioritized
C. optional
D. sticky
Answer
MCQ. Required android environment for development is called
A. SDK
B. IDE
C. APK
D. JDK
Answer
MCQ. In android studio, quick options can be accessed from
A. tool bar
B. menu bar
C. navigation bar
D. editor tab
Answer
MCQ. In android studio, tab in which CPU usage of app is shown is called
A. ADB logs
B. memory
C. CPU
D. logcat
Answer
MCQ. A method that is used to handle what happens after clicking a
button is
A. OnCreate
B. onSelect
C. onClick
D. onDo
Answer
MCQ. Method that is used to produce log messages in android is
A. Log.d()
B. Log.D()
C. Log.R()
D. Log.r()
Answer
MCQ. In android studio, main activity for application must be declared in
A. <intent>
B. <intent-filter>
C. <intent-layout>
D. <intent-activity>
Answer
MCQ. One of application component, that controls UI and manage user
interaction with phone screen is called
A. Content Providers
B. Activities
C. Broadcast Receivers
D. Services
Answer
MCQ. A type of service provided by android that helps in creating user
interfaces is
A. Notifications Manager
B. Content Providers
C. Activity Manager
D. View System
Answer
MCQ. Android component that works like database
A. Services
B. Activities
C. Broadcast Receivers
D. Content Providers
A. super class
B. child class
C. sub class
D. public class
Answer
MCQ. By default in android studio during app development, directory
made for xml files is
A. res/layout
B. res/values
C. AndroidManifest.xml
D. Build.gradle
Answer
MCQ. A type of layout elements that allows all included elements in order
is
A. ConstraintLayout
B. TextviewLayout
C. LinearLayout
D. RelativeLayout
Answer
MCQ. Tab that stores history of most visited places is
A. Favorites
B. Structure
C. Build variants
D. Project
Answer
MCQ. In android, functionality of one class can be used in other class by
using option
A. extends
B. extended
C. extending
D. extend
Answer
MCQ. A class that displays a toast-shaped message for user is
A. Log class
B. makeTest class
C. Show class
D. Toast class
Answer
MCQ. One of application component, that manages database issues is
called
A. Services
B. Content Providers
C. Broadcast Receivers
D. Activities
Answer
MCQ. Android library that provides access to model of application is
A. android.opengl
B. android.content
C. android.app
D. android.database
Answer
MCQ. In android emulator mode, left-hand side of smartphone area
elements is called
A. palette
B. widgets
C. design
D. button
Answer
MCQ. Broadcast of device reboot is
A. android.intent.action.BATTERY_LOW
B. android.intent.action.REBOOT
C. android.intent.action.BATTERY_CHANGED
D. android.intent.action.CALL
Answer
swer
A. intent
B. fragment
C. view
D. manifest
Answer
MCQ. Layout or design of an android application is saved in
A. .text file
B. .java file
C. .dex file
D. .xml file
Answer
MCQ. For specialized layout elements, palette element used is
A. custom
B. textfields
C. containers
D. widgets
Answer
MCQ. Method that is called to clean up any resources used by services is
A. stopSelf()
B. onStop()
C. onDestroy()
D. stopService()
Answer
MCQ. UI design hierarchy and individual design elements can be seen
using
A. properties
B. component tree
C. layout
D. terminal
Answer
MCQ. Multiple inheritance concept is indirectly used by using
A. public class
B. child class
C. sub class
D. super class
Answer
MCQ. Android library that provides access to graphics is
A. android.content
B. android.opengl
C. android.app
D. android.database
Answer
MCQ. In android Studio, TODO tab is actually used for
A. comments
B. storage
C. classes
D. function
Answer
MCQ. In android, logcat is also referred as
A. Verbos
B. Info
C. Console
D. Method
Answer
MCQ. One of option that is not part of palette elements is
A. layouts
B. containers
C. date and time
D. default
Answer
Answer