MCQOPTIONS
Saved Bookmarks
| 1. |
In order to represent a regular expression, the first step to create the transition diagram is: |
| A. | Create the NFA using Null moves |
| B. | Null moves are not acceptable, thus should not be used |
| C. | Predict the number of states to be used in order to construct the Regular expression |
| D. | None of the mentioned |
| Answer» B. Null moves are not acceptable, thus should not be used | |