100% found this document useful (1 vote)
1K views

Android 9 (BCA TY 6th Sem.)

The document is an internal assessment test for an Android class. It contains 20 multiple choice questions testing Android fundamentals. Some key points covered are: 1) Android is an operating system for mobility devices licensed under the Apache/MIT license. 2) The Android operating system uses the Dalvik virtual machine. 3) Debugging techniques in Android include DDMS and breaking points. 4) XML layout files are stored in /res/layout and the strings.xml file contains all text used by an application.

Uploaded by

Rahul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views

Android 9 (BCA TY 6th Sem.)

The document is an internal assessment test for an Android class. It contains 20 multiple choice questions testing Android fundamentals. Some key points covered are: 1) Android is an operating system for mobility devices licensed under the Apache/MIT license. 2) The Android operating system uses the Dalvik virtual machine. 3) Debugging techniques in Android include DDMS and breaking points. 4) XML layout files are stored in /res/layout and the strings.xml file contains all text used by an application.

Uploaded by

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

SBES College of Arts and Commerce, Aurangabad

Dept. of Management Science


Class - BCA III Yr. VI Sem.
Subject – Android 9 (Paper No. XXXII)

____________________________________________
Internal Assessment 2020-21
1) All questions are compulsory. Total Marks 20
2) Each question carries 1 mark.
__________________________________________________________________
1) Android is -?
A] an operating system for mobility 
B] google mobile device name
C] virtual machine
D] a web server

2) Under which of the following Android is licensed?


A] OSS
B] Sourceforge
C] Apache/MIT 
D]None of the above

3) What is android view group?


A]Base class of building blocks
B]Collection of views and other child views 
C] Layouts
D]None of the Above

4) Which of the following virtual machine is used by the Android operating system?
A]JVM
B]Simple virtual machine
C]Device virtual machine
D]Dalvik virtual machine 
5) What are the debugging techniques available in android?
A]DDMS
B]Breaking point
C]Memory profiling
D]All of the above 
6) In Which Directory XML Layout Files Are Stored
A] /assets
B]/res/layout 
C] /src
D] /res/values

7) Android releases since 1.5 have been given nick names derived how?
A]Food 
B]American states
C]Adjective and strange animal
D]None of these

8) In Android architecture top most layer is of


A]Linux kernel
B]Applications Framework
C]Applications 
D]System Libraries and & Android Runtime

9) Once installed on a device, each Android application lives in_______?


A]Device memory
B]Security sand box 
C]External memory
D]None of the mentioned

10) Which component is not activated by an Intent?


A]Activity
B]Services
C]Broadcast Receiver
D]Content provider 

11) The XML file that contains all the text that your application uses.
A]strings.xml 
B]stack.xml
C]text.xml
D]string.java

12) What runs in the background and doesn’t have any UI components?
A]Intents
B]Content Providers
C]Services 
D]Applications

13) Which of the following is NOT a state in the lifecycle of a service?


A]Starting
B]Running
C]Destroyed
D]Pause 

14) The Emulator is identical to running a real phone EXCEPT when


emulating/simulating what?
A]Telephony
B]Sensors 
C]Applications
D]The emulator can emulate/simulate all aspects of a smart phone

15) What is contained within the manifest.xml file?


A]The permissions the app requires 
B]The source code
C] The list of strings used in the app
D]All of the above

16) What is the purpose of the ContentProvider class?


A]To play rich media content files
B]To create and publish rich media files
C]To share data between Android applications 
D]To access the global information about an application environment

17) If you want share the data across the all applications ,you should go for?
A]Shared Preferences
B]Content provider 
C]Internal Storage
D]SQLite Databases

18) Layouts in android?


A]Frame Layout
B]Linear Layout
C]Relative Layout
D]All of the above 

19) What does the .apk extension stand for?


A]Application Package 
B]Application Program Kit
C]Android Proprietary Kit
D]Android Package
20) Status data will be exposed to the rest of the Android system via:
A]Intents
B]A content provider 
C]Network receivers
D]Altering permissions

You might also like