Search Header Logo

CSE334_CA10_Lexical analysis

Authored by Pushpendra Pateriya

Computers

University

Used 2+ times

CSE334_CA10_Lexical analysis
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number of tokens in the following C statement is printf("HELLO WORLD");

8

9

5

3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a compiler, keywords of a language are recognized during

the lexical analysis of the program

code generation

parsing of the program

dataflow analysis

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The lexical analysis for a modern computer language such as Java needs the power of which one of the following machine models in a necessary and sufficient sense?

Finite state automata

Deterministic pushdown automata

Non-Deterministic pushdown automata

Turing Machine

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following statements: (I) The output of a lexical analyzer is groups of characters. (II) Total number of tokens in printf("i=%d, &i=%x", i, &i); are 11. (III) Symbol table can be implementation by using array and hash table but not tree. Which of the following statement(s) is/are correct?

Only (I)

Only (II) and (III)

All (I), (II), and (III)

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following statements is FALSE?

High-level language programs can be translated to different Intermediate Representations.

Context-free grammar can be used to specify both lexical and syntax rules.

Type checking is done before parsing.

Arguments to a function can be passed using the program stack.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A lexical analyzer uses the following patterns to recognize three tokens T1, T2, and T3 over the alphabet {a,b,c}. T1: a?(b∣c)*a T2: b?(a∣c)*b T3: c?(b∣a)*c If the string bbaacabc is processed by the analyzer, which one of the following is the sequence of tokens it outputs?

T1T2T3

T3T3

T1T1T3

T2T1T3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The output of a lexical analyzer is

Machine code

A parse tree

A stream of tokens

Intermediate code

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

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?