Android Development MCQs with answers Page - 1

Here, you will find a collection of MCQ questions on Android Development. Go through these questions to enhance your preparation for upcoming examinations and interviews.

To check the correct answer, simply click the View Answer button provided for each question.

Have your own questions to contribute? Click the button below to share your MCQs with others!

+ Add Question

A

Admin • 799.53K Points
Coach

Q. What is Android?

  • (A) A web server
  • (B) A mobile operating system
  • (C) A programming language
  • (D) A database system

A

Admin • 799.53K Points
Coach

Q. Which language is primarily used for Android app development?

  • (A) Python
  • (B) Swift
  • (C) Java
  • (D) PHP

A

Admin • 799.53K Points
Coach

Q. What is an APK in Android?

  • (A) Android Phone Kit
  • (B) Application Package
  • (C) Android Page Kit
  • (D) Application Page Kit

A

Admin • 799.53K Points
Coach

Q. Which of the following is the base class for all Android activities?

  • (A) Activity
  • (B) AppCompatActivity
  • (C) Fragment
  • (D) View

A

Admin • 799.53K Points
Coach

Q. Which file contains the permissions required by an Android app?

  • (A) MainActivity.java
  • (B) activity_main.xml
  • (C) AndroidManifest.xml
  • (D) gradle.build

A

Admin • 799.53K Points
Coach

Q. Which component is NOT part of Android's application framework?

  • (A) Content Providers
  • (B) Broadcast Receivers
  • (C) Web Servers
  • (D) Activities

A

Admin • 799.53K Points
Coach

Q. What is the function of the Dalvik Virtual Machine (DVM)?

  • (A) Compile Java code
  • (B) Run compiled Android apps
  • (C) Render UI
  • (D) Manage memory

A

Admin • 799.53K Points
Coach

Q. Which file is used to define the UI layout in Android?

  • (A) .java
  • (B) .xml
  • (C) .html
  • (D) .json

A

Admin • 799.53K Points
Coach

Q. Which layout arranges children in a single horizontal or vertical row?

  • (A) RelativeLayout
  • (B) LinearLayout
  • (C) ConstraintLayout
  • (D) FrameLayout

A

Admin • 799.53K Points
Coach

Q. Which tool is used to build APK files in Android Studio?

  • (A) Ant
  • (B) Maven
  • (C) Gradle
  • (D) Gulp