Skip to content

COMPILER DESIGN ,DESIGN AND ANALYSIS OF ALGORITHMS ,DATABASE MANAGEMENT SYSTEM

License

Notifications You must be signed in to change notification settings

ashu1230/5TH-SEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

5TH-SEM Lab:-

    • Database management system:-
      • Database Management Systems (DBMS) are software systems used to store, retrieve, and run queries on data. A DBMS serves as an interface between an end-user and a database, allowing users to create, read, update, and delete data in the database.

    • Design And Analysis Of Algorithms:-
      • a sequence of steps to solve a problem. Design and Analysis of Algorithm is very important for designing algorithm to solve different types of problems in the branch of computer science and information technology.

    • Compiler Design:-
      • Compiler design principles provide an in-depth view of translation and optimization process. Compiler design covers basic translation mechanism and error detection & recovery. It includes lexical, syntax, and semantic analysis as front end, and code generation and optimization as back-end.