MCQ Chapter 2
Chapter 2
Getting started with
Mobility
1) In android,
compiled code is executed by part of android system called
- DEX
 - DVM
 - JDK
 - API
 
Ans: B:DVM
2) A part of
android studio, that work as a simulator for android devices is called
- driver
 - emulator
 - stub
 - firmware
 
Ans :B: emulator
3) Code that
provide easy way to use all android features is called
- API
 - DEX
 - DVM
 - JDK
 
Ans A:API
4) One of
operating system that cannot be used for android application development is
- Eclipse
 - Cooja
 - Netbeans
 - Android studio
 
Ans:B: Cooja
5) Android
understandable form of code is called
- JDK
 - DEX
 - DVM
 - API
 
Ans:B:DEX
6)  Package
of compiled Java codes with some other resources is called
- IDE
 - APK
 - JDK
 - IDE
 
Ans:B:APK
7) When classes
are divided into many parts to achieve different functionalities is called
- classes
 - objects
 - stubs
 - methods
 
Ans:D: methods
8) To ensure that
hardware components such as CPU, GPU, GPS receivers etc. can run on underlying
Linux OS, developers create
- classes
 - stubs
 - drivers
 - objects
 
Ans:C: drivers
9) To go back to
android window, tab used is
- terminal
 - TODO
 - android
 - messages
 
Ans:C: android
10)  Most
common environment to run Java programs written for PC only is called
- JRE
 - JDK
 - IDE
 - SDK
 
Ans:A:JRE
11) Tab that test
different version of currently developing app is
- Structure
 - Favorites
 - Build variants
 - Project
 
Ans:C: Build variants
12) Official IDE
released for android development is called
- Eclipse
 - Net beans
 - Android studio
 - Java
 
Ans:C: Android studio
13) Transformation
process of Java into android readable form is called
- compiling
 - linking
 - debugging
 - testing
 
Ans:A: compiling
14) Android is
actually using whole bunch of
- Python code
 - C code
 - Java code
 - C sharp code
 
Ans:C: Java code
15) Most usable
area of android studio is
- menu bar
 - navigation bar
 - tool bar
 - editor
 
Ans:D: editor
16) Tab that shows
completed events logs is
- event log
 - terminal
 - messages
 - TODO
 
Ans:A: event log
17) A part of
android system, DVM is actually a
- server
 - software
 - hardware
 - firmware
 
Ans:B: software
18) To create a unit
of code within a method signature that can be extend or shrink is enclosed by
- []
 - {}
 - ()
 - ||
 
Ans:B:{}
19) Required
android tools for development is called
- APK
 - JDK
 - IDE
 - SDK
 
Ans:D:SDK
20)  In Java,
blueprint created for an object is called
- an object
 - a function
 - a program
 - a class
 
Ans:D: a class
21) By default in
android studio during app development, file that holds information about SDK,
versions, application Id, etc. is
- Build.gradle
 - res/values
 - res/layout
 - AndroidManifest.xml
 
Ans:A: Build.gradle
Comments
Post a Comment