Automata

Automata

University

5 Qs

quiz-placeholder

Similar activities

C String Handling Function

C String Handling Function

University

5 Qs

Jazzowe improwizacje

Jazzowe improwizacje

KG - Professional Development

10 Qs

page 38 & 39

page 38 & 39

University

10 Qs

DETERMINISTIC FSA

DETERMINISTIC FSA

University

10 Qs

Ramayan and Shaktimaan Quiz (CC-BY-4.0)

Ramayan and Shaktimaan Quiz (CC-BY-4.0)

1st Grade - Professional Development

10 Qs

Quiz Planet (Round-2)

Quiz Planet (Round-2)

University

10 Qs

Datos primitivos

Datos primitivos

University

10 Qs

Lesson 5: By Scripture Alone- Sola Scriptura

Lesson 5: By Scripture Alone- Sola Scriptura

KG - Professional Development

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