EMTH136
EMTH136
Page | 1
Section 1: Attempt All the Questions
1. What will be the output (Truth values) of compound proposition (p → q) → (q → p) for the input truth
values T, T of p and T, F of q?
A. T, F
B. F, T
C. T, T
D. F, F
A. Contingency
B. Equivalence
C. Condition
D. Inference
3. Which one of the following compound propositions is the logical equivalent to the ¬(p → q)?
p ∧ ¬q
p∧q
A.
B.
C. p→q
D. q→p
A. p
B. q
C. ¬p
D. ¬q
5. The Converse of the statement “If you are lucky, then you will get a ticket.”
6. The contapositive of the statement “If you are honest, then you are respected.”
8. What will be the Truth values of the statement p ↔ ¬p for the Truth values T, F of p?
A. T, F
B. F, T
C. T, T
D. F,F
Page | 2
9. Two graphs are said to be isomorphic if
A. Only the number of vertices in both graphs are equal
B. Only the number of edges in both graphs are equal
C. Only the number of the degree sequences in both graphs are equal
D. There exists a one to one on to edge-preserving mapping vertices set of both the graphs
10. A graph that contains multiple edges between any pair of different vertices is called___
A. a simple graph
B. a multigraph
C. a loop
D. a Pseudo graph
11. A graph that contains a single edge between every pair of different vertices is called___
A. a simple graph
B. a multigraph
C. a loop
D. a Pseudo graph
13. Let G be a connected planar simple graph with 10 edges and 7 vertices then the total
number of bounded regions in a planar representation of G?
A. 5
B. 6
C. 7
D. 8
14. Consider the following weighted graph then which edge can be chosen very first to draw
the minimum spanning tree by Prim’s algorithm.
A. Edge c-d
B. Edge a-b
C. Edge a-e
D. Edge b-d
15. Consider the following weighted graph then which edge can be chosen very first to draw
the minimum spanning tree by Prim’s algorithm.
Page | 3
A. Edge e-f
B. Edge a-d
C. Edge h-i
D. Edge c-f
16. The following graph becomes the minimum spanning tree if__?
17. The weight of the minimum spanning tree in the following graph
A. 40
B. 50
C. 60
D. 70
18. Consider the following rooted tree then what is the root node?
A. Node a
B. Node u
C. Node b
D. Node c
19. Let T be a full 3-ary tree with 3 internal vertices then the total number of vertices in T is
____?
A. 10
B. 5
C. 6
D. 7
Page | 4
20. Which of the following graphs is/are trees?
A. Only A
B. Only B
C. Both A and B
D. Neither A nor B
Page | 5
2. Answer the following questions based on the tree given below
Page | 6