Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

FLAT-SS-UNIT - 1 -B

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is Automata Theory?

a)

Automata theory is the study of Automata

b)

Automata theory is the study of abstract computing devices

c)

Automata theory is the study of devices

d)

None of the above

2.

Why we Study Automata?

a)

Automata theory is the core of computer science

b)

Automata theory presents many useful models for software and hardware.

c)

In compilers we use finite automata for lexical analyzers, and push down automatons for parsers

d)

In search engines, we use finite automata to determine tokens in web pages.

e)

All the above

3.

What is an alphabet??

a)

. An alphabet is a finite, non empty set of symbols

b)

We use the symbol å for an alphabet.

c)

All the above

d)

None of the above

4.

what is  Σ* ?

a)

zero or more occurance of symbols

b)

Σ* = Σ0 ∪ Σ1 ∪ Σ2 ∪ ...

c)

All the Above

d)

None of the above

5.

what is Σ+ ?

a)

= Σ1 ∪ Σ2 ∪Σ3 u…

b)

one or more occurance of symbols

c)

All the above

d)

None of the above

6.

What is Concatenation of strings?

If x = abc and y = de then xy = ??

a)

xy = abcde

b)

xy = deabc

c)

xy=adbec

d)

None of the above

7.

what is the purpose of a state?

a)

The purpose of a state is to remember the relevant portion of the history.

b)

The purpose of a state is to remember the start state

c)

The purpose of a state is to remember the final state

d)

All the above

8.

How States are represented ?

a)

States are represented by circles.

b)

States are represented by rectangle.

c)

States are represented by square.

d)

States are represented by triangle.

9.

Accepting (final) states are represented by ..................................?

a)

double circles.

b)

double square

c)

double rectangle

d)

None of the above

10.

Arcs represent .................

a)

state transitions

b)

Start state

c)

Final State

d)

None of the above