Automata

Automata

University

5 Qs

quiz-placeholder

Similar activities

Issues in First and Second Language Acquisition

Issues in First and Second Language Acquisition

University

10 Qs

Linguistics of SLA

Linguistics of SLA

University

10 Qs

plexo lumbar

plexo lumbar

University

7 Qs

otro

otro

University

10 Qs

Simbol, String, Bahasa, dan Hirarky Chomsky

Simbol, String, Bahasa, dan Hirarky Chomsky

University

10 Qs

James Webb Space Telescope

James Webb Space Telescope

University

10 Qs

English Language Learners

English Language Learners

University

7 Qs

NEUROANATOMY

NEUROANATOMY

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