TCS Aspire
TCS Aspire
Assigment 1
Identify the sounds in the following words. How many sounds can you find in each
word? Try and rewrite the words using the phonetic symbols.
1. added
2. project
3. man
4. king
5 duck
6.come
7.here
8.chocolate
9.comfortable
10.environment
11.technology
12.bear
13.computer
14.English
15.Manager
2. What do you understand by the term schwa? Explain what you have understood with
the help of examples.
Web Technology
10 November - 16 November
Objective:
This is a preparatory course on web technologies. The online tutorials and "Try-it-
yourself" activities, would help you to understand the basics of web technologies. We
recommend that you complete the course before the TCS-ILP starts.
Activity 1
1) Basic HTML
2) HTML Forms
3) Basic XHTML
4) Differences between HTML and XHTML
5) Advantages of XHTML
Activity 2
1) What is CSS?
2) CSS Basics
3) CSS Syntax – Grouping, Class Selector, ID Selector
4) Ways to put together CSS and HTML – Internal, External, @import, Inline
5) Advantages and Disadvantages of CSS.
1) What is JavaScript?
2) What can a JavaScript do?
3) How to put a JavaScript into an HTML page?
4) Where to put the JavaScript?
5) External JavaScript
6) JavaScript variables
7) Conditional Statements
8) Pop-up Boxes
9) Functions
10) Events
11) Form Validation
12) Document Object Model (DOM) – Retrieving Elements
13) DOM – Working with Attributes
17 November - 23 November
Activity 4
24 November - 30 November
Activity 5
Note : Before running the php code which uses mysql, create a database, create the
required table and insert the records, so that you will be able to retrieve the records from
the table using the php code.
1 December – 7 December
Activity 6
Unix
Activity 1:
Database Concepts
19 November - 25 November
Objective:
This is a preparatory course on Database Concepts. The books and online tutorials ,
would help you to understand the database concepts. Understand Relational Databases
and develop the ability to write Structured Query Language (SQL) – Data Definition
Language (DDL) and Data Modification Language (DML).
We recommend that you complete the course before the TCS-ILP starts.
Activity 1
Database Concepts and Relational Database Management System (RDBMS)
· Database System Concepts, Fifth Edition by Silberschatz, Henry F Korth
Chapter 1 -Introduction
Chapter 2 - Relational Model
Chapter 3 - SQL
Chapter 4 - Advanced SQL
Chapter 6 - Integrity Constraints
· Introduction to Database Systems, 7 edition CJ Date
Part I - Preliminaries
Chapter 1 -An Overview of Database Management
Chapter 2 -Database System Architecture
Chapter 3 -An Introduction to Relational Databases
Chapter 4 -An Introduction to SQL
26 November - 2 December
Activity 2
Database Concepts and Relational Database Management System (RDBMS)
· Database System Concepts, Fifth Edition by Silberschatz, Henry F Korth
Chapter 7 - Relational Database Design
Chapter 11 - Indexing and Hashing
Chapter 12 - Query Processing
Chapter 13 - Transaction Processing
Chapter 14 - Concurrency Control
3 December - 9 December
Activity 3
Database Concepts and Relational Database Management System (RDBMS)
· Introduction to Database Systems, 7 edition CJ Date
Part II - The Relational Model
Chapter 5 -Types
Chapter 6 -Relations
Chapter 7 -Relational Algebra
Chapter 8 -Relational Calculus
Chapter 9 -Integrity
Chapter 10 - Views
10 December - 16 December
Activity 4
· SQL
SQL is the language used to query all databases. It's simple to learn.
Understanding SQL and using it efficiently is highly essential in designing an efficient
database application.
● http://www.w3schools.com/sql/default.asp
7 December - 23 December
Activity 5
SQL
● http://www.w3schools.com/sql/default.asp