NPTEL The Joy Of Computing Using Python Week 8 Quiz Assignment | NPTEL Swayam Assignment Answers
Join Us On Telegram
👇👇👇👇👇👇👇👇👇
Join Us On Youtube
👇👇👇👇👇👇👇👇👇
👇👇👇👇👇👇👇👇👇
MCQs (multiple choice questions) Nptel Week 8 Quiz Answers:
Q.1: Which of the following q43 the correct representation of tuples? Options are:
(a) [1,2,3,4]
(b) (1,2,3,4)
(c) ((1), (2), (3), (4))
(d) [[1], [2], [3], [4]]
Answer is: (b) (1,2,3,4)
(c) ((1), (2), (3), (4))
Q.2: Why gambling is not recommended? Options are:
(a) Because you lose every time.
(b) Because you win every time.
(c) Because the loss amount is greater than the winning amount over time.
(d) Because the winning amount is greater than the loss amount over time.
Answer is: (c) Because the loss amount is greater than the winning amount over time.
Q.3: Which of the following programs will print the exact same word? Options are:
Answer is: (a,c)
Q.4: Using which of the following methods a person can store over a million images in small digital storage? Options are:
(a) Decompression
(b) Compression
(c) Enhancement
(d) Unzip
Answer is: (b) Compression
Q.5: State True or False, A lot of information can be revealed from images by using the right kind of enhancement. Options are:
(a) True
(b) False
Answer is: True
Q.6: type(10) will return? Options are:
(a) int
(b) str
(c) float
(d) list
Answer is: (a) int
Q.7: Which of the following pair of words are anagrams? Options are:
(a) A gentleman, Elegant man
(b) Cat, Arc
(c) Looted, Toledo
(d) Monasteries, Aman stories
Answer is: (a) A gentleman, Elegant man
(c) Looted, Toledo
Q.8: Using PIL how an image ‘img’ can be flipped? Options are:
(a) img.flip()
(b) img.rotate()
(c) img.transpose()
(d) img.turn()
Answer is: (c) img.transpose()
Q.9: What is the purpose of NLTK? Options are:
(a) To process binary language.
(b) To process foreign language.
(c) To process human language.
(d) To process only Hindi language
Answer is: (c) To process human language.
Q.10: How does Vader help in sentiment analysis? Options are:
0 Comments