Exam 20: Graphs
Exam 1: An Overview of Computers and Programming Languages50 Questions
Exam 2: Basic Elements of C++50 Questions
Exam 3: Input/Output50 Questions
Exam 4: Control Structures I (Selection)50 Questions
Exam 5: Control Structures II (Repetition)50 Questions
Exam 6: User-Defined Functions50 Questions
Exam 7: User-Defined Simple Data Types, Namespaces, and the string Type50 Questions
Exam 8: Arrays and Strings50 Questions
Exam 9: Records (structs)50 Questions
Exam 10: Classes and Data Abstraction50 Questions
Exam 11: Inheritance and Composition50 Questions
Exam 12: Pointers, Classes, Virtual Functions, Abstract Classes, and Lists50 Questions
Exam 13: Overloading and Templates50 Questions
Exam 14: Exception Handling50 Questions
Exam 15: Recursion50 Questions
Exam 16: Linked Lists50 Questions
Exam 17: Stacks and Queues50 Questions
Exam 18: Searching and Sorting Algorithms50 Questions
Exam 19: Binary Trees50 Questions
Exam 20: Graphs50 Questions
Exam 21: Standard Template Library (STL)50 Questions
Select questions type
A(n)____________________ graph G is called strongly connected if any two vertices in G are connected.
(Short Answer)
4.8/5
(41)
A tree in which a particular vertex is designated as a root is called a(n)____ tree.
(Multiple Choice)
4.9/5
(37)
Let G be an undirected graph.Let u and v be two vertices in G.Then u and v are called ____ if there is an edge from one to the other.
(Multiple Choice)
4.8/5
(37)
In a(n)____________________ graph,the tail of a pictorial directed edge is the origin,and the head is the destination.
(Short Answer)
4.9/5
(34)
In a graph G,if the edges connecting two vertices have weights assigned to them,the graph is called a ____ graph.
(Multiple Choice)
4.8/5
(29)
A graph G is a pair,G = (V,E),where V is a finite nonempty set called the set of ____ of G,and the elements of E are the pairs of elements of V.
(Multiple Choice)
4.7/5
(23)
A graph H is called a(n)____ of G if V(H)is a subset of V(G)and E(H)is a subset of E(G); that is,every vertex of H is a vertex of G,and every edge in H is an edge in G.
(Multiple Choice)
4.9/5
(35)
A minimal spanning tree of G is a spanning tree with the minimum ____.
(Multiple Choice)
4.8/5
(42)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)