Unit 7 Interpreter

Unit 7 Interpreter

University

7 Qs

quiz-placeholder

Similar activities

QUIZ CD S5 7-4-22

QUIZ CD S5 7-4-22

University

10 Qs

CS431 Compiler Lab - Viva1

CS431 Compiler Lab - Viva1

University

10 Qs

TECHIE BLAZERS

TECHIE BLAZERS

University

10 Qs

Python Chapter

Python Chapter

8th Grade - University

12 Qs

C Programming Quiz-6

C Programming Quiz-6

University

10 Qs

Compiler Design -Lexical analysis and Syntax analysis

Compiler Design -Lexical analysis and Syntax analysis

University

12 Qs

Compiler Design

Compiler Design

University

12 Qs

Compiler Design Lecture 1

Compiler Design Lecture 1

University - Professional Development

10 Qs

Unit 7 Interpreter

Unit 7 Interpreter

Assessment

Quiz

Computers

University

Easy

Created by

Abhishek Pandey

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Program which executes instructions written in a high-level language by translating that source code to object code is called __________

Language translator

converter

changer

all

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Compiler is a Language Translator.

False

True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The intermediate code generation phase transforms parse tree into an intermediate language representation of the source program called “ __________ “.

Three Address Code

Two Address Code

Thirteen Address Code

alL

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lexical analyzer converts the source program into a sequence of atomic units called “____________ “.

Tokens

Chunkes

frames

aLL

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The syntax analyzer groups tokens together into syntactic structures called “________________”l

Syntax Tree

Neem Tree

Parse Tree

all

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data structure containing a record for each identifier, with a field for the attribute of identifier, is called “__________“.

Symbol Table

Token Table

Table

alL

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program which receives valid tokens and checks them against the grammar and produces valid parse trees otherwise generate syntactical errors are called ___________ .

Parser

scanner

tokenizer

all