PYQBOOK
Filter Questions
Found 475 question(s)
Q116
NAT
GATE
CS
Hard
2 Marks
2024
DM → Set Theory
Let A and B be non-empty finite sets such that there exist one-to-one and onto functions (i) from A to B and (ii) from A × A to A ∪ B. The number of possible values of |A| is
Q117
NAT
GATE
CS
Easy
1 Mark
2024
DM → Graph Theory
The number of spanning trees in a complete graph of 4 vertices labelled A, B, C, and D is
Q118
MCQ
GATE
CS
Medium
1 Mark
2024
DM → Recurrence Relations
The Lucas sequence L_n is defined by the recurrence relation: L_n = L_{n-1} + L_{n-2}, for n >= 3, with L_1 = 1 and L_2 = 3. Which one of the options given is TRUE?
Q119
MSQ
GATE
CS
Hard
1 Mark
2024
DM → Logic
Geetha has a conjecture about integers: ∀x(P(x) ⇒ ∃yQ(x,y)). Which of the following options would imply Geetha's conjecture?
Q120
MCQ
GATE
CS
Medium
1 Mark
2024
DS → Heaps