Compiler Design -Lexical analysis and Syntax analysis

Compiler Design -Lexical analysis and Syntax analysis

University

12 Qs

quiz-placeholder

Similar activities

Flowchart

Flowchart

University

14 Qs

Jaringan Nirkabel _ Pertemuan 10

Jaringan Nirkabel _ Pertemuan 10

University

10 Qs

Intro-Computacao_3.2

Intro-Computacao_3.2

University

10 Qs

319K/H SI Week 5 - ECE 302 Review

319K/H SI Week 5 - ECE 302 Review

University

10 Qs

Midterm Quiz # 1 - GEC 9

Midterm Quiz # 1 - GEC 9

University

15 Qs

IB CS: Chap 1-4 Revision

IB CS: Chap 1-4 Revision

KG - University

10 Qs

XML and JSON Parsing Quiz

XML and JSON Parsing Quiz

University

7 Qs

CFG - Quiz Review

CFG - Quiz Review

University - Professional Development

11 Qs

Compiler Design -Lexical analysis and Syntax analysis

Compiler Design -Lexical analysis and Syntax analysis

Assessment

Quiz

Computers

University

Medium

Created by

Suganya Ram

Used 4+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which phase of a compiler is responsible for converting source code into tokens?

Syntax analysis

Semantic Analysis

Lexical analysis

Code Generation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the syntax analysis phase of a compiler produce?

Intermediate code

Token streams

Symbol table

Parse tree

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In compiler design, which of the following is NOT a type of intermediate representation (IR)?

Abstract syntax tree

machine code

Three address code

Context free grammar

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the symbol table in a compiler?

To optimize code

To generate machine code

To store information about identifiers

To parse tokens

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the context of parsing, what does the 'Follow' set of a non-terminal symbol contain?

All terminal symbols that can appear at the beginning of the non-terminal's productions

All terminal symbols that can follow the non-terminal in the grammar's rules

All terminal symbols that can appear immediately after the non-terminal in any valid string

All symbols that can be derived from the non-terminal

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given a grammar, how do you compute the First() set for a non-terminal?

it contains all terminal symbols that can appear at the beginning of any string derived from the non-terminal.

It contains all terminal symbols that can follow the non-terminal in the grammar.

It contains all symbols that can be derived from the non-terminal

It contains all symbols that can be produced by the non-terminal in the grammar’s rules.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an LL(1) parsing table, what does a conflict at a table entry indicate?

The grammar is left recursive

The parser has successfully parsed the input

The grammar is ambiguous

The table is complete and correct

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?