Compiler Deisgn 18IS54 Open Ended Test-2
Compiler Deisgn 18IS54 Open Ended Test-2
USN
t0 = i * 1024
t1 = j * 32
t2 = k * 4
t3 = t1 + t0
t4 = t3 + t2
t5 = X[t4]
Page 1 of 3
Which one of the following statements about the source code for the C
program is CORRECT?
a. X is declared as int X[32][32][8]
Page 2 of 3
Course Outcomes:
CO-1 To realize basics of compiler design and apply for real time applications.
CO-2 To introduce different translation languages, using lex, yaac and syntax
CO-3 To understand the importance of code optimization
CO-4 To know about compiler generation tools and techniques
CO-5 To learn working of compiler and non-compiler applications
CO-6 Design a compiler for a simple programming language
L1 L2 L3 L4 L5 L6
Remembering Understanding Applying Analyzing Evaluating Creating
CO/PO: Mapping
(H/M/L indicates strength of correlation) H-High, M-Medium, L-Low
Course Program Outcome (POs)
Outcome
PO-1 PO-2 PO-3 PO-4 PO-5 PO-6 PO-7 PO-8 PO-9 PO-10 PO-11 PO-12
(COs)
CO-1 3 1
CO-2 1 3
CO-3 1 3 1
CO-4 3 1
CO-5 1 3 3
CO-6 1
Page 3 of 3