Search Header Logo

321 - Quiz07

Authored by Malcolm McCullough

Computers

University

Used 10+ times

321 - Quiz07
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?