Android Programming (2180715) MCQs

MCQs of The Basics

Showing 51 to 60 out of 114 Questions
51.
In android, the right way to declare a package is _____
(a) package com-newspeak
(b) package com+newpak
(c) package com/newpak
(d) package com.newpak
Answer:

Option (d)

52.
The android library that provides text manipulation and rendering of application is _____
(a) android.view
(b) android.webkit
(c) android.text
(d) android.os
Answer:

Option (c)

53.
The android library that provides access to standard functions of an operating system is _____
(a) android.text
(b) android.os
(c) android.view
(d) android.webkit
Answer:

Option (b)

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

Option (d)

55.
The android component that manages the app's configuration file is called _____
(a) manifest
(b) fragment
(c) view
(d) intent
Answer:

Option (a)

56.
The tab that shows system and error messages is _____
(a) terminal
(b) messages
(c) TODO
(d) comments
Answer:

Option (b)

57.
In android studio, the tab in which memory usage of the app is shown is called _____
(a) CPU
(b) Memory
(c) ADB logs
(d) Logcat
Answer:

Option (b)

58.
In android studio, the service that provides client-server interface is _____
(a) bindService()
(b) onStart()
(c) onCreate()
(d) startService()
Answer:

Option (d)

59.
The android library that provides access to content, its publishing and messaging among app components is _____
(a) android.app
(b) android.database
(c) android.opengl
(d) android.content
Answer:

Option (d)

60.
The right way to write java comments is _____
(a) //It is a comment
(b) \It is a comment
(c) /It is a comment
(d) \\It is a comment
Answer:

Option (a)

Showing 51 to 60 out of 114 Questions