MOBILE APPLICATION DEVELOPMENT
1. In android application Which file holds the internet_____
A. create file
B. Manifest file
C. system file
D. None of these
Answer: Option B
2. _____method is used to close an activity
A. Finish
B. Stop
C. Close
D. None of these
Answer: Option A
3. _____is the first callback method invoked by the system during
an Activity life-cycle,?
A. on Start()
B. on Stop()
C. Both A & B
D. on Create()
Answer:Option D
4. Which is a combination of a GPS device and an accelerometer
sensor that can be used to measure physical activity and mobility
a)GPS accelerometer
b) accelerometer
c)Both a and b
d)None of the above
Answer:Option A
5. GPS stands for
a)Global Pointing system
b)Global Positioning Service
c)Global Positioning System
d) Global Pointing service
Answer: Option C
[Link] of the following is a version control tool used in mobile
app development?
a) Git
b)SQLite
c) Gradle
d) Dagger
Answer: Option A
[Link] is the purpose of a software development kit (SDK)?
a) To create app wireframes
b) To provide tools for app testing
c) To provide libraries and tools for app development
d) To deploy apps on the app store
Answer: Option C
[Link] Android development, what could a “sandwich” in UI design
represent?
A)Using a combination of layouts and fragments
B) Stacking multiple views in a layered structure
C) A common design pattern for displaying menus and submenus
D) Using multiple adapters in one activity
Answer: Option B
[Link] of the following could symbolize the “top layer” of a mobile app
sandwich?
A) Front-end user interface
B) Middleware services
C) Database layer
D) Backend services
Answer: Option A
[Link] Android project folder “res/” contain_____?
A. Resource files
B. Java Activity classes
C. Both A & B
D. Java source code
Answer: Option A
[Link] method is used to get the default instance of the
SmsManager
[Link]()
[Link]()
[Link]()
[Link]()
Answer: Option C
[Link] keys are used by the sender of an encrypted message in an
asymmetric-key cipher?
A)Neither public nor private key of the receiver
B)Public key of the receiver
C)Public or private key of the sender
D)None of the above
Answer: Option B
[Link] is the primary purpose of an Intent in Android?
a. To handle UI rendering
b. To request actions or pass data between
components (activities, services)
c. To store data locally on the device
d. To manage memory usage
Answer:Option b
14.______is an operating system that is built basically for Mobile
phones
A)ios
B) Android
C)Linux
D)Solaris
Answer:Option B
[Link] of these Directly specifies the activity to start._______
A)Explicit Intent
B) Implicit Intent
C)Curserless control
D)Android
Answer:Option A
[Link] method is called when an activity is first created in
Android?
A)onStart()
B)onResume()
C)onCreate()
D)onPause()
Answer: Option B
[Link] app developed on an application is known as
A)Android Studio
B)Android package
C)Activities
D)Android architecture
Answer: Option A
18.____ called when a component binds to the Service
A)onDestroy()
B)onBind()
C)on startcommand()
D)None of the Above
Answer: Option B
19.____ in android are UI elements that don't rely on a traditional
cursor
A)Implicit intent
B)Cursor less controls
C)Explicit intent
D)None of These
Answer: Option B
[Link] is the primary purpose of a View in Android?
A) To manage the lifecycle of activities and fragments.
B) To act as a container for other views and view groups.
C) To draw content on the screen and handle user
interactions.
D) To handle background tasks and system-level operations.
Answer: Option C
[Link] apps are built for a specific platform or device and cannot be
created with just any programming language?
A)Native apps
B)Web-based apps
C)Hybrid apps
D)Cross-platform apps
Answer:Option A
[Link] of the following is NOT a mobile operating system?
a) Android
b) iOS
c) Windows
d) Hadoop
Answer: Option D
[Link] is the main purpose of a mobile app store?
a) To store data for mobile apps
b) To distribute and download mobile applications
c) To provide customer support for app users
d) To create new mobile applications
Answer: Option B
[Link] does the term "responsive design" refer to in mobile applications?
a) Apps that work offline
b) A design that adapts to different screen sizes and resolutions
c) Apps with fast response times
d) Apps that respond to user gestures
Answer:Option B
[Link] does SD in SD card stand for?
a) Super Digital
b) Secure Digital
c) Smart Device
d) Standard Drive
Answer: Option B
[Link] is the maximum storage capacity of an SDXC card?
a) 32 GB
b) 64 GB
c) 2 TB
d) 1 TB
Answer: Option C