Android Programming (2180715) MCQs

MCQs of The Basics

Showing 81 to 90 out of 114 Questions
81.
The android library that provides access user interfaces' building blocks is _____
(a) android.webkit
(b) android.view
(c) android.os
(d) android.text
Answer:

Option (b)

82.
In android studio, the callback that is called when activity is first time created is _____
(a) onResume
(b) onDestroy
(c) onCreate
(d) onStop
Answer:

Option (c)

83.
To ensure that the hardware components such as CPU, GPU, GPS receivers etc. can run on underlying Linux OS, the developers create _____
(a) classes
(b) stubs
(c) drivers
(d) objects
Answer:

Option (c)

84.
The package of compiled Java codes with some other resources is called _____
(a) IDE
(b) APK
(c) JDK
(d) IDE
Answer:

Option (b)

85.
When classes are divided into many parts to achieve different functionalities is called _____
(a) classes
(b) objects
(c) stubs
(d) methods
Answer:

Option (d)

86.
The property that is used for formatting font is _____
(a) Color
(b) typeface
(c) ImageView
(d) Mip Map
Answer:

Option (b)

87.
In android studio, the currently open file location can be shown by _____
(a) toolbar
(b) navigation bar
(c) editor tab
(d) menu bar
Answer:

Option (a)

88.
In android studio, the callback that is called when activity interaction with user is started is _____
(a) onStart
(b) onStop
(c) onResume
(d) onDestroy
Answer:

Option (c)

89.
The 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:

Option (c)

90.
Space outside of the widget can be customized using _____
(a) padding
(b) height
(c) weight
(d) margins
Answer:

Option (d)

Showing 81 to 90 out of 114 Questions