discrete Structure 1
discrete Structure 1
a. Set is Empty
b. Set is Non-empty
c. Set is Finite.
d. Set is both Non- empty and Finite.
a. Infinite set
b. Finite set
c. Empty set
d. Not a set
3) If x is a set and the set contains the real number between 1 and 2, then the set is ________.
a. Empty set
b. Finite set
c. Infinite set
d. None of the mentioned
a. {1, 2}
b. {1, 2, 3}
c. {1}
d. All of the mentioned
5) Convert the set x in roster form if set x contains the positive prime number, which divides
72.
a. {∅}
b. {2, 3}
c. {2, 3, 7}
d. {3, 5, 7}
6) Power set of empty or Null set has exactly _________ subset.
a. One
b. Two
c. Zero
d. Three
7) What is the Cartesian product of set A and set B, if the set A = {1, 2} and set B = {a, b}?
8) The members of the set S = {x | x is the square of an integer and x < 100} is
________________
9) The intersection of the sets {1, 2, 8, 9, 10, 5} and {1, 2, 6, 10, 12, 15} is the set _____________
a. {1, 2, 10}
b. {5, 6, 12, 15}
c. {2, 5, 10, 9}
d. sd) {1, 6, 12, 9, 8}
a. {1, 3}
b. {5, 6, 8}
c. {3, 8}
d. {2, 6, 5}
11) If n(A) = 20 and n(B) = 30 and n(A U B) = 40 then n(A ∩ B) is?
a. 20
b. 30
c. 40
d. 10
12) Let the players who play cricket be 12, the ones who play football 10, those who play
only cricket are 6, then the number of players who play only football are ___________,
assuming there is a total of 16 players.
a. 16
b. 8
c. 4
d. 10
13) Which among the following can be taken as the discrete object?
a. People
b. Rational numbers
c. Integers
d. All of the mentioned
15) The cardinality of the Power set of the set {1, 5, 6} is______________.
a. 5
b. 6
c. 8
d. 10
16) The Cartesian product of the (Set Y) x (Set X) is equal to the Cartesian product of (Set
X) x (Set Y) or Not?
a. Yes
b. No
c. None of the above
d. I Don't know
17) How many elements in the Power set of set A= {{Φ}, {Φ, {Φ}}}?
a. 4 elements
b. 2 elements
c. 6 elements
d. 5 elements
a. 3 types
b. 2 types
c. 5 types
d. 4 types
a. many to one
b. one-to-many
c. one to one
d. All of the mentioned
a. Many-to-one
b. Onto
c. One-to-One
d. None of the mentioned
21) How many injections are defined from set A to set B if set A has 4 elements and set B
has 5 elements?
a. 24
b. 64
c. 144
d. 120
22) The function (gof) is _________ , if the function f and g are onto function?
a. Into function
b. one to one function
c. onto function
d. one-to-many function
23) How many bytes are needed for encoding 2000 bits of data?
a. 5 Byte
b. 2 bytes
c. 4 bytes
d. 8 bytes
24) The cardinality of the set of even positive integers less than 20 is__________?
a. 8
b. 10
c. 9
d. 12
25) If X = {2, 8, 12, 15, 16} and Y= {8, 16, 15, 18, 9} then union of X and Y is___________.
a. 18
b. 19
c. 20
d. 17
29) If a and b are two positive numbers that are less than one, then the maximum value of
Floor(a+b) and Ceil(a+b) is?
30) How many relations exist from set X to set Y if the set X and set Y has 7 and 8 elements?
a. 256
b. 272
c. 356
d. 56
31) The number of reflexive closure of the relation {(0,1), (1,1), (1,3), (2,1), (2,2), (3,0)} on
the set {0, 1, 2, 3} is________.
a. 36
b. 8
c. 6
d. 26
32) The number of transitive closure exists in the relation R = {(0,1), (1,2), (2,2), (3,4), (5,3),
(5,4)} where {1, 2, 3, 4, 5} ∈ A is__________.
33) Which statement is incorrect if X and Y are the two non-empty relations on the set S.
a. 11011011
b. 10110100
c. 0110100
d. 1100100
35) What is the output of X (Ex-or) Y, if the bits of X is 001101 and the bits of Y is 100110?
a. Identity Law
b. Double Complement Law
c. Complement Law
d. Idempotent Law
38) According to the symmetric matrix, which of the following statement is correct?
a. A = AT
b. All the diagonal elements of a symmetric matrix are One.
c. A = -AT
d. All the diagonal elements of a symmetric matrix are Zero.
39) Which of the following matrix having only one row and multiple columns?
a. Diagonal Matrix
b. Row Matrix
c. Column Matrix
d. None of the mentioned
40) Which of the following matrix having only one column and multiple rows?
a. Diagonal Matrix
b. Row Matrix
c. Column Matrix
d. None of the mentioned
41) Which of the following condition is correct if we want to add two matrices?
a. Both rows and columns of both the matrices which we want to add are the same
b. Columns of both the matrices which we want to add are equal
c. Rows of both the matrices which we want to add are the same
d. a number of the first matrix's rows should be equal to the number of the second
matrix's column, which we want to add.
42) A+B = B+A is a true or false statement if the order of A matrix and B matrix is the
same.
a. False
b. True
43) XY = YX is a true or false statement if the order of A matrix and B matrix is the same.
a. False
b. True
a. OR
b. NOT
c. NAND
d. AND
a. 1953
b. 1956
c. 1952
d. 1950
46) Canonical forms for a boolean expression has _______ types.
a. Three types
b. Four types
c. Two types
d. Five types
49) Which search compares each element with the searching element till not found?
a. Merge search
b. Sequential Search
c. Binary search
d. none of the mentioned
50) If a user wants to sort the unsorted list of n elements, then the insertion sort starts with
which element of the list.
a. O(n2)
b. O(n)
c. O(log n)
d. O(n log n)
53) Which algorithm uses the previous outputs for finding the new outputs?
a. Pseudo codes
b. Flow charts
c. Statements in the common language
d. All of them
a. Average case
b. Null case
c. Best case
d. Worst Case
Discrete Mathematics Multiple-Choice Questions
1. Consider x ∈ N where x is prime. Here, x is a ________ set.
a. Empty
b. Infinite
c. Finite
d. Not a set
2. Convert a set x in the roster form, where the set x consists of the positive prime
number that divides 72.
a. {3, 5, 7}
b. {2, 3, 7}
c. {2, 3}
d. {∅}
3. _____________ is the intersection of the two sets {1, 2, 8, 9, 10, 5} and {1, 2, 6,
10, 12, 15}.
b. {2, 5, 10, 9}
d. {1, 2, 10}
a. 10
b. 20
c. 30
d. 40
Answer: (a) 10
a. Rational numbers
b. Integers
c. People
6. If the functions g and f are onto functions, then the function (gof) is _________
function:
a. onto
b. one to one
c. one-to-many
d. Into
a. 144
b. 120
c. 64
d. 24
a. 8 Byte
b. 4 bytes
c. 5 bytes
d. 2 bytes
a. 12
b. 9
c. 10
d. 8
Answer: (b) 9
10. If P = {2, 8, 12, 15, 16} and Q = {8, 16, 15, 18, 9}, then the union of P and Q is
___________.
11. Consider two positive numbers a and b less than one, where the maximum
values of Ceil(a+b) and Floor(a+b) is:
a. 0110100
b. 1100100
c. 10110100
d. 11011011
a. 101011
b. 1101010
c. 101000
d. 0010101
a. Idempotent Law
b. Complement Law
d. Identity Law
15. Which of these conditions is apt if one wants to add two matrices?
b. The columns and rows of the matrices that we want to add are similar.
c The total number of the rows of the first matrix must be equal to the total number of
columns in the second matrix that we want to add.
d. The rows of both of those matrices that we would add are similar.
Answer: (a) Columns of both of those matrices that we would add are equal.
16. _____________ is the Universal logic gate:
a. AND
b. NAND
c. NOT
d. OR
17. For a Boolean Expression, the canonical forms have _______ types.
a. Four
b. Three
c. Five
d. Two
a. Worst Case
b. Best Case
c. Null Case
d. Average Case
b. in circuit theory
20. The _______________ search compares every element against the searching
element until it is not found:
a. Binary
b. Merge
c. Sequential