DMS Question Paper
DMS Question Paper
2. In a disjunction, even if one of the statements is false, the whole disjunction is still...
a) False
b) Negated
c) True
d) Both true and false
Answer Option: c
7. A → (A ∨ B) is a __________
a) Tautology
b) Contradiction
c) Contingency
d) None of the mentioned
Answer Option: a
11. What is the Cardinality of the Power set of the set {0, 1, 2}?
a) 8
b) 6
c) 7
d) 9
Answer Option: a
12. If A has 4 elements B has 8 elements then the minimum and maximum number of
elements in A U B are ____________
a) 4, 8
b) 8, 12
c) 4, 12
d) None of the mentioned
Answer Option: b
14. The binary relation {(1,1), (2,1), (2,2), (2,3), (2,4), (3,1), (3,2)} on the set {1, 2, 3} is
__________
a) reflective, symmetric and transitive
b) irreflexive, symmetric and transitive
c) neither reflexive, nor irreflexive but transitive
d) irreflexive and antisymmetric
Answer Option: c
15. A function is said to be ______________ if and only if f(a) = f(b) implies that a = b for
all a and b in the domain of f.
a) One-to-many
b) One-to-one
c) Many-to-many
d) Many-to-one
Answer Option: b
16. Set A has 3 elements and set B has 4 elements then number of injections defined from A
to B are?
a) 12
b) 24
c) 36
d) 48
Answer Option: b
19. Suppose S is a finite set with 7 elements. How many elements are there in the largest
equivalence relation on S?
a) 56
b) 78
c) 49
d) 100
Answer Option: c
20. If A={1, 2, 3, 4}, then the number of the subsets of A that contain the element 2 but not 3,
is?
a) 16
b) 4
c) 8
d) 24
Answer Option: b
23. Two groups are isomorphic if and only if __________ is existed between
them.
a) homomorphism
b) endomorphism
c) isomorphism
d) association
Answer Option: c
24. What would be the Prefix notation for the given equation?
A+(B*C)
a)+A*CB
b)*B+AC
c)+A*BC
d) *A+CB
Answer Option: c
a)(a+e)=a
b)(a*e)=(a+e)
c)a=(a*(a+e)
d) (a*e)=(e*a)=a
Answer Option: d
a)(P, *)
b) (Q, +, *)
c) (P, +)
d) (+, *)
Answer Option: a
a)(x+y)=(y+x)
b)(x*y)=(y*x)
c)(x+y)=x
d) (y*x)=(x+y)
Answer Option: b
28. What would be the Prefix notation for the given equation?
A+B*C^D
a)+A*B^CD
b)+A^B*CD
c)*A+B^CD
d) ^A*B+CD
Answer Option: a
a)(a*a)=a=(a+c)
b)(a*c)=(a+c)
c)(a+c)=a
d) (a*c)=(c*a)=e
Answer Option: d
30. What is the postfix expression for the following infix expression?
a/b^c-d
a)abc^/d-
b)ab/cd^-
c)ab/^cd-
d) abcd^/-
Answer Option: a
31. A Poset in which every pair of elements has both a least upper bound and
a greatest lower bound is termed as _______
a)sublattice
b)lattice
c)trail
d) walk
Answer Option: b
32. If every two elements of a poset are comparable then the poset is called
________
a)sub ordered poset
b)totally ordered poset
c)sub lattice
d) semigroup
Answer Option: b
a) non-lattice poset
b) semilattice
c) partial lattice
d) bounded lattice
Answer Option: a
34. Every poset that is a complete semilattice must always be a _______
a) sublattice
b) complete lattice
c) free lattice
d) partial lattice
Answer Option: b
35. The set for which the Boolean function is functionally complete is
__________
a) {*, %, /}
b) {., +, -}
c) {^, +, -}
d) {%, +, *}
Answer Option: b
36. a ⊕ b = ________
a) (a+b)(a`+b`)
b) (a+b`)
c) b`
d) a` + b`
Answer Option: a
37. Boolean algebra can be used ____________
a) For designing of the digital computers
b) In building logic symbols
c) Circuit theory
d) Building algebraic functions
Answer Option: a
40. A deterministic automaton system can have ______ transition for a given
state of an input symbol.
a) exactly one
b) more than one
c) no transition
d) 2n transition
Answer Option: a
a) 10
b) 6
c) 16
d) 0
Answer Option: a
43. What is the maximum number of possible non zero values in an adjacency
matrix of a simple graph with n vertices?
a) (n*(n-1))/2
b) (n*(n+1))/2
c) n*(n-1)
d) n*(n+1)
Answer Option: c
44. The number of edges from the root to the node is called __________ of the
tree.
a) Height
b) Depth
c) Length
d) Width
Answer Option: b
46. What is the speciality about the inorder traversal of a binary search tree?
a) It traverses in a non increasing order
b) It traverses in an increasing order
c) It traverses in a random fashion
d) It traverses based on priority of the node
Answer Option: b
47. What is the maximum possible number of edges in a directed graph with
no self loops having 8 vertices?
a) 28
b) 64
c) 256
d) 56
Answer Option: d