QB Mad
QB Mad
4 Marks
1. Describe the different Features Of Android OS? (W-22/W-23)
2. Describe Android architecture with diagram.?(S-22) / (W-22)
3. Compare Android OS With Any Other OS (Any 4 Points)?
4. Explain Need Of Android? (W-23)
5. Explain Android Ecosystem?
6. Write down the steps to install and configure Android studio. (S-22)
7. Explain Following Term W.R.T Android Architecture:
A. Android Application. B. Android Kernel.
6 Marks
1. Develop a simple calculator using table layout. (Sample Question Paper)
2. Develop a simple calculator using relative layout.(W-22)
4. Designing User interface with View.
2 marks.
1. List view classes in android application development.
2. Explain attributes wrap_content and match_parent with respect to viewgroups.
3. What is Toast in Android?
4. Enlist elements in UI. (W-22)
5. What is UI?
6. What is Text View. How To Create It.
7. List any four attributes of Checkbox. (S-22)
8.List all attributes to develop a simple Button. (Sample Question Paper)
9. Write difference between Toggle button and Radio Button.(W-23)
4 marks.
1. What is TextView & EditText? Explain TextView attributes.
2. What is ScrollView? Explain how to create ScrollView with a TextView and with a LinearLayout.
3. Develop an android application using Date & Time Picker.
4. Demonstrate use of List View & Grid View.
5. Describe with example Checkbox & Radiobutton.
6. State syntax to create Text View and Image button with any two attributes of each.( S-22)
7. Write a program to demonstrate Date and Time picker.(S-22)
8. Explain Date and Time picker with its methods. (Sample Question Paper)/ (W-22)
9. Write a program to display circular progress bar. (Sample Question Paper)
10.Develop an android application using Check Box.
11.Describe the Concept of Custom Toast Alert with example.
12. Write a program to display a rectangular progress bar. (W-22)
13.Develop an android application using Radio Button. (W-23)
6 Marks
1. Write a program to convert temperature from celcius to farenhite and vice versa using Toggle
button. (Design UI as per your choice. Write XML and java file) (S-22)
2. Design UI using table layout to display buttons with 0 – 9 numbers on it. Even display submit
and clear button. When user clicks on particular buttons and later when clicks on submit
button, it should display the numbers clicked.(S-22)
3. Develop a program to perform addition,subtraction,divison,multiplication of two numbers
and display the result. (use appropriate UI controls)(W-23)
3. Develop the registration form using the following GUI. (Sample Question Paper)
4.Develop a program to implement :
i) List view of 5 items
ii) Grid view of 4*4 items
iii) Image view
Chapter 5: ACTIVITY & MULTIMEDIA WITH DATABASE (CO5)
2 Marks
1. What Is Activity in android?
2. What is an Intent? Enlist its Types. (W-23)
3. What Is Service in android? Enlist its Types.
4. What Is Sensor in android? Enlist its Types.
5. What is Animation? Enlist its Types.
6. What is TTS feature of Android?
7.Stae the use of Intent in Android.(W-22)
8.Explain significance of content provider.(w-22)
9.Define -: i)Fragment ii)Broadcast Receiver. (W-23)
4 Marks
1. Explain the Activity Life Cycle.(W-22/W-23)
2. Draw Android System Architecture?
3. Explain with Diagram Service Life Cycle? (W-23)
4. What if Fragment? Explain with example.
5. How to play Audio & Video in Android?
6. Explain how to Create & Connect SQLite?
7. What is Transaction? Explain with example.
6 Marks
1.Develop a program for providing Bluetooth connectivity.(W-22/W-23)
2.Develop an application to store customer’s details like, customer-id,customer-name,mobile number,
address, pin-code and retrieve customer information using customer-id in SQLite databases. (W-22)
3.Develop an application to convert “Thanks” text to speech as given in the following GUI. (W-23)
4.Develop an application to update a record of an employee whose emp.id is ‘E101’ in SQLite database.
Change employee name from “POR” to “XYZ”. Also display the updated record.(W-23)
Chapter 6 – SECURITY & APPLICATION DEPLOYMENT (CO6)
2 Marks
1. Name any 4 methods to get location data in android. (W-22)
2. Write steps to deploy an android application.
3. Explain Google Map with types.
4. Explain Geocoding & Reverse Geocoding. (W-23)
5. List various classes of SMS Telephony.
4 Marks
1. Describe types of permissions used while developing android applications.
2. Discuss developer console with its purpose.
3. Develop an application to send & receive SMS.(W-23)
4. Describe location based services.List important Methods.
5. Explain the Android Security Model.(W-22/W-23)
6. Elaborate the need of permissions in Android. Explain the permissions to set system
functionalities like SEND-SMS,Bluetooth. (W-22/W-23)
7. Explain the steps to deploy app on Google Play Store.(W-22/W-23)
8. Explain the procedure of Geo-coding and reverse Geo-coding.(w-22)
9. Develop a program to add “Hello world” marker at (10,10) coordinates. Write only .java file.
(W-23)
6 Marks
1. Develop a Program to send and receive an email.(W-22)
2. Write a program to find the direction from user’s current location to MSBTE, Bandra.(W-22)
3. Develop an application to display a google map. (W-23)