Degree of a Vertex (Conceptual Foundations)

  • Grade 11th
Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Thames
T
Thames
Community Contributor
Quizzes Created: 11119 | Total Attempts: 9,762,531
| Attempts: 11 | Questions: 20 | Updated: May 20, 2026
Please wait...
Question 1 / 21
🏆 Rank #--
0 %
0/100
Score 0/100

1) A loop adds 1 to the degree of its vertex.

Explanation

The statement is false because in degree counting for undirected graphs a loop at a vertex v is considered to touch v twice—once as it “leaves” and once as it “arrives” back—so a single loop contributes 2 to deg(v), not 1.

Submit
Please wait...
About This Quiz
Degree Of A Vertex (Conceptual Foundations) - Quiz

Curious about what vertex degree really represents? In this quiz, you’ll explore the concept from the ground up, learning how to identify and calculate degrees in different graph setups. You’ll practice with simple structures, check your reasoning visually, and see why degree is a key idea in understanding how graphs... see morebehave. It’s the perfect place to start building your intuition.
see less

2)

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2) The Handshaking Lemma states that the sum of all vertex degrees equals what times the number of edges?

Explanation

Each undirected edge has two endpoints and contributes 1 to the degree of each, so it is counted twice in the degree sum. Summing over all vertices counts every edge exactly twice, giving the factor of 2. Options 1, 3, and 4 do not correctly account for the double-counting of each edge's two endpoints.

Submit

3) In any undirected graph, the sum of all vertex degrees is always what kind of number?

Explanation

By the Handshaking Lemma the degree sum equals 2 times the number of edges. Since 2 multiplied by any integer is even, the total degree sum is always even regardless of the graph's structure. An odd degree sum would contradict the lemma and indicate a counting error.

Submit

4) The vertices of degree 1 in a tree are called what?

Explanation

Degree-1 vertices in a tree are called leaves because they lie at the extremities with exactly one connecting edge. Removing a leaf and its edge produces a smaller valid tree. Root is the designated starting vertex. Branch vertices have degree greater than 1. Hub is an informal term not used in standard graph theory.

Submit

5) A vertex connected to every other vertex in an n-vertex graph has what degree?

Explanation

A vertex connected to every other vertex has one edge to each of the remaining n-1 vertices. In a simple graph there are no loops so no edge to itself. The degree is exactly n-1. Option A would require an edge to itself. Option B exceeds the maximum possible degree. Option D is one short of the full connection.

Submit

6) In any simple graph, the sum of all vertex degrees equals what?

Explanation

Each edge contributes 1 to the degree of each of its two endpoints, so summing all degrees counts every edge exactly twice. The result is 2 times the number of edges, which is the Handshaking Lemma. The other options have no derivation from the structure of edges and vertices.

Submit

7) Which statement about vertex degrees is always true?

Explanation

Since the degree sum equals 2 times the number of edges, it is always even. For an even sum, the number of odd addends must be even. Therefore vertices of odd degree always come in pairs, giving a count of 0, 2, 4, and so on. Options B, C, and D all contradict the Handshaking Lemma.

Submit

8) A vertex of degree n − 1 in an n-vertex graph is adjacent to every other vertex.

Explanation

The statement is true because in an n-vertex graph a vertex of degree n − 1 must have an edge connecting it to each of the other n − 1 vertices, which makes it adjacent to all of them and thus a universal vertex.

Submit

9) In any tree with at least two vertices, at least two vertices have degree 1.

Explanation

The statement is true because in any tree with at least two vertices there must be at least two vertices of degree 1, called leaves, which occur at the ends of any longest path in the tree, and if there were fewer than two such leaves the structure would either not be connected or would contain a cycle, contradicting the definition of a tree, while the special one-vertex tree has degree 0 and simply acts as an edge case.

Submit

10) Two graphs with the same degree sequence must be identical.

Explanation

The statement is false because two graphs can share the same degree sequence, meaning each graph has vertices with the same degrees when sorted, but still differ in how those vertices are connected, so they need not be isomorphic or structurally identical even if their degree sequences match.

Submit

11) The degree of a vertex in an undirected graph is:

Explanation

Each edge touching a vertex contributes 1 to its degree because it forms a connection to another vertex. If the vertex has a loop (an edge connecting back to itself), that loop touches the vertex twice, so it contributes 2.

Submit

12) In any graph, at least one vertex must have an odd degree.

Explanation

The statement is false because although some graphs must have vertices of odd degree, it is entirely possible for every vertex in a graph to have even degree, as shown by a 4-cycle C₄ where each of the 4 vertices has degree 2, giving an example with no odd-degree vertices.

Submit

13) In a simple graph with n vertices, the largest possible degree of any vertex is n − 1.

Explanation

The statement is true because in a simple graph with n vertices loops are not allowed, so a vertex cannot connect to itself and the most edges it can have is one to each of the other n − 1 vertices, making n − 1 the largest possible degree.

Submit

14) Which statement about vertex degrees is always true?

Explanation

Because ∑ deg(v) = 2|E| is even, the total number of odd addends in that sum must be even. Hence, vertices of odd degree always come in pairs (0, 2, 4, …).
Submit

15) If every vertex in a 6-vertex graph has degree 5, the graph is:

Explanation

Each vertex has the same degree r = 5, so it’s a 5-regular graph. 
For n = 6, r = n − 1 means every vertex connects to all others—this is actually the complete graph K₆.
Submit

16) A vertex has one loop and two other distinct edges attached. What is its degree?

Explanation

Loop → 2 contributions, plus 2 more edges → 2 + 2 = 4. 
Always remember:
Ordinary edge = 1 to the vertex.
Loop = 2 to the vertex it touches.
Submit

17) Which description fits a vertex of degree 0?

Explanation

Degree 0 means no incident edges. Such a vertex stands completely alone, forming its own component. In diagrams, it appears as a point with no connecting lines.
Submit

18) A graph has 5 vertices with degrees 2,2,3,3,2. How many edges does the graph have?

Explanation

Add all degrees: 2 + 2 + 3 + 3 + 2 = 12. 
By the Handshaking Lemma, edges = (∑ deg v) / 2 = 12 / 2 = 6. 
Dividing by 2 avoids double-counting each edge’s two endpoints.
Submit

19) Which identity always holds for an undirected graph?

Explanation

"Every edge connects two vertices, adding 1 to each endpoint’s degree. Therefore, all edges together contribute 2 to the total sum of degrees: ∑​deg(v)=2∣E∣. This rule is known as the Handshaking Lemma.
Submit

20) In a graph with vertices A, B, C, D, and edges AB, AC, AD, what is deg(A)?

Explanation

Vertex A is incident to three edges (AB, AC, AD). No loops or repeated edges exist, so deg(A) = 3. Always count how many edges directly meet the vertex, not how many other vertices exist in total.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (20)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
A loop adds 1 to the degree of its vertex.
The Handshaking Lemma states that the sum of all vertex degrees equals...
In any undirected graph, the sum of all vertex degrees is always what...
The vertices of degree 1 in a tree are called what?
A vertex connected to every other vertex in an n-vertex graph has what...
In any simple graph, the sum of all vertex degrees equals what?
Which statement about vertex degrees is always true?
A vertex of degree n − 1 in an n-vertex graph is adjacent to every...
In any tree with at least two vertices, at least two vertices have...
Two graphs with the same degree sequence must be identical.
The degree of a vertex in an undirected graph is:
In any graph, at least one vertex must have an odd degree.
In a simple graph with n vertices, the largest possible degree of any...
Which statement about vertex degrees is always true?
If every vertex in a 6-vertex graph has degree 5, the graph is:
A vertex has one loop and two other distinct edges attached. What is...
Which description fits a vertex of degree 0?
A graph has 5 vertices with degrees 2,2,3,3,2. How many edges does the...
Which identity always holds for an undirected graph?
In a graph with vertices A, B, C, D, and edges AB, AC, AD, what is...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!