You are on page 1of 2

SECTION – A

1. What does the .apk extension stand for?


a. Application Package
b. Application Program Kit
c. Android Proprietary Kit
d. Android Package
2. Android SDK means
a. Source Development Kit
b. Software Development Kit
c. Section Development Kit
d. Simple Development Kit
3. While developing android applications, developers can test their apps on ……
a. Emulator
b. Physical Android Phone
c. Third Party Emulators
d. All of these
4. Which of the following is not a state in the life cycle of a service?
a. Starting
b. Running
c. Destroyed
d. Paused
5. Code Name of the Android version 5.0 – 5.1.1
a. Gingerbread
b. Jellybean
c. Lollipop
d. Nougat
6. WRITE IN ONE WORD
What is Intent?
7. What is Manifest File in Android?
8. What do you mean by ADT?
9. TRUE OR FALSE
Layouts in android are placed as xml files
10. The Explicit intent is used to invoke the system components.

SECTION – B

1. Draw the Flowchart of Activity Life cycle


(OR)
2. Describe the two types of intent in detail
3. Create an app to display information using Toast class
(OR)
4. What is DVM? How DVM works?
5. Create a drop down list in your app using the Spinner Class
(OR)
6. Write an android program to concatenate two strings

You might also like