Nptel The Joy of Computing Using Python Week 7 Assignment Answers
Searching for the Week 7 answers of the Nptel The Joy of Computing Using Python course? You’re in the right spot! Here, you’ll find reliable and up-to-date solutions to help you complete your Week 7 assignment with confidence.

The Joy of Computing using Python
ABOUT THE COURSE :
INTENDED AUDIENCE : Any interested audience
PREREQUISITES : 10th standard/high school
INDUSTRY SUPPORT : Every software company is aware of the potential of a first course in computer science. Especially of a first course in computing, done right.
COURSE LAYOUT – Click To Know More
- Motivation for Computing
- Welcome to Programming!!
- Variables and Expressions : Design your own calculator
- Loops and Conditionals : Hopscotch once again
- Lists, Tuples and Conditionals : Lets go on a trip
- Abstraction Everywhere : Apps in your phone
- Counting Candies : Crowd to the rescue
- Birthday Paradox : Find your twin
- Google Translate : Speak in any Language
- Currency Converter : Count your foreign trip expenses
- Monte Hall : 3 doors and a twist
- Sorting : Arrange the books
- Searching : Find in seconds
- Substitution Cipher : What’s the secret !!
- Sentiment Analysis : Analyse your Facebook data
- 20 questions game : I can read your mind
- Permutations : Jumbled Words
- Spot the similarities : Dobble game
- Count the words : Hundreds, Thousands or Millions.
- Rock, Paper and Scissor : Cheating not allowed !!
- Lie detector : No lies, only TRUTH
- Calculation of the Area : Don’t measure.
- Six degrees of separation : Meet your favourites
- Image Processing : Fun with images
- Tic tac toe : Let’s play
- Snakes and Ladders : Down the memory lane.
- Recursion : Tower of Hanoi
- Page Rank : How Google Works !!
Nptel The Joy of Computing Using Python Week 7 Assignment Answers
- What will be the output of the following code?
a) 2
b) 3
c) 4
d) Error
View Answer
- What is the spiral order traversal of the given matrix?
a) 1, 2, 3, 7, 11, 10, 9, 5, 6
b) 1, 2, 3, 5, 6, 7, 9, 10, 11
c) 1, 5, 9, 10, 11, 7, 3, 2, 6
d) 1, 5, 9, 2, 6, 10, 3, 7, 11
View Answer
- What type of triangle is drawn by the given code?
a) Scalar triangle
b) Right angle triangle
c) Equilateral triangle
d) Isosceles triangle
View Answer
- Which of the following programs will draw a hexagon?
a)
b)
c)
d)
View Answer
For Latest Update Join our official channel: Click here to join
- What will be the output of the following code?
a) {1: “one”, 1.0: “float one”, True: “boolean one”}
b) {1: “boolean one”}
c) {1: “one”, 1.0: “float one”}
d) {1.0: “float one”, True: “boolean one”}
View Answer
- What is the output of the following code?
a)
b)
c)
d)
View Answer
- Which turtle command is equivalent to lifting up a pen?
a) penlift()
b) penup()
c) uppen()
d) penremove()
View Answer
- Why do we use functions?
a) To improve readability.
b) To reuse code blocks.
c) For the ease of code debugging.
d) All of the above.
View Answer
For Latest Update Join our official channel: Click here to join
- Which library is used to import images?
a) PIL
b) Imageview
c) IMG
d) image
View Answer
- In Snakes and Ladders, what can be the ways to track ladders and snakes?
a) Maintain a dictionary with snake or ladder number blocks as keys.
b) Using the if condition to check on every number.
c) Both A and B.
d) Both A and B.
View Answer
Nptel The Joy Of Computing Using Python Week 8 Assignment Answers – Click Here