S14 Quiz

S14 Quiz

University

5 Qs

quiz-placeholder

Similar activities

Quiz sobre Radiaciones Electromagnéticas

Quiz sobre Radiaciones Electromagnéticas

University

10 Qs

C++ Y apuntadores

C++ Y apuntadores

University

10 Qs

UAS Pemrograman Komputer dan Sistem Otomatisasi

UAS Pemrograman Komputer dan Sistem Otomatisasi

University

10 Qs

WEEK08_FUNDAMENTAL_OF_IOT

WEEK08_FUNDAMENTAL_OF_IOT

University

10 Qs

เกมส์ทายของรางวัล

เกมส์ทายของรางวัล

University

10 Qs

Electric Traction Quiz

Electric Traction Quiz

University

10 Qs

Sesion 13 - Estrategias de mitigación y adaptación - Parte 2

Sesion 13 - Estrategias de mitigación y adaptación - Parte 2

University

10 Qs

Snap! Variables, Condicionales y Booleanos

Snap! Variables, Condicionales y Booleanos

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