Hackademic
  • -> NPTEL Solutions
  • -> Do cool stuff with Python

NPTEL solution

NPTEL solution

IMAD Revision for March-April Exam 2018 | Introduction to Modern Application Development | NPTEL Solutions

Well, the IMAD Exam is around the corner and we all want to score good marks in the exam. So, I am posting the PDF file which contains all the questions asked this year. Don’t have any type fear for appearing for the exam. Just believe in yourself and have Read more…

By Yash, 6 yearsApril 28, 2018 ago
NPTEL solution

Week 7 Quiz Answers | Introduction to Modern Application Development | Apr 2018

Due to some issues, We changed the option sequence of MCQs. So, kindly read all the options and then answer the question. 1) Which of the following commands is used to delete a remote branch: a) Git branch -D <branch> b) Git branch -d <branch> c) Git push origin :<branch> d) Git Read more…

By Hackademic, 6 yearsMarch 22, 2018 ago
NPTEL solution

Week 6 Quiz Answers | Introduction to Modern Application Development | Apr 2018

Please comment if you find any answer wrong or if there is any discrepancy. Thanks! 🙂 Here, we aim to please 😀 [quads id=1] 1) How many threads are created by asyncTask in Android? a) Only one b) Two c) AsyncTask doesn’t have threads. d) None of the above Answer(s) Read more…

By Mit Patel, 6 yearsMarch 22, 2018 ago
NPTEL solution

Week 6 Quiz Answers | Data Structures and Algorithm with Python | Apr 2018

Please comment if you find any answer wrong or if there is any discrepancy. Thanks! 🙂 Here, we aim to please 😀 [quads id=1] 1) Suppose u and v both denote sets in Python. Under what condition can we guarantee that u – (u – v) == v? a) The sets u and v should be disjoint. b) The Read more…

By Yash, 6 yearsMarch 18, 2018 ago
NPTEL solution

Week 5 Quiz Answers | Introduction to Modern Application Development | Apr 2018

Please comment if you find any answer wrong or if there is any discrepancy. Thanks! 🙂 Here, we aim to please 😀 [quads id=1] 1) How many threads are created by asyncTask in Android? a) Only one b) Two c) AsyncTask doesn’t have threads. d) None of the above Answer(s) Read more…

By Hackademic, 6 yearsMarch 9, 2018 ago
NPTEL solution

Week 5 | Programming Assignment | Programming, Data Structures and Algorithms using Python | Apr 2018

Problem Here are some basic facts about tennis scoring: A tennis match is made up of sets. A set is made up of games. To win a set, a player has to win 6 games with a difference of 2 games. At 6-6, there is often a special tie-breaker. In Read more…

By Hackademic, 6 yearsMarch 6, 2018 ago
NPTEL solution

Week 4 | Programming Assignment Updated | Programming, Data Structures and Algorithms using Python | Apr 2018

Problems 1. Write a Python function histogram(l) that takes as input a list of integers with repetitions and returns a list of pairs as follows: For each number n that appears in l, there should be exactly one pair (n,r) in the list returned by the function, where r is Read more…

By Hackademic, 6 yearsMarch 4, 2018 ago
NPTEL solution

Week 4 Quiz Answers | Introduction to Modern Application Development | Apr 2018

Please comment if you find any answer wrong or if there is any discrepancy. Thanks! 🙂 Here, we aim to please 😀 1) Which protocol’s headers are used for web app session management? a) HTTP b) TCP c) IP d) HTTPS Answer(s) : (a) HTTP and (d) HTTPS 2) XSS Read more…

By Hackademic, 6 yearsMarch 2, 2018 ago
NPTEL solution

Week 4 Quiz Answers | Programming, Data Structures And Algorithms Using Python | Apr 2018

If you find any wrong answers, please comment below and we will get back to you. 1) Consider the following Python function. def mystery(l): if len(l) < 2: return (l) else: return (mystery(l[1:]) + [l[0]]) What does mystery([17,12,41,28,25]) return? Answer(s) : [25, 28, 41, 12, 17] 2) What is the Read more…

By Hackademic, 6 yearsMarch 1, 2018 ago
NPTEL solution

Week 3 Quiz Answers Revised | Introduction to Modern Application Development | Apr 2018

1) Which of the following does not improve database write times? a) Normalising data to reduce amount of data to be written b) Using transactions for every database operation c) Removing unnecessary constraints d) Using a hard disk with faster write speeds Answer(s) : b) Using transactions for every database Read more…

By Hackademic, 6 yearsFebruary 27, 2018 ago

Posts navigation

1 2 … 5 Next
Buy from Amazon
Quick Links
  • NPTEL Solutions
  • Python
  • Merry Techy Christmas!
  • Machine Learning and IRIS dataset Tutorial
  • AR/VR – Technology for Bright Future
  • -> NPTEL Solutions
  • -> Do cool stuff with Python
Hestia | Developed by ThemeIsle