FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download DU (University of Delhi) B-Tech 8th Semester 2341802 Mobile Applications on Android Platform Question Paper

Download DU (University of Delhi) B-Tech (Bachelor of Technology) 8th Semester 2341802 Mobile Applications on Android Platform Question Paper

This post was last modified on 31 January 2020

CBSC NCERT Class 1 Important Worksheets Chapter Wise || Central Board of Secondary Education


[This question paper contains 7 printed pages]

Your Roll No. : ........................

Sl. No. of Q. Paper : 1740A F-8

--- Content provided by‌ FirstRanker.com ---

Unique Paper Code : 2341802

Name of the Course : B.Tech. Computer Science

Name of the Paper : Mobile Applications on Android Platform

Semester : VIII

Time: 3 Hours Maximum Marks : 75

--- Content provided by⁠ FirstRanker.com ---

Instructions for Candidates:

  1. Write your Roll No. on the top immediately on receipt of this question paper.
  2. Section - A is Compulsory.
  3. Attempt any four questions from Section - B.
  4. Parts of a question must be answered together.
  5. --- Content provided by‍ FirstRanker.com ---

SECTION - A

  1. (a) Describe the requirement of Kernel layer in Android architecture. 2

P.T.O.

  1. (b) Define the purpose of start Activity For Result () method in Android application. 2
  2. (c) Briefly explain virtual device and SDK manager. 2
  3. --- Content provided by FirstRanker.com ---

  4. (d) How is the menu resource (defined in XML file, say "my_menu") inflated in the function on Create Options Menu () ? 3
  5. (e) Explain Delegation Event Model in JAVA. 3
  6. (f) How is the data fetched from SQLite database using Cursor? 3
  7. (g) Describe the use of intent in Android ? Write a code to view the webpage. 4
  8. (h) Briefly explain the following classes : 4
    1. Check Box
    2. --- Content provided by FirstRanker.com ---

    3. Image View
  9. (i) Explain the following layouts : 4
    1. Relative Layout
    2. Frame Layout
  10. --- Content provided by‌ FirstRanker.com ---

  11. (j) Differentiate between 'Inner Class' and 'Anonymous Class' with suitable examples. 4
  12. (k) Differentiate between 'throw' and Throws in JAVA with a suitable example (s). 4

SECTION - B

  1. (a) Briefly describe On Item Selected Listener () used by the Spinner class. 4
  2. (b) Consider the following intent present in : 6
  3. --- Content provided by‍ FirstRanker.com ---

Activity Q:

Intent intent = new Intent (Intent. ACTION_VIEW);

Intent. set Data (Uri. parse ("http://du.ac.in"));

Check the compatibility of the following activities (Activity A, Activity B and Activity C with action and data of Activity Q, given above ? Justify your answer.

P.T.O.

--- Content provided by‍ FirstRanker.com ---

  1. Activity A:
    <activity android:name=".Activity A">
    <intent-filter>
    <action android: name="android.intent.action. WEB_SEARCH"/>
    <action android: name="android.intent.action. MAIN" />

    --- Content provided by‌ FirstRanker.com ---

    < category android:name="android.intent. category. LAUNCHER"/>
    <data android:scheme="http"/>
    </intent-filter>
    </activity>
  2. Activity B:

    --- Content provided by⁠ FirstRanker.com ---

    <activity android:name=".ActivityB">
    <intent-filter>
    <action android:name="android.intent.action. WEB_SEARCH" />
    <action android:name="android.intent.action. MAIN" />
  1. <category android:name="android.intent. category. DEFAULT"/>

    --- Content provided by‍ FirstRanker.com ---

    <data android:mime Type="text/plain"/>
    </intent-filter>
    </activity>
  2. Activity C:
    <activity android:name=".Activity C">

    --- Content provided by​ FirstRanker.com ---

    <intent-filter>
    <action android:name="android.intent.action. VIEW"/>
    <action android:name="android. intent.action. MAIN" />
    < category android:name="android. intent. category.DEFAULT"/>
    <category android:name="android. intent.category.LAUNCHER"/>

    --- Content provided by FirstRanker.com ---

    <data android:scheme="http"/>
    <intent-filter>
    </activity>

P.T.O.

  1. (a) Explain grid view with the examples. 4
  2. --- Content provided by FirstRanker.com ---

  3. (b) Briefly explain runtime polymorphism and dynamic binding with appropriate examples. 6
  1. (b) Describe SQ Lite database. Write code for adding and removing data from SQ Lite database. 6
  2. (a) Differentiate between Abstract class and Interfaces in JAVA. 4
  3. (b) Create a simple registration form (including e-mail id, password with appropriate input type and a button). On clicking the button, pass the details to another activity and display the data. 6
  4. (a) Explain activity lifecycle of Android application. 6
  5. --- Content provided by‍ FirstRanker.com ---

  6. (b) Write a code snippet to create a dialog box. 6
  7. (a) Briefly describe the features (any four) of Android Application. 4
  1. Write short note on any five of the following: 10
    1. ART
    2. Density independent pixel
    3. R.java file
    4. --- Content provided by​ FirstRanker.com ---

    5. Ninepatch bitmaps
    6. Array adapter
    7. Finally Block (JAVA)
    8. Static Class in JAVA
  2. --- Content provided by​ FirstRanker.com ---

Visit FirstRanker.com for more question papers.



This download link is referred from the post: CBSC NCERT Class 1 Important Worksheets Chapter Wise || Central Board of Secondary Education

--- Content provided by‍ FirstRanker.com ---