The joy of computing using Python Week - 9
Quiz Week 9 : Assignment 9 1. ‘nltk.download()‘ function downloads necessary packages for the Natural Language Toolkit (NLTK) library? True False 2. Which of the following best defines a complete graph? A graph where every pair of distinct vertices is connected by a unique edge A graph with no edges A graph with a single vertex A graph with at least one loop 3. How many edges are there in a complete graph with 4 nodes? 6 8 12 16 4. Which Python library is most commonly used for working with graphs related to networks? Random Pandas NumPy NetworkX 5. Gephi is: A Python library for linear algebra A software for visualizing and analyzing large networks A tool for data cleaning and preprocessing A Python library for building statistical models ...