Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Theory of Computation and Compiler Design
Quiz 2: Formal Languages and Automata Theory: Part B
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
Which one of the following languages over the alphabet {0,1} is described by the regular expression: (0+1) *0(0+1) *0(0+1) *?
Question 2
Multiple Choice
Which one of the following is FALSE?
Question 3
Multiple Choice
Match all items in Group 1 with correct options from those given in Group 2. List I List II p. Regular Expression 1. Syntax analysis q. Push down automata 2. Code Generation r. Dataflow analysis 3. Lexical analysis s. Register allocation 4. Code optimization
Question 4
Multiple Choice
Which of the following pairs have DIFFERENT expressive power?
Question 5
Multiple Choice
Let S and T be language over ={a,b} represented by the regular expressions (a+b*) * and (a+b) *, respectively. Which of the following is true?
Question 6
Multiple Choice
Let L denotes the language generated by the grammar S - OSO/00. Which of the following is true?
Question 7
Multiple Choice
Consider the following two statements: S
1
: { 0^2n |n >= l} is a regu1ar language S
2
: { 0^m 0^n 0^(m+n) l m >= 1 and n >= 2} is a regu1ar language Which of the following statements is correct?