Question
a.
1
b.
2
c.
3
d.
4
Posted under Compiler Design
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. How many minimum states are required to find whether a string has odd number of 0’s or not
Similar Questions
Discover Related MCQs
Q. Consider alphabet ∑ = {0, 1}, the null/empty string λ and the sets of strings X0, X1 and X0.How are X1 and X2 are related ?
X0 = 1 X1
X1 = 0 X1 + 1 X2
X2 = 0 X1 + {λ}
Which one of the following represents the strings in X0?
View solution
Q. Which of the following languages is/are regular?
L1: {wxwR ⎪ w, x ∈ {a, b}* and ⎪w⎪, ⎪x⎪ >0} wR is the reverse of string w
L2: {anbm ⎪m ≠ n and m, n≥0
L3: {apbqcr ⎪ p, q, r ≥ 0}
View solution
Q. The set of all strings over ∑ = {a,b} in which strings consisting a’s and b’s and ending with in bb is
View solution
Q. An individual token is called ________
View solution
Q. Lexical Analyser’s Output is given to Syntax Analysis.
View solution
Q. Lexical Analysis Identifies Different Lexical Units in a _______
View solution
Q. Which one is a type of Lexeme
View solution
Q. The process of forming tokens from an input stream of characters is called_____
View solution
Q. When expression sum=3+2 is tokenized then what is the token category of 3
View solution
Q. Which grammar defines Lexical Syntax
View solution
Q. It has encoded within it information on the possible sequences of characters that can be contained within any of the tokens it handles .Above motioned function is performed by?
View solution
Q. Lexers are often generated by a lexer generator, same as parser generators,
View solution
Q. Which one is a lexer Generator
View solution
Q. Which of the lexical analyser can handle Unicode
View solution
Q. Which NDFA correctly represents the following RE :
a(bab)*∪a(ba)*
View solution
Q. Which is the correct NDFA for the following mentioned expression? (ab)*∪(aba)*.
View solution
Q. Construct a NDFA for the following regular expression :
(a∪b)*aba(a∪b)*
View solution
Q. A deterministic finite automation (DFA)D with alphabet ∑= {a,b} is given below.
Which of the following is a valid minimal DFA which accepts the same language as D?
View solution
Q. What is the complement of the language accepted by the NFA shown below? Assume ∑ = {a} and ε is the empty string.
View solution
Q. Consider the set of strings on {0,1} in which, every substring of 3 symbols has at most two zeros. Complete the partially completed DFA that accepts this language is shown below. The missing arcs in the DFA are
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Compiler Design? 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!