Android 9 (BCA TY 6th Sem.)
Android 9 (BCA TY 6th Sem.)
____________________________________________
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
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
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
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