Unit 7 Interpreter

Unit 7 Interpreter

University

7 Qs

quiz-placeholder

Similar activities

CD VIVA

CD VIVA

University - Professional Development

10 Qs

C File Management

C File Management

University

10 Qs

ITPFL5 Endterm Exercise #4

ITPFL5 Endterm Exercise #4

University

10 Qs

BCD adder and Multiplier

BCD adder and Multiplier

University

8 Qs

Unit 2 Computer Science - Stages of Compilation

Unit 2 Computer Science - Stages of Compilation

12th Grade - University

9 Qs

CDS1-Quiz

CDS1-Quiz

University

10 Qs

CD Viva B Section

CD Viva B Section

University

12 Qs

Scratch Vocabulary

Scratch Vocabulary

3rd Grade - University

9 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