0% found this document useful (0 votes)
96 views

QB Mad

This document contains sample questions for a question bank for the Mobile Application Development course. It includes two and four mark questions on topics like Android tools, installation and configuration of Android, UI components and layouts, views, activities, multimedia, database integration, security and application deployment. The questions cover concepts, explain terms, compare features, develop simple applications and programs on these topics.

Uploaded by

agasyabutolia
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)
96 views

QB Mad

This document contains sample questions for a question bank for the Mobile Application Development course. It includes two and four mark questions on topics like Android tools, installation and configuration of Android, UI components and layouts, views, activities, multimedia, database integration, security and application deployment. The questions cover concepts, explain terms, compare features, develop simple applications and programs on these topics.

Uploaded by

agasyabutolia
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/ 5

Question Bank (I scheme)

Name of Course: MOBILE APPLICATION DEVELOPMENT (MAD)


Course Code: 22617
Semester: VI
Chapter 1: ANDROID AND ITS TOOLS
2 Marks
1. Define Android?
2. List features of Anroid Operating System.(Sample Question Paper)
3. Define OHA?and state goal of OHA.(W-22)
4. Enlist Various Android Version (Any 4)?
5. Enlist Tools To Develop Android Application? (W-23)
6. Define Android Ecosystem?
7. List any four features of Android operating system (S-22)

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.

Chapter 2 – INSTALLATION & CONFIGURATION OF ANDROID


2 Marks
1. Define OS? Write down the OS Requirement For Android?
2. What Is Android Run Time Environment?
3. Define JDK?
4. Define SDK?
5. Define Emulator? (W-23)
6. Define Android Virtual Devices (AVD).(Sample Question Paper) /(W-22)
7. Enlist System Requirement For Android Studio?
8. Define ADT?
9. Define Dalvik Virtual Machine (DVM). (S-22)
10.State how the APK files are built. (W-22)
4 Marks
1. Differentiate between DVM and JVM.(S-22/W-23)
2. Explain DVM With Diagram?
3. Explain features Of Android SDK? (W-22)
4. Write Down Steps How To Create AVD In Android Studio?
5. Explore the Steps to install and configure Android Studio and SDK .(Sample Question Paper/W-
23)
3. UI components and Layouts
2 marks.
1. List layouts in android UI design.
2. List different attributes of linear layout.
3. List different attributes of Absolute layout.
4. List different attributes of Frame layout.
5. List different attributes of Table layout.
6. . List any four folders from directory structure of Android project and elaborate in one line.(S-22)
7. List Components of an Android Application.
4 marks.
1. What is use of AndroidManifest.xml file in any android application?
2. Explain components of directory structure in android application in detail. (W-23)
3. Explain following files.
I. Main activity file
II. Manifest file
III. String file
IV. Layout file
4. What are view and viewgroup classes in android? Why layouts are created using xml file?
5. Define a) View b) View group c) Layout.
6. Explain Components of an Android Application.
7. List and Explain the Resource files.
8. Develop an Android application using Linear Layout.
9. Develop an Android application using Relative Layout.
10. Develop an Android application using Frame Layout.
11. Develop an Android application using Absolute Layout.
12. Explain the fundamentals of UI design in detail.(W-22)
13.Explain Relative Layout With all its attributes.(W-23)
14.Write an xml file to create login page using Table Layout.(W-23)
15. Observe the following GUI and write an XML file using relative layout to create the
same.(Sample Question Paper)

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)

You might also like