CO1 : To define basic functions of DBMS & RDBMS, analyze database models & entity relationship models.
Systems Programming
Academic Year : 2019-20 T.E. Semester II
Systems programming is the activity of programming computer system software. The primary distinguishing characteristic of systems programming when compared to application programming is that application programming aims to produce software which provides services to the user directly (e.g. word processor), whereas systems programming aims to produce software and software platforms which provide services to other software, are performance constrained, or both (e.g. operating systems, computational science applications, game engines, industrial automation, and software as a service applications).
CO1 : To implement the major concepts of language processing.
Unit II : MACRO PROCESSORS, LINKERS AND LOADERS
CO2 : To implement different System Programs.
CO3 : To analyze tool LEX for generation of Lexical Analyzer.
Unit IV : PARSERS
CO4 : To analyze tool YACC for generation of Syntax Analyzer.
Unit V : SEMANTIC ANALYSIS AND STORAGE ALLOCATION
CO5 : To predict output for all the phases of compiler.
Unit VI : CODE GENERATION AND OPTIMIZATION
CO6 : To apply code optimization.