NPTEL The Joy of Computing using Python Assignment 1 Answers 2024

NPTEL The Joy of Computing using Python Assignment 1 Answers 2024

Hello learners In this article we are going to discuss NPTEL The Joy of Computing using Python Assignment 1 Answers. All the Answers provided below to help the students as a reference, You must submit your assignment with your own knowledge and use this article as reference only.

About the course:-

A fun filled whirlwind tour of 30 hrs, covering everything you need to know to fall in love with the most sought after skill of the 21st century. The course brings programming to your desk with anecdotes, analogies and illustrious examples. Turning abstractions to insights and engineering to art, the course focuses primarily to inspire the learner’s mind to think logically and arrive at a solution programmatically. As part of the course, you will be learning how to practice and culture the art of programming with Python as a language.

NPTEL The Joy of Computing using Python Assignment 1 Answers 2024:

1. Which of the following best defines a variable in programming?

Answer :- Will update answers soon and update on our telegram channel so Join Click Here

2. Humans easily get bored doing a repetitive job. However, computers are masters of iteration. In programming, we get a control structure that allows a set of instructions to be executed repeatedly based on a condition. It enables automating repetitive tasks by iterating through a block of code until a specific condition is met or for a defined number of times. What is this control structure called?

Answer :-

3. Programming logic is different from programming language. Programming languages are many, but programming logic almost remains the same across all programming languages. Which of the following is programming logic?

Answer :- 

4. Open-source software, unlike proprietary software, is computer software developed through public, collaborative efforts and made freely available to the public. Which of the following programming languages is/are open source?

Answer :- 

5. Knowing how to write a piece of code could help us get things done fast. Choose the areas where we can implement coding.?

Answer :- 

The provided image depicts a scene from a presentation featuring The Famous Cat at Scratch attempting to play football with a Boomerang ball disguised as a volleyball. The unexpected return of the ball leads to a humorous outcome.

Accompanying is the set of code blocks that achieve what is stated above [Not necessarily in sequence of execution]. Answer the questions that follow:

6. The block of code displayed here is meant for the cat, what is the functionality of this code?

Answer :- 

7. The block of code displayed here makes the cat rotate out of impact from the boomeranging ball, how many complete rotations does the cat make?

Answer :- 

8. The block of code displayed here makes the cat rotate out of impact from the boomeranging ball, how many loops are there in total?

Answer :- 

9. The block of code displayed here is meant for the ball, how many loops are there in total?

Answer :- 

10. The block of code displayed here is meant for the ball, if the value beside repeat would have been 1 instead of 2, Select all the statements that explain the situation.

Answer:-