Two finite state machines are said to be equivalent only if
Two finite state machines are said to be equivalent only if they
Two finite state machines are said to be equivalent only if they
Which statement most closely describes the regular expression 01 * 0 ?
Akilesh Kharvi ? Dec 8 '2016 at 21:49
Answer:It represents an infinite set of finite strings
Explanation:
The Regular Expression 01*0 means
The set of ==> {00,010,0110,01110,011110,0111110,01......0, and so on.}
so the length of the string like 00 and 011110 are finite and the set is infinite due to 1*
so the ans is B.
Which of the following statements is wrong ?
The regular expression [ a\b ) { a\b ) denotes the set
Akilesh Kharvi ? Dec 8 '2016 at 20:10
Answer: { aa, ab, ba, bb }
Explanation:
There are two sets {a,b},{a,b}
Keep First variable constant then there is two possibility
{aa}{ab}
Keep Second variable constant then there is two possibility
{ba}{bb}
So there is Total Four Possibility {aa,ab,ba,bb}
Mathematical Logic, PGCET CSE Exam (Karnataka) 2011, Technical Aptitude, Theory Of Computation, UnSolved
P, Q, R are three languages. PQ = R and P and R are regular. This implies