1. Write regular expression for All the words of a language with alphabets {a,b,c} that begins with an ‘a’ or a ‘c’ and then followed by some number of b’s.
REGULAR EXPRESSION

Quiz
•
Computers
•
University
•
Hard
Dr. T. SAJU RAJ
Used 23+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
(a+c)b
((a+c)b)*
((a+c)*b)*
(a+c)b*
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
2. Write regular expression for all the words of a language with alphabets {a,b} that contains all the strings of a’s and b’s of length exactly three.
(a+b)3
(a3+b3)
(3a+3b)
(a+b)
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
3. Write regular expression for All the words of a language with alphabets {a,b} that begin with a and end with b
= ab(a+b)*ab
= a*(a+b)* b*
a(a+b)* b
= a(a+b) b
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
4. Write regular expression for all the words of a language with alphabets {a,b} that begin with a
a (a+b)*
a* (a+b)*
a (a+b)
a (a*+b*)*
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
5. Write regular expression for all the words of a language with alphabets {a,b} that ends with aa
(a+b)* a*a
aa
(a+b) aa
(a+b)* aa
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
6. Write regular expression for all the words of a language with alphabets {a,b} that have atleast one a
(a+b)a(a+b)
(a+b)* a (a+b)*
(a+b)* a* (a+b)*
(a+b)* a
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
7. Write regular expression for all the words of a language with alphabets {a,b} that have atleast one a and one b
(a+b)* a (a+b)* b (a+b)* + (a+b)*b (a+b)* a (a+b)*
(a+b)* a (a+b)* b (a+b)*
(a+b)*b (a+b)* a (a+b)*
(a+b)* a* (a+b)* b* (a+b)* + (a+b)*b* (a+b)* a* (a+b)*
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
C Programming Quiz-1

Quiz
•
University
12 questions
C Basics

Quiz
•
University
15 questions
Stack??

Quiz
•
University
10 questions
321 - Quiz07

Quiz
•
University
10 questions
COMPILER DESIGN QUIZ

Quiz
•
University
12 questions
Functions C

Quiz
•
University
15 questions
JavaScript

Quiz
•
University
15 questions
FLAT QUIZ

Quiz
•
University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade