S14 Quiz

S14 Quiz

University

5 Qs

quiz-placeholder

Similar activities

Quizizz1.2

Quizizz1.2

University

6 Qs

FLAT S10 QUIZ

FLAT S10 QUIZ

University

5 Qs

Quiz No. 5

Quiz No. 5

University

10 Qs

Problemas de Ley de Ohm

Problemas de Ley de Ohm

University

6 Qs

Lección Prueba de Máquina eléctrica

Lección Prueba de Máquina eléctrica

University

10 Qs

TUTORIAL 4_BEARING_Part b

TUTORIAL 4_BEARING_Part b

University

10 Qs

QUIZ

QUIZ

University

10 Qs

Module 1 Simple stresses and basics

Module 1 Simple stresses and basics

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

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