The Joy of Computing Using Python|Week 0

Course name: The Joy of Computing Using Python

Link to Enroll : https://onlinecourses.nptel.ac.in/noc21_cs32/preview

Q1. What is the next number in the sequence 4, 8, 16, _?
a) 20
b) 24
c) 28
d) 32


Q2. What will be the sum of the sequence up to 5th term 9, 36, 144, 576, …?
a) 3069
b) 3070
c) 3071
d) 3072


Q3. The diameter of the circle is 10cm. What will be the perimeter of the shape(Use pi = 3.14)?
a) 31.4cm
b) 41.4cm
c)51.4cm
d) 61.4cm


Q4. Choose the odd one out of the following 2, 3, 5, and 6.
a)2
b)3
c)5
d)6


Q5. Which of the following is an Armstrong number?
a) 123
b) 333
c) 407
d) 663


Q6. The sum of the first ten natural numbers is?
a) 45
b) 54
c) 55
d) 60


Q7. A couple of dice is rolled together. What is the probability of getting the same
number on both dice?
a) 1/6
b) 1/36
c) 1/3
d)1


This is assignment for The Joy of Computing Using Python Week 0

Q8. If the perimeter of a circle is equal to that of a square, then the ratio of their
areas is
a) 22:7
b) 14:11
c)7:22
d) 11:14


Q9. What is the Least Common Multiple of 4 & 8?
a) 2
b)8
c) 12
d) 16


Q10. The area of circle A is equal to the sum of the area of two small circles with diameters of 6cm and 8cm. Then the diameter of circle A will be?
a)5
b) 10
c) 15
d) 20


More NPTEL course answers: Click me


The content uploaded on this website is for reference purposes only. Please do it yourself first.