Explore topic-wise MCQs in Technical MCQs.

This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.

1.

A View is also known as Widget in Android.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
E.
Answer» B. FALSE
2.

There are two attributes that are necessary for everyView. These are:android:layout_heightandandroid:layout_width.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
Answer» B. FALSE
3.

To display text which control you will use?

A. EditText
B. TextView
C. label
D. ViewText
Answer» C. label
4.

To embed a web browser in your activity which view you will use?

A. RichTextView
B. Browser
C. WebView
D. None of the above
Answer» D. None of the above
5.

In the end, it is closed by?

A. >
B. ?>
C. :>
D. />
Answer» E.
6.

View always start with?

A. [
B. <
C. {
D. (
Answer» C. {
7.

___________means it will occupy only that much space as required for its content to display.

A. wrap_content
B. match_content
C. match_parent
D. wrap_parent
Answer» B. match_content
8.

___________means it will occupy the complete space available on the display of the device.

A. wrap_content
B. match_content
C. match_parent
D. wrap_parent
Answer» D. wrap_parent
9.

Viewclass extendsObjectclass and implements?

A. Drawable.Callback
B. KeyEvent.Callback
C. AccessibilityEventSource
D. All of the above
Answer» E.
10.

View refers to the?

A. android.View.viewclass
B. android.view.Viewclass
C. android.viewclass
D. android.Viewclass
Answer» B. android.view.Viewclass