BCA 6th Semester

Mobile Programming 2021 Board Question Paper

Tribhuvan university logo

Tribhuvan university

Bachelor In Computer Application

Course Title: Mobile Programming

Code No:CACS 351

Semester:VI

2021

Full Marks:60 Pass Marks:24 Time:3 hours

Candidates are required to answer the question in their own words as far as possible.

Group B
Attempt any SIX question.
[6x5=30]
11.

What do you mean by mobile device? List and explain any four popular programming languages used for developing mobile applications.

12.

What is an event? How many ways to handle events in android programming?

13.

Explain android architecture briefly with a suitable diagram.

14.

Why is fragment needed in android application? How can a fragment be added to an activity?

15.

What are different types of UI controls used in IOS programming? Write a swift program to find the sum of all elements of a 1-D array.

16.

How is List View differ from Recycler View? Explain with an example.

17.

How do you find a view element in your program? Which dialog boxes can you use in your android application?

Group C

Attempt any TWO questions

[2x10=20]
18.

Provided that a SQLite database named "College" with a table named Student with the following columns (Roll as Integer, Name as Text and Address as Text). Develop an android application to connect to the database and insert five student records and display the student information.

19.

Develop an android application to calculate simple interest using a customize dialog box.

20.

Develop an android application to input your Name, Age, gender and other personal information. Pass and display this information in another activity.