Theory of Automata (Test 2)

Theory of Automata (Test 2)

University

20 Qs

quiz-placeholder

Similar activities

Input and Output Devices

Input and Output Devices

7th Grade - University

20 Qs

Quiz on Game AI Concepts

Quiz on Game AI Concepts

University

20 Qs

TOC PRACTICE QUESTIONS CFG AND PDA

TOC PRACTICE QUESTIONS CFG AND PDA

University

21 Qs

BCA - 5(A) OOAD Class Test - 3(Unit-3) dt-01-09-20 By Dr.ARD

BCA - 5(A) OOAD Class Test - 3(Unit-3) dt-01-09-20 By Dr.ARD

University

20 Qs

Turing Machine

Turing Machine

University

20 Qs

Software Testing - Chapter2

Software Testing - Chapter2

University

20 Qs

Computer Science

Computer Science

University

20 Qs

Unit 2 Problem solving A level computer science

Unit 2 Problem solving A level computer science

12th Grade - University

16 Qs

Theory of Automata (Test 2)

Theory of Automata (Test 2)

Assessment

Quiz

Computers

University

Hard

Created by

Engr. Mazhar Basheer Arain

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the regular expression (a + b) match?

One or more 'a's and 'b's

Exactly one 'a' or one 'b'

Zero or more 'a's or 'b's

Zero or more 'a's followed by 'b'

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following regular expressions matches any string that ends with 'ab'?

a(ab)*

(a+b)*ab

ab(a+b)

None of these

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following regular expressions represents strings with any number of 'a's followed by exactly one 'b'?

ab*

a+b

a*b

b*a

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The regular expression (a+b)*c represents what kind of strings?

Strings that have only 'a's and 'b's

Strings that contain at least one 'c'

Strings that contain 'a', 'b', and 'c' in any order

Strings that end with 'c'

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is a characteristic of a non-deterministic finite automaton (NFA)?

It can be in more than one state at a time.


It can have multiple transitions for the same input from a state.

It has no start state.

Both a) and b).

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the main difference between a DFA and an NFA?

A DFA has multiple states for each input symbol, while an NFA has only one.

An NFA is always deterministic, whereas a DFA is non-deterministic.

A DFA has a single possible transition for each input symbol from a given state, whereas an NFA can have multiple possible transitions.

There is no difference.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is not an essential component of a finite automaton?

A finite set of states


A tape for reading input

An input alphabet

A transition function

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?