retagged by
1,114 views

2 Answers

1 votes
1 votes
Applications of finite automata include string matching algorithms, network protocols and lexical analyzers

so correct option is a

Related questions

0 votes
0 votes
1 answer
2
Ebrahim asked Jan 12
147 views
Q1. For the following grammar N - AB | BA A - a | CAC B - b | CBC C - a | b Find the FIRST and FOLLOW
0 votes
0 votes
1 answer
3
Ebrahim asked Dec 18, 2023
238 views
Like Example Above please answer this questionQ5. Implement a+b*(c+d)-e/finto: a). Quadruples.b). Triples.c). Indirect triples.