Unit 7 Interpreter

Unit 7 Interpreter

University

7 Qs

quiz-placeholder

Similar activities

CS304

CS304

University

10 Qs

INTRODUCTION TO OOPS

INTRODUCTION TO OOPS

University

10 Qs

Unit 1 practice Compiler

Unit 1 practice Compiler

University

10 Qs

COMPILER DESIGN QUIZ 28.3.2023

COMPILER DESIGN QUIZ 28.3.2023

University

10 Qs

CS2505 Compiler Optimization - Quiz-1

CS2505 Compiler Optimization - Quiz-1

University

10 Qs

 QUIZ  MS Core Java Quiz-3 2023

QUIZ MS Core Java Quiz-3 2023

University

11 Qs

Unit 24 - Java Basics

Unit 24 - Java Basics

University

10 Qs

C++ - Introduction

C++ - Introduction

University

10 Qs

Unit 7 Interpreter

Unit 7 Interpreter

Assessment

Quiz

Created by

Abhishek Pandey

Computers

University

1 plays

Easy

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