0% found this document useful (0 votes)
41 views3 pages

Noc18-Cs03 Week 05 Assignment 01

1) This document is a quiz on Android application development from an online course. It contains 10 multiple choice questions about Android fundamentals like the Android lifecycle, components, and APK files. 2) The questions cover topics like which method is called first in an Activity's lifecycle, how AsyncTask works, and the file format used to distribute Android apps. 3) The student has not submitted the assignment yet and received a score of 0 for each question by selecting the wrong answer. The document provides the correct answers to each question.

Uploaded by

raaysayadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views3 pages

Noc18-Cs03 Week 05 Assignment 01

1) This document is a quiz on Android application development from an online course. It contains 10 multiple choice questions about Android fundamentals like the Android lifecycle, components, and APK files. 2) The questions cover topics like which method is called first in an Activity's lifecycle, how AsyncTask works, and the file format used to distribute Android apps. 3) The student has not submitted the assignment yet and received a score of 0 for each question by selecting the wrong answer. The document provides the correct answers to each question.

Uploaded by

raaysayadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

27/07/2020 Introduction to Modern Application Development - - Unit 6 - Week 5 - Android Application Development

[email protected]

Courses » Introduction to Modern Application Development

Announcements Course Ask a Question Progress Discourse forum

Unit 6 - Week 5
- Android Application Development

Course
outline Assignment 5
The due date for submitting this assignment has passed. Due on 2018-03-14, 23:59 IST.
How to access As per our records you have not submitted this assignment.
the portal?
(no negative marking, no partial marking)
Week 1 Lectures:
1) How many threads are created by AsyncTask in Android? 1 point
Introduction to
the Internet
Only one

Week 2 lectures: Two


Building your AsyncTask doesn't have threads
webapp
None of the above.

Week 3 Lectures: No, the answer is incorrect.


Databases Score: 0
Accepted Answers:
Week 4:
Introduction to Only one
security for
2) What is an HTTP client class in Android? 1 point
webapps
httprequest(get/post) and returns response from server
Week 5 - Android
Application Cookies management
Development Authentication management
None of the above
Module 15:
Introduction to No, the answer is incorrect.
mobile apps
Score: 0
Module 16 - Accepted Answers:
Introduction to
httprequest(get/post) and returns response from server
Mobile
Application 3) What is AndroidManifest.xml? 1 point
Development
Part 2
It has information about layout in an application
Module 17 - It has information about activities in an application
Introduction to
It has all the information about an application
Android
None of the above
Module P12 -
Getting started No, the answer is incorrect.
with Android Score: 0
Application
Development Accepted Answers:
It has all the information about an application
Module P13 -
Building 4) Do all components in Android run on the same thread? 1 point
Custom UI
using XML and It is based on the number of components because activity, service, receiver and content
Logs provider will create a thread by default internally
Each application can have one process and one main thread created by default by the system

https://onlinecourses-archive.nptel.ac.in/noc18_cs03/unit?unit=41&assessment=79 1/3
27/07/2020 Introduction to Modern Application Development - - Unit 6 - Week 5 - Android Application Development

Module P14 - Process or application by default will not have any thread
Building a Blog
None of the above
App
No, the answer is incorrect.
Module 18:
Deploying an Score: 0
app to the Accepted Answers:
Google Play
Each application can have one process and one main thread created by default by the system
Store

Quiz :
5) You can shut down an Activity by calling its ______ method 1 point
Assignment 5
onDestroy()
Week 5 finishActivity()
Feedback
finish()
Week 6 - None of the above
Advanced
Databases and No, the answer is incorrect.
Introduction to Score: 0
iOS
Accepted Answers:
finish()
Week 7: Modern
Development 6) Which component in not activated by an Intent? 1 point
Practices
Activity
Week 8 -
Services
Concluding
Lectures ContentProvider
BroadcastReceiver
Download
No, the answer is incorrect.
Score: 0
Accepted Answers:
ContentProvider

7) What is the file format that Android uses to distribute and install apps? 1 point

APK
IPA
EXE
RAR

No, the answer is incorrect.


Score: 0
Accepted Answers:
APK

8) What is the first method called in the Activity Lifecycle of Android? 1 point

onStart()
onCreate()
onResume()
None of the above

No, the answer is incorrect.


Score: 0
Accepted Answers:
onCreate()

9) What method gets called as the first indication that the user is leaving your activity? 1 point

onPause()
onStop()
onDestroy()
None of the above

No, the answer is incorrect.


Score: 0

https://onlinecourses-archive.nptel.ac.in/noc18_cs03/unit?unit=41&assessment=79 2/3
27/07/2020 Introduction to Modern Application Development - - Unit 6 - Week 5 - Android Application Development
Accepted Answers:
onPause()

10)What is the first method called in the lifecycle of a fragment in Android 1 point

onStart()
onCreate()
onCreateView()
None of the above

No, the answer is incorrect.


Score: 0
Accepted Answers:
None of the above

Previous Page End

© 2014 NPTEL - Privacy & Terms - Honor Code - FAQs -


A project of In association with

Funded by

Powered by

https://onlinecourses-archive.nptel.ac.in/noc18_cs03/unit?unit=41&assessment=79 3/3

You might also like