NPTEL Joy of Computing Using Python Week 9 Assignment 2023

Hello Everyone, In this Article we are discussing about the Nptel Week 9 Joy Of Computing Assignment Using Python. Please Use these answers as reference, If any doubt arises feel free to comment in the comment section below. Then why Waiting, Come with us, Let us solve the programming assignment. 

Also Read: Nptel Joy Of Computing Week 8 Quiz Answers 

Also Read: Latest Week 9 JOCUP Answers September👉  CLICK HERE

About Nptel

NPTEL, which stands for the National Program on Technology Enhanced Learning, is a joint initiative of the Indian Institutes of Technology (IITs) and the Indian Institute of Science (IISc). Launched in 2003, NPTEL aims to enhance the quality of engineering education in India by providing free online courses and certification in various disciplines of engineering and science. The courses are created by the faculty members of IITs and IISc, and are accessible to anyone with an internet connection. NPTEL has gained widespread popularity in India and abroad, and has served as a valuable resource for students, teachers, and professionals alike. As of 2021, NPTEL offers more than 1,600 courses in various disciplines and has over 1.2 crore (12 million) registered users.


NPTEL Joy of Computing Using Python Week 9 Assignment 2023


The Joy Of Computing Using Python Week 9 Assignment 2023 

Last Date: 29-03-2023

Q1. How can we identify which book is written by which author?

a.  By matching handwriting.
b.  By analyzing word length distribution with previous books.
c.  By analyzing the number of pages in a book.
d.  By analyzing the book’s preface.

Answer: [ B ] By analyzing word length distribution with previous books.

Q2. Is it guaranteed that the following code snippet will consistently yield a True result?  

 G = nx.gnp_random_graph(10,0.05)
 print(nx.is_connected(G)) {codeBox}

a. True
b. False
c. It will return neither True nor False
d. It will throw an error. 

Answer: [ B ] False

Q3. What are the different methods available in Python for generating a string?
 
a. By using single quotes.
b. By using double quotes.
c. By using triple quotes.
d. All of the above 

Answer:  [ D ]

Q4. A complete graph will have __ degree of separation
 
a. 1
b. 2
c. 3
d. Depends on the number of nodes. 

Answer: [ A ]  1

Q5. Networkx in pythons is used for
 
a. Making networks
b. Analyzing networks
c. Visualizing networks
d. Breaking networks 

Answer: [ A, B, C ]

Q6. In the world, on average, how many hops will it take to connect two people?

a. 6
b. 7
c. 8
d. 9
e. 10

Answer: [ A ]  6

Q7. How many neighbors does node 4 have?

 
How many neighbors does node 4 have



a.  1
b. 2 
c. 3
d. 4

Answer:  [ B ]  2

Q8. Assuming that the length and breadth remain constant, how can we enhance the precision of 

       the calculated area for a state?
 
a. By increasing the size of the image.
b. By increasing the number of points.
c. By decreasing the size of the image.
d. By decreasing the number of points. 

Answer: [ B ]  By increasing the number of points.

Q9. Degree of separation is equivalent to
 
a. Number of nodes in a graph
b. Number of edges in a graph
c. The average length of the shortest path in a graph
d. None of the above

Answer: [ C ]   The average length of the shortest path in a graph

Q10. While calculating the area of Punjab, which of the following will help in more accurate results.
 
a. More points landed in the Punjab region.
b. More points landed outside the Punjab.
c. More points on the overall map.
d. None of the above. 

Answer: [ A] More points landed in the Punjab region.


Conclusion: 

I Request everyone to revisit the website on/before to last date for any re-verification of answers.
 
If you have any queries, contact us. I am very thankful to answer you.
 
NOTE: I'm answering these questions to the best of my knowledge.


              Also Read: Latest Week 9 JOCUP Answers September👉  CLICK HERE

One Comment Please !

Post a Comment (0)
Previous Post Next Post