Compiler design -Quiz2

Compiler design -Quiz2

University

15 Qs

quiz-placeholder

Similar activities

UTS TBO

UTS TBO

University

10 Qs

Regular expression Session 2020-21

Regular expression Session 2020-21

University

20 Qs

Teori Bahasa dan Automata bagian 1 - UNNES ILMU KOMPUTER

Teori Bahasa dan Automata bagian 1 - UNNES ILMU KOMPUTER

University

20 Qs

1 Binary Search Trees

1 Binary Search Trees

University

20 Qs

Quiz 11 Teori Bahasa dan Otomata-2023-1 Penyederhanaan FUngsi

Quiz 11 Teori Bahasa dan Otomata-2023-1 Penyederhanaan FUngsi

University

10 Qs

CodeHS - Intro to Python - Basics and Console Interaction

CodeHS - Intro to Python - Basics and Console Interaction

9th Grade - Professional Development

20 Qs

Data Structures using C

Data Structures using C

12th Grade - University

20 Qs

BCSC0006 Trees

BCSC0006 Trees

University

10 Qs

Compiler design -Quiz2

Compiler design -Quiz2

Assessment

Quiz

Computers

University

Hard

Created by

Pitchaimanickam B

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The regular expression represents

part of the language

can not represent any language

Constituent string of a language

None of the other options

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The output of the lexical analyzer is

A set of RE

Syntax Tree

set of tokens

String char

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Two Important lexical categories are

White Space

Comments

None of the mentioned

White Space & Comments

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

when the expression sum=3+2 is tokenized then what is the token category of 3

Identifier

Assignment operator

Integer integral

Addition operator

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A DFA cannot have

Epsilon transitions

An isolated state

More than one transition from a state on same in out

All of the other options

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A regular expression for accepting strings with exactly one 1 more than 0’s is

0*1

(0|1)*1(0|1)*

(0|1)*1(0|1)*|1(0|1)*

Not possible

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Number of possible epsilon transitions from a state in an NFA is

One

At most one

Many

Zero

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?