The Joy of Computing Using Python Week 1

The Joy of Computing using Python | NPTEL 2023 | Week 1 Assignment Solutions

ABOUT THE COURSE :

The Joy of Computing Using Python Week 1


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. At the end of the course, we introduce some of the current advances in computing to motivate the enthusiastic learner to pursue further directions.

Course Status      :   Upcoming
Course Type        :   Elective
Duration              : 12 weeks
Start Date            : 23 Jan 2023
End Date             :   14 Apr 2023
Exam Date          : 29 Apr 2023 IST
Enrollment Ends : 30 Jan 2023

CRITERIA TO GET A CERTIFICATE :

Average assignment score = 25% of average of best 8 assignments out of the total 12 assignments given in the course.
Exam score = 75% of the proctored certification exam score out of 100

Final score = Average assignment score + Exam score

YOU WILL BE ELIGIBLE FOR A CERTIFICATE ONLY IF AVERAGE ASSIGNMENT SCORE >=10/25 AND EXAM SCORE >= 30/75. If one of the 2 criteria is not met, you will not get the certificate even if the Final score >= 40/100.

NOTE: Please note that there will not be an unproctored programming exam for this course this term.

The Joy of Computing using Python Week 1 Assignment Solutions :-


Q1) Which of the following is/are control commands in Scratch?

a) 
b) 
c) 
d) 

Answer :- a,b,c

Q2) Which option in scratch is used to wait between the commands:
a) 
b) Sensing
c) Control
d) 

Answer :- c

Q3) ___________ command is used to make the sprite walk by certain steps.
b) Delete
c) Move
d) Walk

Answer :- c

Q4) The command used to make the sprite disappear from the animation stage is _____________.

a) Show
b) Hide

Answer :- b

Q5) What is the extension of a scratch file?

a) py
c) Sb
d) sc

Answer :- c

Q6) Predict the output of the following:

b) 100
c) 20
d) None of the above

Answer :- d

Q7) Which of the following is a facility provided by scratch to use sound effects?

a)A sound library is provided
b) Sound can be recorded using a microphone
c) We can use sound file
d) None of the above
e) All of the above are correct (except 4).

Answer :- e

Q8) In addition to an option of using the inbuilt sprite library in scratch, what are the other ways to use a sprite?

a) We can paint a custom sprite
b) We can use the camera to take pictures
c) We can upload an image from our computer
d) All of the above

Answer :- d

Q9)__________ scratch constructs are used to keep doing a set of instructions infinitely?

a) ever
b) forever
c) never
d) None of the above

Answer :- b

Q10) Which of the following commands would make the sprite move backward?

a) Move 10 steps
b) Move -10 steps
c) Both 1 and 2
d) Neither 1 and 2

Answer :- b

Score : 100/100 🥳

Join us :       


Join Now


Previous Year Questions Now to Boost Your Exam Performance

LOADS OF LOGIC