Android Programming (2180715) MCQs

MCQs of The Basics

Showing 41 to 50 out of 114 Questions
41.
The layout or design of an android application is saved in _____
(a) .text file
(b) .java file
(c) .dex file
(d) .xml file
Answer:

Option (d)

42.
For specialized layout elements, the palette element used is _____
(a) custom
(b) textfields
(c) containers
(d) widgets
Answer:

Option (a)

43.
The method that is called to clean up any resources used by services is _____
(a) stopSelf()
(b) onStop()
(c) onDestroy()
(d) stopService()
Answer:

Option (c)

44.
The UI design hierarchy and individual design elements can be seen using _____
(a) properties
(b) component tree
(c) layout
(d) terminal
Answer:

Option (b)

45.
The multiple inheritance concept is indirectly used by using _____
(a) public class
(b) child class
(c) sub class
(d) super class
Answer:

Option (c)

46.
The android library that provides access to graphics is _____
(a) android.content
(b) android.opengl
(c) android.app
(d) android.database
Answer:

Option (b)

47.
In Android Studio, TODO tab is actually used for _____
(a) comments
(b) storage
(c) classes
(d) function
Answer:

Option (a)

48.
In android, the logcat is also referred as _____
(a) Verbos
(b) Info
(c) Console
(d) Method
Answer:

Option (c)

49.
One of the option that is not the part of the palette elements is _____
(a) layouts
(b) containers
(c) date and time
(d) default
Answer:

Option (d)

50.
By default in android studio during app development, the file that holds information about SDK, versions, application Id, etc. is _____
(a) Build.gradle
(b) res/values
(c) res/layout
(d) AndroidManifest.xml
Answer:

Option (a)

Showing 41 to 50 out of 114 Questions