TOC_Q1

TOC_Q1

Professional Development

8 Qs

quiz-placeholder

Similar activities

Cars 2.0

Cars 2.0

1st Grade - Professional Development

10 Qs

Thin & Light

Thin & Light

Professional Development

7 Qs

Systemy operacyjne

Systemy operacyjne

6th Grade - Professional Development

10 Qs

Co już wiemy ? Python

Co już wiemy ? Python

12th Grade - Professional Development

11 Qs

Google Suite for Education

Google Suite for Education

Professional Development

12 Qs

Computer skills

Computer skills

5th Grade - Professional Development

10 Qs

se préparer au cléa numérique

se préparer au cléa numérique

Professional Development

11 Qs

Day2-screening-2

Day2-screening-2

University - Professional Development

10 Qs

TOC_Q1

TOC_Q1

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

nandini V

Used 17+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mapping Function of a DFA

Σ * Q -> Σ

Q * Q -> Σ

Σ * Σ -> Q

Q * Σ -> Q

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

NFA, in its name has ’non-deterministic’ because of :

The result is undetermined

The choice of path is non-deterministic

The state to be transited next is non-deterministic

All of the mentioned

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

x is a string such that it ends with ‘101’

x is a string such that it ends with ‘01’

x is a string such that it has odd 1’s and even 0’s

x is a strings such that it has starting and ending character as 1

4.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Can a DFA simulate NFA

yes

No

sometimes

depends on NFA

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

{w | w ends with 010}

{w | w starts with 010}

{w | w contains 010 as a substring}

{w | w does not contain 010 as a substring}

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Convert the Epsilon NFA to NFA without null transitions

Media Image
Media Image
Media Image
Media Image

8.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Let L1={w∣w has atleast four a's}and L2={w∣w has atmost two a's}.Which of the following is the language L1∩L2L1∩L2?

{w∣w has exactly three a's}

∅∅

{w∣w has exactly two, three or four a's}

{w∣w does not have exactly three a's}