FLAT S10 QUIZ

FLAT S10 QUIZ

University

5 Qs

quiz-placeholder

Similar activities

Calefacción

Calefacción

University

10 Qs

Quiz No. 5

Quiz No. 5

University

10 Qs

Car Noise Limits and Regulations Quiz

Car Noise Limits and Regulations Quiz

12th Grade - University

10 Qs

DECI-BIN Conversion

DECI-BIN Conversion

12th Grade - University

10 Qs

Disposiciones reglamentarias y criterios que se están adoptando

Disposiciones reglamentarias y criterios que se están adoptando

University

9 Qs

Ignite Your Engine:  A Spark Plug Tune-Up

Ignite Your Engine: A Spark Plug Tune-Up

10th Grade - University

10 Qs

Quizizz 5.3 Materiales compuestos

Quizizz 5.3 Materiales compuestos

University

6 Qs

Module 1 Simple stresses and basics

Module 1 Simple stresses and basics

University

10 Qs

FLAT S10 QUIZ

FLAT S10 QUIZ

Assessment

Quiz

Engineering

University

Hard

Created by

Asst.Prof.,CSE Vel Tech, Chennai

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 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

3.

MULTIPLE CHOICE QUESTION

1 min • 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)∗

4.

MULTIPLE CHOICE QUESTION

1 min • 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)∗

5.

MULTIPLE CHOICE QUESTION

1 min • 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