Automata

Automata

University

5 Qs

quiz-placeholder

Similar activities

QUIZADER

QUIZADER

University

10 Qs

Operaciones con Lenguajes 2

Operaciones con Lenguajes 2

University

4 Qs

Pengukuran Misc

Pengukuran Misc

12th Grade - University

10 Qs

Operaciones con Lenguajes

Operaciones con Lenguajes

University

10 Qs

Tes Awal Biomekanika

Tes Awal Biomekanika

University

10 Qs

Quiz Parasitologia - 5B

Quiz Parasitologia - 5B

University

10 Qs

Cargas Distribuidas N0

Cargas Distribuidas N0

University

2 Qs

AIS_L07

AIS_L07

University

10 Qs

Automata

Automata

Assessment

Quiz

Other

University

Easy

Created by

Vivek Gupta

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is less complex to prove the closure properties over regular languages using

NFA

DFA

PDA

Can’t be said

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an application of Finite Automaton?

Compiler Design

Grammar Parsers

Text Search

All of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

John is asked to make an automaton which accepts a given string for all the occurrence of ‘1001’ in it. How many number of transitions would John use such that, the string processing application works?

9

11

12

15

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

L1= {w | w does not contain the string tr }
L2 = {w | w does contain the string tr}
Given ∑ = {t, r}, The difference of the minimum number of states required to form L1 and L2?

0

1

2

Cannot be said

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the number of transitions required to automate the following language using only 3 states:
L = {w | w ends with 00}

3

2

4

Cannot be said