321 - Quiz07

321 - Quiz07

University

10 Qs

quiz-placeholder

Similar activities

Compiler Engineering-I

Compiler Engineering-I

University

10 Qs

S3-ANIMACIÓN 3D (BÁSICO)

S3-ANIMACIÓN 3D (BÁSICO)

University

14 Qs

Quiz 10 Susulan  Teori Bahasa dan Otomata 2022-1

Quiz 10 Susulan Teori Bahasa dan Otomata 2022-1

University

10 Qs

Revisão de Linguagens Formais

Revisão de Linguagens Formais

University

10 Qs

UAS TBO 2021

UAS TBO 2021

University

10 Qs

RedHat Academy 8.3

RedHat Academy 8.3

10th Grade - University

15 Qs

Stack??

Stack??

University

15 Qs

Lexical Analysis in Compiler Design Quiz

Lexical Analysis in Compiler Design Quiz

University

15 Qs

321 - Quiz07

321 - Quiz07

Assessment

Quiz

Computers

University

Medium

Created by

Malcolm McCullough

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

One of the following valid Regular Expression is equivalent to the Regular Expression a? Which one is it?

a|ε

[a]

a+ε

not a valid RE

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

RE: (a|b)* is equivalent to b*a*

No

Yes

maybe

I should guess

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

RE: (a|b)* is equivalent to (a*b*)*

No

yes

Maybe

I should guess

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The Cambridge notation for z = x + 2 * y is?

(z (x (2 y*)+)=)

(= z (+ x (* 2 y)))

= z + x * 2 y

Media Image

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Before you can use a grammar to create a LL(1) parser, you must

Remove Left Recursion

Calculate the First set for each Terminal

Make sure each production rule has a single RHS

make sure the current sentential form look like αAβ

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

LR parsers are table driven; uses a Left-to-right reading of input; create Rightmost derivation (in reverser order)

True

False

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Regular Expression: [ch]?at - matches which of the following?

hat

cat

at

chat

hcat

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?