Android MCQ (Multiple Choice Questions) - Javatpoint
Android MCQ (Multiple Choice Questions) - Javatpoint
Android Training
Android Tutorial
Android Introduction
Android MCQ ← Prev Next →
What is Android
1) Android is -
History and Version
Android Architecture
a. an operating system
Core Building Blocks
Android Emulator b. a web browser
Install Android
c. a web server
Setup Eclipse
Hello Android example d. None of the above
Internal Details
Dalvik VM Hide Answer Workspace
AndroidManifest.xml
R.java
Hide Title Bar Answer: (a) an operating system
Screen Orientation
Explanation: Android is a software package and linux based operating
Android Widgets
UI Widgets
system for mobile devices such as tablet computers and smartphones.
Working with Button
Toast
Custom Toast 2) Under which of the following Android is licensed?
ToggleButton
CheckBox a. OSS
Custom CheckBox
RadioButton b. Sourceforge
Dynamic RadioButton c. Apache/MIT
Custom RadioButton
AlertDialog d. None of the above
Spinner
AutoCompleteTextView Hide Answer Workspace
ListView
Custom ListView
RatingBar
Answer: (c) Apache/MIT
WebView
Explanation: The Android platform was released under the Apache 2.0
SeekBar
DatePicker license, and it is responsible for the copyright of the Android Open Source
TimePicker project. The Apache Foundation permits and grants licenses for software uses
Analog and Digital and distribution by the copyright under the Android Open Source Project.
ProgressBar
Vertical ScrollView
Horizontal ScrollView
3) For which of the following Android is mainly developed?
ImageSwitcher
ImageSlider
a. Servers
ViewStub
TabLayout b. Desktops
TabLayout with FrameLayout
SearchView c. Laptops
SearchView on Toolbar d. Mobile devices
EditText with TextWatcher
Android Menu
Option Menu
Context Menu 4) Which of the following is the first mobile phone released that ran the Android OS?
Popup Menu
a. HTC Hero
Android Service
Android Service b. Google gPhone
Android AlarmManager c. T - Mobile G1
Android AlarmManager
d. None of the above
Android Storage
Android Preferences
Hide Answer Workspace
Internal Storage
External Storage
Android Telephony
TelephonyManager
Answer: (b) Dalvik virtual machine
Get Call State
Get Call State 2
Explanation: The Dalvik Virtual Machine (DVM) is an android virtual machine
Simple Caller Talker
optimized for mobile devices. It optimizes the virtual machine for memory,
Phone Call
Send SMS battery life, and performance. Dalvik is a name of a town in Iceland. The
Send Email Dalvik VM was written by Dan Bornstein.
Android Device
Bluetooth Tutorial
List Paired Devices 6) Android is based on which of the following language?
WIFI
Android Social
a. Application Programming Interface
Integrating Google Sign-In
Integrating LinkedIn b. Android Programming Interface
Integrating Twitter
c. Android Page Interface
Android Versions
d. Application Page Interface
Android Versions
Android KitKat
Hide Answer Workspace
Android Lollipop
Android Marshmallow
Android Nougat
Answer: (a) Application Programming Interface
Android Oreo
Android Pie
Explanation: API stands for application program interface. It is a set of
Android 10
routines, protocols, and tools for building software and applications. It may
Android Misc
be any type of system like a web-based system, operating system, or
Android Device Manager
database system.
Android Studio
Android Auto
Android File Transfer
Android Messages 9) Which of the following converts Java byte code into Dalvik byte code?
Android TV
Android Screenshot a. Dalvik converter
Android Pay
b. Dex compiler
Android Watch
Android Phones c. Mobile interpretive compiler (MIC)
Android Tablets
Android Find My Phone
d. None of the above
Android One
Android Wear OS Hide Answer Workspace
in Chrome on Android
How to Download YouTube
videos on Android Answer: (d) contextWrapper
How to Set up Android Auto
Explanation: The android.app.Service is subclass of ContextWrapper class.
How to text from Computer to
Android Messages Android service is a component used to perform operations on the
Chromecast apps for Android background, such as playing music, handling network transactions,
How to backup Contacts on interacting content providers, etc.
Android
Best DS Emulator for Android
Fitbit app for Android
What is Android Accessibility 28) OHA in android stands for -
Suite
How to Tether Android Phone a. Open Health Academy
How to close apps on Android
b. Open Handset Alliance
Android API Levels
How to enable Facebook Dark c. Open Handset Application
Mode on Android
d. Open Handset Association
Best Screen Sharing Apps for
Android and iPhone
Google Weather App for Hide Answer Workspace
Android
Endoscope App for Android
Audible app for Android Answer: (b) Open Handset Alliance
How to Format an SD Card on
Android
Explanation: OHA stands for "Open Handset Alliance". It's a consortium of
How to Rotate Screen on 84 companies such as google, samsung, AKM, synaptics, KDDI, Garmin,
Android Teleca, eBay, Intel, etc.
Best Radio Apps for Android
Best Spam Call Blocker for
Android
Kohl's App for Android 29) In which of the following tab an error is shown?
Waze App for Android
Cars with Android Auto a. CPU
GamePigeon for Android b. Memory
FrostWire Plus for Android
Best Kodak Printer Apps for c. ADB Logs
Android
d. Logcat
NOOK for Android
How to Block YouTube Ads on
Hide Answer Workspace
Android
Kindle for Android
Google or Gmail Account
Answer: (d) Logcat
Recovery for Android phone
How to Run Android Apps on
Explanation: Logcat is a command-line tool that dumps a log of system
Chromebook
messages. It includes the messages that you have written from your app with
Best Equalizer Apps for
Android the Log class and also includes the stack traces when the devices throw an
Best Swipe Keyboards for error. Logcat helps to analyze the problems and also helps to display the log
Android
messages of our android device.
GarageBand and its
alternative apps for Android
Tor Browser for Android
How to Cast to Roku from 30) In which year OHA (Open Handset Alliance) is announced?
Android
Best Write on Pictures App for a. 2005
Android
b. 2007
How to get Windows 10 for
Android c. 2006
Best Keylogger for Android
PS1 Emulators for Android d. None of the above
AdBlock Plus for Android
Online Android Emulator Hide Answer Workspace
Android Quiz 34) Which of the layer is below the topmost layer of android architecture?
Android Quiz
a. System Libraries and Android Runtime
b. Linux Kernel
c. Applications
d. Applications Framework
b. Linux Kernel
c. Applications
d. Applications Framework
a. Source code
a. Destroyed
b. Start
c. Paused
d. Running
Explanation: None
a. Donut
b. Muffin
c. Honeycomb
d. Cupcake
a. AlertDialog
b. DatePicker Dialog
c. ProgressDialog
Alert Dialog
Progress Dialog
41) In which state the activity is, if it is not in focus, but still visible on the screen?
a. Stopped state
b. Destroyed state
c. Paused state
d. Running state
Explanation: When an activity is not in focus that is not interacting with the
user but still visible on the screen, then the activity is in paused state.
a. SQLite
b. MySQL
c. Oracle
a. 3.1
b. 2.1
c. 1.1
d. 4.1
44) Which of the following features are updated in Android 4.1(Jelly Bean)?
a. User Interface
45) Which of the following is the API level of Android version 5.0?
a. 21
b. 20
c. 11
d. 41
Answer: (a) 21
46) Is it true that "There can be only one running activity at a given time"?
a. True
b. False
c. May be
d. Can't say
Explanation: None
47) Which of the following android library provides access to the database?
a. android.content
b. android.database
c. android.api
Explanation: None
48) In Android studio, which of the following callback is called when an activity starts
interacting with the user?
a. onDestroy
b. onCreate
c. onResume
d. onStop
49) The sendStickybroadcast(intent) method in android is used to show that the intent
is -
a. Optional
b. Prioritize
c. Sticky
50) Which of the following class in android displays information for a short period of
time and disappears after some time?
a. toast class
b. log class
c. maketest class
51) Which of the following method in android is used to log debug messages?
a. Log.r()
b. Log.R()
c. Log.d()
d. Log.D()
52) Which of the following method is used by services to clean up any services?
a. onStop() method
b. stopService() method
c. onDestroy() method
d. stopSelf() method
a. android.view.View
b. android.view.ViewGroup
c. android.widget
55) Which of the following class in android executes the task asynchronously with your
service?
a. SyncTask
b. AsyncTask
56) Which of the following layout in android arranges its children into rows and
columns?
a. RelativeLayout
b. TableLayout
c. FrameLayout
57) Which of the following layout in android aligns all children either vertically or
horizontally?
a. RelativeLayout
b. TableLayout
c. FrameLayout
d. LinearLayout
a. Horizontal
b. Vertical
Answer: (b) It is used to change the bitmap images into nine sections
← Prev Next →
AD
Feedback
Preparation
Interview Company
Questions Interview
Questions
Interview Questions
Company Questions
Trending Technologies
B.Tech / MCA
AD
Javatpoint Services
JavaTpoint offers too many high quality services. Mail us on [email protected], to get more information about given services.
Website Designing
Website Development
Java Development
PHP Development
WordPress
Graphic Designing
Logo
Digital Marketing
On Page and Off Page SEO
PPC
Content Development
Corporate Training
Classroom and Online Training
Data Entry
Learn Java Java Interview Questions Website Development Address: G-13, 2nd Floor, Sec-3
Learn Data Structures SQL Interview Questions Android Development Noida, UP, 201301, India
Learn C Programming Python Interview Questions
Website Designing Contact No: 0120-4256464,
Learn C++ Tutorial JavaScript Interview Questions
9990449935
Learn C# Tutorial Angular Interview Questions Digital Marketing
Learn PHP Tutorial Selenium Interview Questions Contact Us
Summer Training
Learn HTML Tutorial Spring Boot Interview Questions Subscribe Us
Learn JavaScript Tutorial HR Interview Questions Industrial Training Privacy Policy
Learn jQuery Tutorial C++ Interview Questions College Campus Training Sitemap
Learn Spring Tutorial Data Structure Interview Questions
About Me