Android Programming (2180715) MCQs

MCQs of The Basics

Showing 71 to 80 out of 114 Questions
71.
In android studio, the callback that is called when activity is visible is
(a) onCreate
(b) onDestroy
(c) onStop
(d) onStart
Answer:

Option (d)

72.
The tab that tests different version of currently developing an app is _____
(a) Structure
(b) Favorites
(c) Build variants
(d) Project
Answer:

Option (c)

73.
The official IDE released for android development is called _____
(a) Eclipse
(b) Net beans
(c) Android Studio
(d) Java
Answer:

Option (c)

74.
The transformation process of Java into android readable form is called _____
(a) compiling
(b) linking
(c) debugging
(d) testing
Answer:

Option (a)

75.
To go back to android window, the tab used is _____
(a) terminal
(b) TODO
(c) android
(d) messages
Answer:

Option (c)

76.
The most common environment to run Java programs written for PC only is called _____
(a) JRE
(b) JDK
(c) IDE
(d) SDK
Answer:

Option (a)

77.
The element of a palette that holds multiple elements of specific purpose is called _____
(a) widgets
(b) containers
(c) textfields
(d) layouts
Answer:

Option (b)

78.
If we want to refer another class functionality then android can know it only by declaring its name prior to use with reserve word _____
(a) package
(b) extend
(c) import
(d) protected
Answer:

Option (c)

79.
In android studio, the callback that enable system to destroy an activity is _____
(a) onRestart
(b) onCreate
(c) onStop
(d) onDestroy
Answer:

Option (d)

80.
In android studio, the callback that is called when activity restarts after being stopped is _____
(a) onStop
(b) onDestroy
(c) onRestart
(d) onResume
Answer:

Option (c)

Showing 71 to 80 out of 114 Questions