Question
a.
16
b.
26
c.
32
d.
64
Posted under Formal Languages and Automata Theory
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. How many DFA’s exits with two states over input alphabet {0,1} ?
Similar Questions
Discover Related MCQs
Q. The basic limitation of finite automata is that
View solution
Q. Number of states require to simulate a computer with memory capable of storing ‘3’ words each of length ‘8’.
View solution
Q. FSM with output capability can be used to add two given integer in binary representation. This is
View solution
Q. Which of the following options is correct?
Statement 1: Initial State of NFA is Initial State of DFA.
Statement 2: The final state of DFA will be every combination of final state of NFA.
View solution
Q. Given Language: L= {ab U aba}*
If X is the minimum number of states for a DFA and Y is the number of states to construct the NFA,
|X-Y|=?
View solution
Q. An automaton that presents output based on previous state or current input:
View solution
Q. If NFA of 6 states excluding the initial state is converted into DFA, maximum possible number of states for the DFA is ?
View solution
Q. NFA, in its name has ’non-deterministic’ because of :
View solution
Q. Which of the following is correct proposition?
Statement 1: Non determinism is a generalization of Determinism.
Statement 2: Every DFA is automatically an NFA
View solution
Q. Given Language L= {xϵ {a, b}*|x contains aba as its substring}
Find the difference of transitions made in constructing a DFA and an equivalent NFA?
View solution
Q. The construction time for DFA from an equivalent NFA (m number of node)is:
View solution
Q. If n is the length of Input string and m is the number of nodes, the running time of DFA is x that of NFA.Find x?
View solution
Q. Which of the following option is correct?
View solution
Q. The number of tuples in an extended Non Deterministic Finite Automaton:
View solution
Q. What is wrong in the given definition?
Def: ({q0, q1, q2}, {0,1}, δ, q3, {q3})
View solution
Q. If δ is the transition function for a given NFA, then we define the δ’ for the DFA accepting the same language would be:
Note: S is a subset of Q and a is a symbol.
View solution
Q. What is the relation between DFA and NFA on the basis of computational power?
View solution
Q. If a string S is accepted by a finite state automaton, S=s1s2s3……sn where siϵ∑ and there exists a sequence of states r0, r1, r2…… rn such that δ(r(i), si+1) =ri+1 for each 0, 1, …n-1, then r(n) is:
View solution
Q. Subset Construction method refers to:
View solution
Q. Given Language:
Ln= {xϵ {0,1} * | |x|≥n, nth symbol from the right in x is 1}
How many state are required to execute L3 using NFA?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Formal Languages and Automata Theory? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!