CUET-PG SERIES Computer-science
Graph Representation
1 previous year questions.
Volume: 1 Ques
Yield: Medium
High-Yield Trend
1
2025 Chapter Questions 1 MCQs
01
PYQ 2025
medium
computer-science ID: cuet-pg-
Which of the following statements are TRUE, where represents the number of edges?
(A). In case of a directed graph, the sum of lengths of all the adjacency list is |E|
(B). For an undirected graph, the sum of the lengths of all the adjacency list is 2|E|
(C). For a dense graph, adjacency matrix representation is preferable
(D). The memory requirement of the adjacency matrix of a graph is dependent on the number of edges
(A). In case of a directed graph, the sum of lengths of all the adjacency list is |E|
(B). For an undirected graph, the sum of the lengths of all the adjacency list is 2|E|
(C). For a dense graph, adjacency matrix representation is preferable
(D). The memory requirement of the adjacency matrix of a graph is dependent on the number of edges
1
(A), (B) and (D) only
2
(A), (B) and (C) only
3
(A), (B), (C) and (D)
4
(A), (B) and (C) only