MCQOPTIONS
Saved Bookmarks
| 1. |
Which one of the following regular expressions represents the set of all binary strings with an odd number of 1’s? |
| A. | ((0 + 1)*1(0 + 1)*1)*10* |
| B. | (0*10*10*)*0*1 |
| C. | 10*(0*10*10*)* |
| D. | 0*(10*10*)*10* |
| Answer» E. | |