1
GATE CSE 2026 Set 1
MCQ (More than One Correct Answer)
+1
-0

Let $M$ be a non-deterministic finite automaton (NFA) with 6 states over a finite alphabet. Which of the following options CANNOT be the number of states in the minimal deterministic finite automaton (DFA) that is equivalent to $M$ ?

A

32

B

65

C

1

D

128

2
GATE CSE 2025 Set 1
MCQ (Single Correct Answer)
+1
-0

A regular language $L$ is accepted by a non-deterministic finite automaton (NFA) with $n$ states. Which of the following statement(s) is/are FALSE?

A
$L$ may have an accepting NFA with $< n$ states.
B
$L$ may have an accepting DFA with $< n$ states.
C
There exists a DFA with $\leq 2^n$ states that accepts $L$.
D
Every DFA that accepts $L$ has $>2^n$ states.
3
GATE CSE 2024 Set 2
MCQ (Single Correct Answer)
+1
-0.33

Which one of the following regular expressions is equivalent to the language accepted by the DFA given below?

GATE CSE 2024 Set 2 Theory of Computation - Finite Automata and Regular Language Question 14 English

A

0*1(0 + 10*1)*

B

0*(10*11)*0*

C

0*1(010*1)*0*

D

0(1 + 0*10*1)*0*

4
GATE CSE 2024 Set 1
MCQ (More than One Correct Answer)
+1
-0

Let $L_1, L_2$ be two regular languages and $L_3$ a language which is not regular. Which of the following statements is/are always TRUE?

A

$L_1 = L_2$ if and only if $L_1 \cap \overline{L_2} = \emptyset$

B

$L_1 \cup L_3$ is not regular

C

$\overline{L_3}$ is not regular

D

$L_1 \cup \overline{L_2}$ is regular

GATE CSE Subjects

Browse all chapters by subject

Software Engineering
Web Technologies