Discrete Mathematics MCQs (Part-1)

What is a set in mathematics?

A Group of elements
B Ordered pair
C Collection of objects
D Collection of numbers

What does a Venn diagram represent?

A Set relationships
B Logical operations
C Graphical data
D Mathematical equations

Which of the following is the correct symbol for the intersection of two sets?

A
B
C
D

Which logic gate produces a true output only when all inputs are true?

A NOT
B XOR
C AND
D OR

What is the purpose of a truth table?

A To perform arithmetic operations
B To represent logical functions
C To solve equations
D To find set relations

In a directed graph, what do the edges represent?

A Points in space
B Relationships in sets
C Connections between nodes
D Pathways of logic

What is the degree of a node in a graph?

A Number of edges attached to it
B Distance between nodes
C Number of vertices it connects to
D Number of paths available

Which of the following is true for a function?

A A function maps elements randomly
B One element can map to multiple outputs
C A function doesn’t require any inputs
D Multiple elements can map to one output

What is the result of the following Boolean expression: A AND (B OR C)?

A (A AND B) OR C
B A OR (B AND C)
C A AND (B OR C)
D A AND B AND C

What is the basic unit of a Boolean algebra?

A Variable
B Operand
C Set
D Truth table

Which of the following is a recurrence relation?

A a = b + c
B a(n) = a(n-1) + 1
C y = mx + b
D x = x + 1

What is the purpose of a base case in mathematical induction?

A To validate the last step
B To prove that the statement holds for all numbers
C To prove the hypothesis
D To validate the first step

What does a lattice in mathematics represent?

A A grid of points
B A geometric figure
C A set with certain operations
D A set of numbers

What does modular arithmetic deal with?

A Remainders after division
B Numbers in sequences
C Solving quadratic equations
D Operations on functions

What is a graph that can be drawn without any edges crossing called?

A Bipartite graph
B Planar graph
C Tree
D Directed graph