Android Programming (2180715) MCQs

MCQs of The Basics

Showing 91 to 100 out of 114 Questions
91.
The tab that shows the hierarchy of project is _____
(a) Build variants
(b) Structure
(c) Favorites
(d) Project
Answer:

Option (b)

92.
In android, the compiled code is executed by a part of android system called _____
(a) DEX
(b) DVM
(c) JDK
(d) API
Answer:

Option (b)

93.
A part of android studio, that work as a simulator for android devices is called _____
(a) driver
(b) emulator
(c) stub
(d) firmware
Answer:

Option (b)

94.
The code that provide easy way to use all android features is called _____
(a) API
(b) DEX
(c) DVM
(d) JDK
Answer:

Option (a)

95.
If a button is clicked whose method in Java is not defined then the android application will _____
(a) do nothing
(b) crash
(c) show black screen
(d) get hang
Answer:

Option (b)

96.
Android calculates the pixels density of mobile (currently using the app) using unit of measurement _____
(a) CP
(b) SP
(c) DP
(d) GP
Answer:

Option (c)

97.
In android studio, each new activity created must be defined in _____
(a) res/layout
(b) res/values
(c) Build.gradle
(d) AndroidManifest.xml
Answer:

Option (d)

98.
The android component that controls the external elements of file is called _____
(a) intent
(b) resource
(c) view
(d) manifest
Answer:

Option (b)

99.
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
Answer:

Option (a)

100.
The activity is needed to be stopped by doing any operation until the resumed callback is called, the type of callback is _____
(a) onPause
(b) onDestroy
(c) onResume
(d) onRestart
Answer:

Option (a)

Showing 91 to 100 out of 114 Questions