321 - Quiz07

321 - Quiz07

University

10 Qs

quiz-placeholder

Similar activities

Quiz 8

Quiz 8

University

10 Qs

Compiler design -Quiz2

Compiler design -Quiz2

University

15 Qs

Comprehensive_TOC1

Comprehensive_TOC1

University

15 Qs

Tugas TBO

Tugas TBO

University

11 Qs

Quiz 12 Teori Bahasa dan Otomata 2023-1

Quiz 12 Teori Bahasa dan Otomata 2023-1

University

10 Qs

Quiz 10 Teori Bahasa dan Otomata 2022-1

Quiz 10 Teori Bahasa dan Otomata 2022-1

University

10 Qs

Quiz 10 Teori Bahasa dan Otomata 2021-2

Quiz 10 Teori Bahasa dan Otomata 2021-2

University

10 Qs

FLAT QUIZ

FLAT 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?