0% found this document useful (0 votes)
38 views3 pages

Model MAD

Mobile application development Exit Exam Model

Uploaded by

metekia sada
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views3 pages

Model MAD

Mobile application development Exit Exam Model

Uploaded by

metekia sada
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

1. Which of the following virtual machine is used by the Android operating system?

A. JVM
B. Dalvik virtual machine
C. Simple virtual machine
D. None of the above

2. Android is based on which of the following language?

A. Java
B. C++
C. C
D. None of the above

3. How can we stop the services in android?

A. By using the stopSelf() and stopService() method


B. By using the finish() method
C. By using system.exit() method
D. None of the above

4. What is an 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

5. How can we kill an activity in android?

A. Using finish() method


B. Using finishActivity(int requestCode)
C. Both (a) and (b)
D. Neither (a) nor (b)

6. 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

7. Which of the following kernel is used in Android?

A. MAC
B. Windows
C. Linux
D. Redhat

8. Which of the following is the first callback method that is invoked by the system during
an activity life-cycle?

A. onClick() method
B. onCreate() method
C. onStart() method
D. onRestart() method

9. What is the use of content provider in Android?

A. For storing the data in the database


B. For sharing the data between applications
C. For sending the data from an application to another application
D. None of the above

10. Which of the following is contained in the src folder?

A. XML
B. Java source code
C. Manifest
D. None of the above

11. Which of the following android component displays the part of an activity on screen?

A. View
B. Manifest
C. Intent
D. Fragment

12. 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

13. Which of the layer is below the topmost layer of android architecture?

A. System Libraries and Android Runtime


B. Linux Kernel
C. Applications
D. Applications Framework

14. What is contained in manifest.xml?

A. Source code
B. List of strings used in the app
C. Permission that the application requires
D. None of the above

15. Which of the following is the built-in database of Android?

A. SQLite
B. MySQL
C. Oracle
D. None of the above

16. 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

17. All layout classes are the subclasses of -

A. android.view.View
B. android.view.ViewGroup
C. android.widget
D. None of the above

18. Which of the following layout in android aligns all children either vertically or
horizontally?

A. RelativeLayout
B. TableLayout
C. FrameLayout
D. LinearLayout

You might also like