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
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.
(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 Wayground
10 questions
IT01

Quiz
•
University
15 questions
JavaScript

Quiz
•
University
12 questions
Microsoft Excel

Quiz
•
University
12 questions
C Basics

Quiz
•
University
13 questions
C programming-1

Quiz
•
University
10 questions
321 - Quiz07

Quiz
•
University
12 questions
Functions C

Quiz
•
University
15 questions
NFA Vs DFA

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade