Mealy Machines

Mealy Machines

11th Grade

9 Qs

quiz-placeholder

Similar activities

Python - Abstractions, Comments, Data Types, Variables

Python - Abstractions, Comments, Data Types, Variables

9th - 12th Grade

12 Qs

Python Data Types

Python Data Types

9th - 12th Grade

10 Qs

F3 CL Python Ch01

F3 CL Python Ch01

1st - 12th Grade

10 Qs

python (loops)

python (loops)

11th Grade

10 Qs

Y13 Regular expressions

Y13 Regular expressions

11th - 12th Grade

14 Qs

Quiz 15 - Array Basics

Quiz 15 - Array Basics

11th Grade

10 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

Strings

Strings

10th - 11th Grade

10 Qs

Mealy Machines

Mealy Machines

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Jed Blackburn

Used 52+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A finite state machine could consist of...

Transistions

Accepting States

States

All of the above.

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Is the following string accepted by the FSM above?


aaacdb

Yes

No

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Is the following string accepted by the FSM above?


ababacdaaac

Yes

No

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Is the following string accepted by the FSM above?


abcdb

Yes

No

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Is the following string accepted by the FSM above?


acda

Yes

No

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Is the following string accepted by the FSM above?


acdbdb

Yes

No

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

For the Mealy machine above, what does the input of 50 output?

50

20

0

10

8.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

For the Mealy machine above, what does the input of 20,10,20 output?

0, 50, 20

30,20,0

30, 50, 0

30, 0, 0

9.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

For the Mealy machine above, what does the input of 10,10,10,20 output?

40,30,20,0

40, 30, 10, 0

30,10, 10, 0

10, 40, 40, 0