You are on page 1of 2

Seat No: _______________ Enrollment No:_______________

PARUL UNIVERSITY
FACULTY OF IT & COMPUTER SCIENCE
BCA/B.Sc.(IT) Winter 2023 – 24 Examination
Semester: 04/05/06 Date: 13/12/2023
Subject Code: 05101352 Time: 10:30am to 1:00pm
Subject Name: Mobile Application Development Total Marks: 60
Instructions:
1. All questions are compulsory.
2. Figures to the right indicate full marks.
3. Make suitable assumptions wherever necessary.
4. Start new question on new page.

Q.1 Answer the followings. CO PO


A. Answer / Define the following in short. (05)
1. What is open handset alliance? CO1 PO1
2. What do you mean by Android SDK? CO1 PO1
3. How can you test Android App? CO1 PO1
4. How can we add Internet Permission in our App? CO1 PO1
5. What do you mean by AVD? CO1 PO1
B. Multiple choice type questions/ Give the sentence true or false. (Each of 01 (10)
marks)
1. A software development kit (SDK) is a set of tools provided by the CO2 PO1
manufacturer of (usually) a hardware platform, operating system (OS), or
programming language. (True/False)
2. Is this internet permission code is correct or not? <uses-permission CO1 PO1
android:name="android.permission.INTERNET" /> (True/False)
3. Toast is a message that pops up on the screen. It is used to display the CO2 PO2
message regarding the status of the operation initiated by the user. (True/False)
4. API stands for Application Programming Interface. (True/False) CO2 PO2
5. XML Layout files are stored in /res/values directory. (True/False) CO2 PO2
6. AVD Stands for Android Virtual Device. (True/False) CO1 PO1
7. ADB stands for Android Debug Bridge. (True/False) CO2 PO1
8. Mostly android uses JSON API for communication with online web. CO2 PO1
(True/False)
9. DDMS(Dalvik Debug Monitor Server) is a debugging tool in the Android CO2 PO1
(True/False)
10. OnCreate(): It is called when activity is created. (True/False) CO2 PO2
Q.2 Answer the followings. (3 Marks Questions.) (Any Five) (15)
1. Write a sample android code to move from one activity to another activity. CO2 PO2

Page 1 of 2
2. Write a sample android code to get input from EditText and display as CO2 PO2
Toast.
3. Explain steps to add vector image to our android project. CO2 PO3
4. Explain how can we share data between applications with content CO2 PO2
providers?
5. For which kind of situations File storage is required? CO2 PO2
6. On button click I want to dial number 9876543210. Write down code for CO2 PO3
button click.
Q.3 Answer the following. (5 Marks Questions)(Any three) (15)
1. Differentiate Activity Vs Service. CO2 PO1
2. Write steps to publish apps to play store. CO3 PO2
3. Explain the life cycle of activity in android. CO1 PO1
4. Explain types of Layouts available Android App Development. CO2 PO1
Q.4 Answer the following in detail.
A. Explain SQLite in details. CO2 PO1 (05)
B.(1) What is Web APIs? Explain the use of Web APIs in Fetch Data/Submit data. CO2 PO2 (05)
B.(2) Explain different types of resources folders. CO2 PO1 (05)
OR
B.(1) Create sample code layout for Login Screen along with sample Code. CO2 PO3 (05)
B.(2) Explain the use of Notifications in Android App. CO2 PO3 (05)

Page 2 of 2

You might also like