recategorized by
457 views

1 Answer

1 votes
1 votes

Accepts all the strings with substring $0101$, the regular expression will be:

$R=(0+1)^*0101(0+1)^*$

The DFA is as follows:

 

Related questions

1 votes
1 votes
2 answers
1
admin asked Dec 15, 2022
731 views
What is the minimum number of nodes required in a DAG (Directed Acyclic Graph) for the following block?\[\begin{aligned}U=Z & =V+W \\X=Y & =U+1 \\A & =X+Y\end{aligned}\]
1 votes
1 votes
2 answers
2
admin asked Dec 15, 2022
370 views
What is the size of the physical address space in a paging system, which has a page table containing $64$ entries of $11$ bit each (including valid and invalid bit) and a...