Mobile Programming (BCA) TU
Course Title:- Mobile Programming.
Code No:- CACS351
Semester:-VI
Candidates are required to answer the questions in their own words as far as possible.
Group "A"
1. Under which of the following Android is licensed?
a. OSS b. Source forge c. Apache/MIT d. None of the above
-->c. Apache/MIT
2. For which of the following Android is mainly developed?
a. Servers b. Desktops c. Laptops d. Mobile devices
-->d. Mobile devices
3. APK Stands for...................
a. Android Phone Kit b. Android Page Kit c. Android Package Kit d. None
-->c. Android Package Kit
4. What is activity in android?
a. Android class b. Android package
c. A single screen in an application with supporting java code.
d. None of the above.
-->c. A single screen in an application with supporting java code.
5. On which of the following, developers can test the application, during developing the android applications?
a. Third-party emulators
b. Emulator included in Android SDK
c. Physical android phone.
d. All of the above.
-->d. All of the above.
6. Which of the following is contained in the src folder?
a. ZML
b. Java source code.
c. Manifest
d. None of the above.
-->b. Java source code.
7. Which of the following is the topmost layer of android architecture?
a. System Libraries and Android Runtime
b Linux kernel
c. Applications
d. Applications Framework
-->c. Applications
8. Which of the following is the lowest layer of android architecture?
a. System Libraries and Android Runtime
b Linux kernel
c. Applications
d. Applications Framework
-->b Linux kernel
9. Which of the following is a dialog class in android?
a. AlertDialog
b. DatePicker Dialog
c. Progress Dialog
d. all of the above
-->d. all of the above
10. Which of the following android library provides access to the database?
a. android.content
b. android.database
c. android.api
d. None of the above.
-->b. android.database