Theory of Automata (Test 2)

Theory of Automata (Test 2)

University

20 Qs

quiz-placeholder

Similar activities

TAFL Quiz-2

TAFL Quiz-2

University

20 Qs

CSE316_Unit01_Quiz01

CSE316_Unit01_Quiz01

University

20 Qs

Multiplexers

Multiplexers

University

18 Qs

SOA 5 RESTful

SOA 5 RESTful

University

19 Qs

Chapter 7 (SQA) and 8 (Software Standard)

Chapter 7 (SQA) and 8 (Software Standard)

University

18 Qs

Flowchart & Pseudocode

Flowchart & Pseudocode

University

21 Qs

Finite State Machines

Finite State Machines

University

15 Qs

Theory of computations - Handout 2

Theory of computations - Handout 2

University

20 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?