VTU-Syllabus : 18CS61 &18CSL66
CO-PO-PSO-Mapping :SSOS-lab
Lesson-plan: SSos-lab
SSC-18CS61 (PPT and Notes)
Module-1 [Introduction to system Software ]
Chapter 1,2 (Notes) Click here
Chapter 1 (PPT) Click here
Chapter 2 & 3(PPT)Click here
Notes: Module-1 (Hand-Written-notes)
Module-2 [Introduction to Compiler & Lexical Analysis]
Chapter 1 (1.1-1.2-notes) Click here and (1.3-1.6 notes) Click here
Chapter 3 (3.1-3.4) Click here
Module-3 [Synatx Analysis
Chapter 4 (4.1-4.3-notes) Click here
Chapter 4 (4.4-TDP) Click here problems Click here
Chapter 4 (4.5-BUP) Click here
Module -4 [Lex and Yacc]
LEX : Click here
YACC: Click Here
Related Question Click here
Module-5 (SDT,ICG,CG)
Chapter-5- SDT: Click here and Notes Click here
Chapter-6: ICG: Click here Notes Click here
Chapter-8:CG: Notes Click here
SSOS-LAB- Weekly Program List
Week -1 : List of programs on Unix
Week 2: Sample program on unix
Week 3: Program-1a-Lex program to validate arithmetic Expression
Week 4 :Program 6a-Lex program to count comment lines and eliminate same
Week 5: Program-7: Program for RR and SRTF
Week 6: Program -8-program for Banker algorithm
Week 7:program -9 -Program Page Replacement
Week 8:yacc- 1b-Evalution of arithmetic expression
Week 9: yacc -6B -program to count identifiers in c program
Week-10: yacc- Program 2 Recognize the given grammar anb ,n>0
Week-11:Program-3-predictive parsing-TDP
Week-12: Yacc-program -4-bottom-up-parsing
Week-13: Program-5-ICG