Android MCQ Questions

Android MCQ Questions

  • Sharad Jaiswal
  • 22nd Nov, 2021

We have introduced here the best Android MCQ Questions, which are very popular and asked various times. This Android MCQ Quiz contains the best 45+ Android MCQ with Answers, which cover the important topics of the Android Operating System. so that, you can perform best in Android MCQ Exams, interviews, and placement drives.

Practice Best Android MCQ Questions

1) Android was developed by -

  • A. Microsoft
  • B.Apple Inc.
  • C.Google
  • D.IBM

2) The first version of the Android-OS (1.0) was publicly released in ............. .

  • A. Aug 2008
  • B.Sept. 2008
  • C.July 2008
  • D.October 2008

3) What is the latest version of android?

  • A. Android 10
  • B.Pie
  • C.Oreo
  • D.Nougat

4) What is the release date of android 10?

  • A. 2 September 2019
  • B.3 September 2019
  • C.30 September 2019
  • D.3 August 2019

5) Is Android 10 safe to install?

  • A. Yes
  • B.No

6) What is the oldest supported Android version?

  • A. Android Gingerbread 2.3
  • B.Android Ice Cream Sandwich 4.1
  • C.Android Jelly Bean 4.1
  • D.Android Honeycomb 3.0

7) Android is not supported .............. media format.

  • A. AVI
  • B.MP4
  • C.MIDI
  • D.MPEG

8) What does Adb Stand for?

  • A. Android Drive Bridge
  • B.Android Debug Bridge
  • C.Android Delete Bridge
  • D.None of the above

9) What is the full form of JNI in android?

  • A. Java Network Interface
  • B.Java Native Interface
  • C.Java New Interface
  • D.None of the above

10) Which of the following is not a part of Android’s native libraries?

  • A. Dalvik
  • B.Webkit
  • C.OpenGL
  • D.SQLite

11) Android is based on Linux for the reason of ...............

  • A. Security
  • B.Portability
  • C.Networking
  • D.All of the above

12) When did Google purchase Android?

  • A. 2005
  • B.2007
  • C.2008
  • D.2010

13) Android framework consist of how many layers are.

  • A. 3
  • B.4
  • C.5
  • D.6

14) The Android project folder “res/” contain_____?

  • A. Java Activity classes
  • B.Resource files
  • C.Libraries
  • D.Both A & B

15) ________ virtual machine is used to excute application for android that are developed in java language.

  • A. Java
  • B.Davit
  • C.Dalvik
  • D.None

16) Dalvik byte code has the extension.

  • A. .dex
  • B..dbc
  • C..apk
  • D..dbk

17) Android operating System is________

  • A. Licensed
  • B.Closed Source
  • C.Open Source
  • D.Proprietary

18) Android is licensed under which open source licensing license?

  • A. OSS
  • B.Apache/MIT
  • C.Sourceforge
  • D.Gnu's GPL

19) What was the first phone released that ran the Android OS?

  • A. Google gPhone
  • B.Motorola Droid
  • C.T-Mobile G1
  • D.HTC Hero

20) Which is not an Android component of the following?

  • A. Service
  • B.Layout
  • C.Activity
  • D.Both A & C

21) The src folder contains ________

  • A. The application manifest file
  • B.Image and icon files
  • C.Java source code files
  • D.XML resource files

22) Which Eclipse plugin is required to develop Android application?

  • A. Android Software Development Kit
  • B.Android Development Tools
  • C.J2EE
  • D.Both A & B

23) SDK stands for________

  • A. Second digital Knowledge
  • B.Software Development Knowledge
  • C.Software Digital Kit
  • D.Software Development Kit

24) The Android project folder “res/” contain________

  • A. Resource files
  • B.Libraries
  • C.Java Activity classes
  • D.Both A & B

25) What is the package name of HTTP client in android?

  • A. org.apache.http.client
  • B.org.json
  • C.com.android.JSON
  • D.com.json

26) In which technique we can refresh the dynamic content in android?

  • A. Ajax
  • B.Autorefresh
  • C.Java
  • D.intent

27) What does API stand for ?

  • A. Algorithmic Protocol Interface
  • B.Application programming interface
  • C.Accellerated Programming Interface
  • D.None of these

28) What is APK in android?

  • A. Android pack Kit
  • B.Android packages Kit
  • C.Android Package Kit
  • D.Android Parcell kit

29) Adb Stands For

  • A. Android Drive Bridge.
  • B.Android Delete Bridge
  • C.Android Debug Bridge.
  • D.Android Destroy Bridge.

30) What is Android?

  • A. Virtual machine
  • B.Software's for mobility
  • C.Google mobile device name
  • D.Web Applications

31) What is log message in android?

  • A. Same as printf()
  • B.Same as Toast()
  • C.Same as Scanf()
  • D.Debug a program

32) What are the main components in android?

  • A. Services
  • B.Content provider
  • C.Broadcast Receiver
  • D.All of the above

33) What is Manifest.xml in android?

  • A. It contains information about application layout
  • B.It contains information about application activities
  • C.File that contains information of your package, activities, services, broadcast receivers, content providers etc
  • D.None of the Above

34) In Which Directory XML Layout Files Are Stored ...........

  • A. /src
  • B./assets
  • C./res/values
  • D./res/layout

35) What is an interface in android?

  • A. Interface is a class
  • B.Interface is a layout file.
  • C.Interface acts as a bridge between class and the outside world.
  • D.All of the above

36) Android web browser is based on ..................

  • A. Safari
  • B.Chrome
  • C.Firefox
  • D.Open-source Webkit

37) Action bar can be associated to ................

  • A. Only Activities
  • B.Only Fragments
  • C.Both Activities And Fragments
  • D.None of the above

38) What are the functionalities in asynctask in android?

  • A. OnPreExecution()
  • B.DoInBackground()
  • C.OnPostExecution()
  • D.OnProgressUpdate()

39) Which of the following does not belong to transitions

  • A. ViewSlider
  • B.ViewFlipper
  • C.ViewSwitcher
  • D.ViewAnimator

40) Which levels of securities are in android?

  • A. Java Level Security
  • B.Android Level Security
  • C.App And Kernel Level Security
  • D.All of the above

41) Which broadcast in android includes information about battery state level?

  • A. Android.intent.action.BATTERY_LOW
  • B.Android.intent.action.CALL_BUTTON
  • C.Android.intent.action.BATTERY_OKAY
  • D.Android.intent.action.BATTERY_CHANGED

42) View pager is used for ...............

  • A. Swiping Activities
  • B.Paging Down List Items
  • C.Swiping Fragments
  • D.None of the above

43) What is last known location in android?

  • A. To find known location of a phone
  • B.To find the last location of a phone
  • C.To find the last known location of a phone.
  • D.All of the above

44) In which android version auto rotation feature is first available?

  • A. Android 8
  • B.Android 9
  • C.Android 10
  • D.Android 11

45) Which code used by Android is not a open source?

  • A. WiFi Driver
  • B.Video Driver
  • C.Device Driver
  • D.Bluetooth Driver

Leave A Comment :

Valid name is required.

Valid name is required.

Valid email id is required.

Related MCQ/Quiz

01st
Nov
Angular Js MCQ
01st
Nov
Kotlin MCQ