S14 Quiz

S14 Quiz

University

5 Qs

quiz-placeholder

Similar activities

Lección Prueba de Máquina eléctrica

Lección Prueba de Máquina eléctrica

University

10 Qs

AFM SMILER Exercise 1-4

AFM SMILER Exercise 1-4

University

10 Qs

Riesgos Ambientales y SST

Riesgos Ambientales y SST

University

10 Qs

Module 2 (3)

Module 2 (3)

University

10 Qs

Conceptos Clave del Transformador

Conceptos Clave del Transformador

University

10 Qs

Diode

Diode

University

10 Qs

Mekanka Fluida Quiz

Mekanka Fluida Quiz

University

10 Qs

Lógica Booleana taller

Lógica Booleana taller

University

10 Qs

S14 Quiz

S14 Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

Asst.Prof.,CSE Vel Tech, Chennai

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is equivalent to the set described by the regular expression 11∗00∗?

{1m0m|m>0 is a natural number}

{1m0n|m,n>0 are natural numbers}

{1m0m|m≥0 is a natural number}

{1m0n|m,n≥0 are natural numbers}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following regular expressions generates the complement of the language generated the regular expression (00+11)∗?

(00+11)∗(0+1)+(00+11)∗(01+10)(0+1)∗

(00+11)(0+1)∗+0(00)∗+1(11)∗

(01+10)(0+1)∗+0+1

(00+11)(0+1)∗+(0+1)(01+10)∗

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Let R and S be two regular expressions. Which of the following is equivalent to the regular expression S(S+RS)∗?

R(SR+R)∗

(RR∗S∗S∗)∗

(S+SR)∗R

RR∗S(RR∗S)∗

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Any regular expression of size n can be converted to an NFA (with ϵ-transitions) having at most (select the smallest possible asymptotic upper bound)

O(n) states

O(n2) states

O(2n) states

O(1) states

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The union of two decidable languages is

context-free but not necessarily regular

regular

decidable but not necessarily context-free

recognizable but not necessarily decidable