1000+ Graph theory Multiple Choice Questions & Answers Pdf - 1

Question: 1

The terminal vertices of a path are of degree

(A) Zero

(B) One

(C) Two

(D) More than four

Ans: B

One

Question: 2

A graph with n vertices and n - 1 edges that is not a tree, is

(A) A circuit

(B) Euler

(C) Connected

(D) Disconnected

Ans: D

Disconnected

Question: 3

What is the true complexity of linear search algorithm over an array of n element?

(A) 0 (n)

(B) O(n / log2 n)

(C) O(n2)

(D) (log2n)

Ans: A

0 (n)

Question: 4

A vertex of degree one is called

(A) Coloured vertex

(B) Null vertex

(C) Pendent

(D) Isolated vertex

Ans: C

Pendent

Question: 5

A full binary tree with n leaves contains

(A) n nodes

(B) log2 n nodes

(C) 2n+1 nodes

(D) 2n

Ans: C

2n+1 nodes

Related Questions
Read More Engineering Topics