wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Automata

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

Which of the following does not represents the given language?

Language: {0,01}

a)

0+01

b)

{0} U {01}

c)

{0} U {0}{1}

d)

{0} ^ {01}

2.

Concatenation Operation refers to which of the following set operations:

a)

Union

b)

Dot

c)

Kleene

d)

None

3.

Concatenation of R with Ф outputs

a)

R

b)

Ф

c)

R.Ф

d)

None

4.

RR* can be expressed in which of the forms:

a)

R+

b)

R-

c)

R+ U R-

d)

R

5.

The minimum number of states required in a DFA (along with a dumping state) to check whether the 3rd bit is 1 or not for |n|>=3, where n is number of bits.

a)

3

b)

4

c)

5

d)

1

6.

In Moore machine, output is produced over the change of:

a)

transitions

b)

states

c)

both of the above

d)

None

7.

For a give Moore Machine, Given Input=’101’, thus the output would be of length

a)

4

b)

3

c)

2

d)

none

8.

The minimum number of states required to recognize an octal number divisible by 3 are/is

a)

1

b)

3

c)

5

d)

7

9.

The sum of minimum and maximum number of final states for a DFA n states is equal to:

a)

n+1

b)

n

c)

n-1

d)

n+2

10.

If NFA of 7 states is converted into DFA, maximum possible number of states for the DFA is ?

a)

64

b)

132

c)

128

d)

127