Question
Easy
Sum of degrees of all nodes for a graph $G(V,E)$ can be given by..............
1
E
2
$2 \times |E|$
3
$2 \times |V|$
4
|V|
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Data Structures (Through C++)
Topic: Data Structure Concepts
Correct Answer
Option B
Explanation
The correct option is (2): This is a direct application of a foundational principle in graph theory known as the Handshaking Lemma or the Degree Sum Formula. For any undirected graph $G$ with a set of vertices $V$ and a set of edges $E$, the sum of the degrees of all vertices is precisely equal to twice the number of edges, which is mathematically expressed as $\\sum\_{v \\in V} \\text{deg}(v)…Read More
Similar Questions from HTET Exam - Level 3 - Year 2022
Question 1
Easy
Source :
HTET 2022
In context of deadlock prevention in DBMS, wait-die and wound-wait schemes are ...... techniques.
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 2
Easy
Source :
HTET 2022
In C++, which of the following is not a derived container under STL?
Chapter :
Data Structures (Through C++)
Topic :
Data Structure Concepts
Question 3
Easy
Source :
HTET 2022
Under personalization in windows we can create _______ to change desktop background, color, sound and screen saver all at once.
Chapter :
Operating Systems & Software Concepts
Topic :
MS Window
Question 4
Easy
Source :
HTET 2022
In MS-Excel _______ option can be used to keep the desired rows and columns visible while the rest of the sheet scrolls.
Chapter :
Office Automation Tools
Topic :
Spreadsheet (MS Excel)