Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 9 pages
Exam (elaborations)

Compiler Construction UPDATED ACTUAL Exam Questions and CORRECT Answers

Document preview thumbnail
Preview 2 out of 9 pages

Compiler Construction UPDATED ACTUAL Exam Questions and CORRECT Answers What does the compiler take as input and produce as output? - CORRECT ANSWER Source program text - the source language, and outputs program target for the machine - the target language What is the difference between a compiler and an interpreter? - CORRECT ANSWER - - A compiler takes source language and outputs target language, which is then executed accepting input and producing output. Interpreters don't produce a target program as a translation, and instead appear to directly take execute the operations specified in the source program on inputs supplied by the use

Content preview

Compiler Construction UPDATED ACTUAL
Exam Questions and CORRECT Answers
What does the compiler take as input and produce as output? - CORRECT ANSWER -
Source program text - the source language, and outputs program target for the machine - the
target language


What is the difference between a compiler and an interpreter? - CORRECT ANSWER -A
compiler takes source language and outputs target language, which is then executed accepting
input and producing output. Interpreters don't produce a target program as a translation, and
instead appear to directly take execute the operations specified in the source program on inputs
supplied by the user


What is LLVM? - CORRECT ANSWER - set of libraries containing the clang compiler,
and C/C++/Objective-C compilers. Introduced to allow reuse of the parser, for example, from a
static compiler. Implements statically and runtime compiled languages.


LLVM allows you to provide a front and back-end and the LLVM optimiser takes your AST and
produces LLVM intermediate representation.


Give a flowchart of a language-processing system - CORRECT ANSWER - source
program -> PREPROCESSOR -> modified source code -> COMPILER -> target assembly
program -> ASSEMBLER -> relocatable machine code -> LINKER/LOADER -> target machine
code


Describe the four stages of the Slang front end. What is the difference between the Parsed AST
and Internal AST? What does static.ml do? - CORRECT ANSWER - We input the slang
file, which is then parsed using LEX and YACC. We then get a parsed AST Past.expr and do
static analysis, checking types, context-sensitive rules and resolve overloaded operators. Then we
remove syntactic sugar, file loc info and types. Then we get an intermediate AST (Act.expr).


Parsed AST has expr as Boolean of loc * bool for example.
Locations are used for errors.

, Static ML checks type correctness and rewrites expressions to resolve equality, only let fun is
returned. Errors return line where error discovered, not source


Interal AST has no locations, types no let or EQ


How do we find the line number? - CORRECT ANSWER - Have a location for lexing
position, which gives location in the file where we found the element in the AST


What do the middle and backends of the front-end do? - CORRECT ANSWER - Generate
many intermediate languages, whilst persevering semantics, but eliminating aspects of the gap
like syntactic sugar etc.


What is a formal grammar? - CORRECT ANSWER - A set of production rules for strings
in a formal language. Grammar doesn't define meaning, only the syntactic construction of
strings.


What is a context-free grammar? - CORRECT ANSWER - the left-hand side of each
production rule consists of only a single nonterminal symbol


What is a syntax analyser? - CORRECT ANSWER - This is parsing. Based on push down
automation and context-free grammars. It produces an Abstract Syntax Tree


What does the lexical analyser do? - CORRECT ANSWER - Based on finite automation
and regular expressions, it takes stream of chars from source program, groups characters into
lexemes. For each lexeme, token of for <token-name, attribute-value>. token-name used during
syntax analysis, attribute-value points to entry in symbol table


What two phases does compilation involve? - CORRECT ANSWER - Analysis: impose
grammatical structure, creates intermediate representation of program. Detects syntax and
semantics errors and feedback to user. Collects info about program and stores it in symbol table,
which is passed to synthesis stage.

Document information

Uploaded on
April 9, 2025
Number of pages
9
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$12.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
MGRADES
4.0
(232)
Sold
1526
Followers
109
Items
107179
Last sold
2 hours ago




Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions