Application based/ one word or one sentence questions. (1×5=5)
1) Aman wants to create a program in Python to calculate the average marks scored by his friends. He
wants to calculate average marks of his five friends. Suggest to Aman an iterative statement that he
can use in the program.
2) Ritesh wants to create a program in Python that will display the table of a numbers upto a given
value. Ritesh friend has suggested him that he should use the range function in his program. Ritesh
is not sure which loop he should use with range function. Suggest an appropriate loop that can be
used with a range function.
3) Arjun is a student he is studying in class VII and is living in a hostel in one of the famous school in
Pune. Since his is mother's birthday will be celebrated in few days, and he wants to send a birthday
card to her online. Suggest to him some e-greeting website.
4) Radhika is an aspiring writer. She wants to create an account in a social networking site where she
can follow some well known writers and receive their messages. Help her to choose one of the best
online social networking services for this purpose.
Answers
Answer:
Application based/ one word or one sentence questions. (1×5=5)
1) Aman wants to create a program in Python to calculate the average marks scored by his friends. He
wants to calculate average marks of his five friends. Suggest to Aman an iterative statement that he
can use in the program.
2) Ritesh wants to create a program in Python that will display the table of a numbers upto a given
value. Ritesh friend has suggested him that he should use the range function in his program. Ritesh
is not sure which loop he should use with range function. Suggest an appropriate loop that can be
used with a range function.
3) Arjun is a student he is studying in class VII and is living in a hostel in one of the famous school in
Pune. Since his is mother's birthday will be celebrated in few days, and he wants to send a birthday
card to her online. Suggest to him some e-greeting website.
4) Radhika is an aspiring writer. She wants to create an account in a social networking site where she
can follow some well known writers and receive their messages. Help her to choose one of the best
online social networking services for this purpose.
Answer:
1 - For loop
2 - For in range
3 - https://egreetings.gov.in
4 - I don't know, sorry.