Unit 7 Interpreter

Unit 7 Interpreter

University

7 Qs

quiz-placeholder

Similar activities

C Programming Quiz-1

C Programming Quiz-1

University

10 Qs

Java Script. Parte 1.

Java Script. Parte 1.

University

10 Qs

Pemrograman Dasar - QUIZ

Pemrograman Dasar - QUIZ

10th Grade - Professional Development

10 Qs

JS - Wprowadzenie, operatory

JS - Wprowadzenie, operatory

University - Professional Development

10 Qs

CD QUIZ S6 30-3-22

CD QUIZ S6 30-3-22

University

10 Qs

MindSpace Computers Quiz

MindSpace Computers Quiz

University

10 Qs

Chapter 4 การสืบทอด Class

Chapter 4 การสืบทอด Class

University

10 Qs

Information Coding Scheme

Information Coding Scheme

1st Grade - University

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