Showing posts with label NPTEL » The Joy of Computing using Python Week 12 : Assignment 12. Show all posts
Showing posts with label NPTEL » The Joy of Computing using Python Week 12 : Assignment 12. Show all posts
Sunday, April 9, 2023

NPTEL » The Joy of Computing using Python Week 12 : Assignment 12

 


Week 12 : Assignment 12


1 point
NLTK ________.
 
 
 
 
1 point
The following code will return:


 
 
 
 
1 point
How many edges are there in the following graph?


 
 
 
 
1 point
A complete graph will have a degree of separation.
 
 
 
 
1 point
What is the output of the following code?




 
 
 
 
1 point
What is the shape of the following numpy array?
numpy.array([ [1,2,3], [4,5,6] ])
 
 
 
 
1 point
Which is the following graph?


 
 
 
 
1 point
What will be the G.out_degree(3) for the following graph(G)?


 
 
 
 
1 point
What should we do when encountered a sink?
 
 
 
 
1 point
Which of the following is a star graph of node 5?