what does this mean *
0 or more repetition
what does this mean +
1 or more repition
what does this mean ?
Previous character is optional
what does this mean |
alternative or or
what does this mean ()
grouping regular experession together
What is a set
unordered unique values
0^n 1^n | n> 1
01 , 0011, 000111
All regular languages can be represented using a finite state
machine without outputs true or false
True
The set of strings defined by a regular language is always
finite in size.
False
There are some languages which can be represented in
Backus-Naur Form (BNF) that are not regular languages
True