Sunday, July 30, 2023

NPTEL » The Joy of Computing using Python Week 2 : Quiz Assignment Solution

 



Week 2 : Assignment


1 point
1.Which of the following is a high-level programming language?
 
 
 
 
1 point
2.Which of the following is an example of a front-end programming language?
 
 
 
 
1 point
3.Which of the following is used to store data in a programming language?
 
 
 
 
1 point
4.Which statement will print ‘The joy of computing’?
 
 
 
 
1 point
5.What should be the value of _ to print all numbers from 0-10

 
 
 
 
1 point
6.Which of the following keyword is used to declare a function in a programming language?
 
 
 
 
1 point
7.What will be the output of the following code?

 
 
 
 
1 point
8.What value will c store in it after the execution of the below code?

 c=b**3
 
 
 
 
1 point
9.What will be the output? suppose the input is 30

 
 
 
 
1 point
10.What is the output for the following program?

 
 
 
 

No comments:

Post a Comment