Tcs Syllabus
Tcs Syllabus
Systems Software
3.1
Assembler
3.2
Assembly Language
3.3
3.4
Compilers
3.5
Interpreters
4.1
4.2
5.Computing Environments
5.1
5.2
Networks
5.3
Internet
5.4
Websites
2.1
2.2
2.3
3.1
3.2
Datatypes
3.3
Introduction to variables
3.4
Introduction to Operators
3.5
Control structures
3.6
Introduction to Arrays
3.7
Introduction to Functions
3.8
Composite Datatypes
4.1
4.2
4.3
.Programming Approaches
5.1
Structured Programming
5.2
Modular Programming
6.1
Introduction to optimization
6.2
6.3
6.4
7.1
7.2
7.3
7.4
Levels of Testing - Overview, Unit Testing, Integration Testing, System Testing, Acceptance Testing
7.5
7.6
7.7
Debugging
In this course all the important aspects of Relation Database Management System is covered in detail with appropriate
examples.
Section 1 of this course covers how data and information was organised before concept of database came into existense and
then how programming in computers changed dramatically after the introduction of database systems. This section also talks
about various database systems that are available. Fuctions of RDBMS and role of DBA are also covered in detail.
Section 2 talks about tables and relationships. In this section the reader would also get an insight on database normalizaton
and the importance of normalizing tables. Last topic in the section is Joins. By going thorugh joins one would understand
how data are fetched from two or more database tables by applying joins.
Section 3 covers Structred Query Language (SQL). In this section we would know more about how tables and databases are
defined(DDL) and how the data in the tables are maniuplated and controlled through data manipulation language(DML) and
data control language(DCL).