Photoshop
Photoshop is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace.
Photoshop is an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum and first released in 1991, Python's design philosophy emphasizes code readability with its notable use of significant whitespace.
ASP.Net Curriculum
Foundation of ‘C’
L.N. |
Contents |
1 |
- Introduction to Programming
- Translator
- Introduction of ‘C’
- History of ‘C’
-
C tokens
- Keywords
- Identifiers
- Variables/Constant
- Data types
- Operators
- Function
- Header Files
|
2. |
-
Decision making statements
-
If
- Simple if
- Else if
- Nested if
- Else if ladder
- Switch case
- Goto
-
Looping statements / Iterative statements
- While loop
- For loop
- Do while loop
|
3. |
-
Array
- Single Dimensional Arrays
- Double Dimensional Arrays
-
String
- String Handling
- String Function
|
4. |
-
Function
- Built in/Library Functions
-
User Define Functions
- Declaring a function
-
Defining a function
- No Return, No Parameter
- Return, No Parameter
- No Return, Parameter
- Return, Parameter
- Calling a function
|
5. |
- Recursion
- Type Casting
-
Scope of variable
- Local variable
- Global variable
-
Storage Classes
- Automatic
-
Register
- Static
- External
|
6. |
-
Preprocessors
- File inclusion (#include)
- Macro Expansion (#define)
-
Header files
- Built in/Library header Files
-
User Define header file
- Creating user define header file
- Using user define header file
|
7. |
- Problem Solving & Recovery Session
- Test
|
Foundation of ‘HTML & CSS’
L.N. |
Contents |
8. |
- Introduction of Web pages
- Introduction of Websites
- Introduction of Web Browsers
-
Introduction of HTML
- What is Hypertext?
-
What is Markup language
-
History of HTML
- How to use HTML to create web pages?
- What is tag?
- What is element?
- HTML tag
-
Head tag
- Title tag
- Style tag
- Script tag
- Noscript tag
-
Link tag
- Meta tag
- Base tag
-
Body tag
- Attributes
|
9. |
-
Text Editing tags
-
H1, h2, h3, h4, h5, h6, p, pre, center, br, hr, b, strong, i,
em, u, ins, s, strike, del, sup, sub, big, small
-
Lists
-
Ordered List (ol, li)
- Unordered list (ul, li)
- Definition list (dl, dt, dd)
- Table (table, tr, th, td, thead, tbody, tfoot)
-
Marquee (marquee)
-
Image (img)
- Hyperlink (a)
|
10. |
-
Form
-
input (type=text, number, date, email, password, url,
range, button, submit, reset, radio, checkbox)
-
textarea
- label
- fieldset
- legend
- select
- option
- optgroup
- button
- datalist
|
|
11. |
- div
- span
- iframe
- video
- audio
- Introduction of CSS
- Selectors
- Properties & values
-
Text Styling Properties
-
Font
-family
-
Font
-size
-
Font
-weight
-
Text
-decoration
-
Text
-transform
- Color
-
Line
-
height
-
Word
-spacing
-
Text
-shadow
-
Text
-align
|
12. |
-
Box Modal Properties
- Width
- Height
- Padding
- Margin
- Border
-
Box
-shadow
-
Border
-radius
- Float
- Outline
-
Background
-
Background
-color
-
Background
-image
-
Background
-repeat
-
Background
-size
-
Background
-position
-
Background
-attachment
- Background (rbga)
-
List (list
-style
-type, list
-style
-image
-
Table (border, border
-collapse)
|
13. |
- Position
-
Z
-index
- opacity
-
Pseudo
-classes
- Hover
-
Focus
-
Active
-
Visited
- Link
- Disabled
- Enabled
- First-child
- Last-child
- Nth-child (odd,even,2n+1,1)
- Designing a simple menu
-
Designing a menu have sub menu
|
14. |
- Designing a simple home page of a website
- Designing a Registration page of a website
-
Designing a login page of a website
|
|
15. |
- Problem Solving & Recovery Class
- Test
|
|
Foundation of ‘JavaScript’
L.N. |
Contents |
2 |
16. |
-
Introduction of Scripting language
- Difference between Client & Server Side Scripting
- Introduction of JavaScript
-
JavaScript Tokens
- Keywords
- Identifiers
- Variables
- Data types
- Operators
- Variable declaration
-
Document object Modal
- Write & writeln & message (alert) box
- Events
- DOM traversing
|
17. |
- Conditional Statements (if, else if, nested if, else if ladder)
-
Looping Statements (while, for, do while)
- Arrays
- Objects
- Functions
- Call function on events
|
|
18. |
-
Dialog boxes
- Alert Box
- Confirm Box
- Prompt Box
- String Functions
- Number Functions
- Math’s Functions
-
Date Functions
|
19. |
- Creating a Simple Slider
- Form validation using JavaScript (using regular expression)
|
20. |
-
Problem Solving & Recovery Class
- Test
|
Foundation of ‘Database’
L.N. |
Contents |
Hours |
21. |
- Introduction of database
- Introduction of DBMS / RDBMS
- Introduction of SQL (Structured Query Language)
-
Introduction of DDL commands
- Introduction of DML commands
- Introduction of DCL commands
|
|
22. |
-
Create Command
- Create Database
- Create table
-
Drop Command
- Drop database
- Drop table
-
Truncate Command
- Truncate table
-
Alter Command
- Modify table column
-
Drop Table column
- Add new column into table
-
Insert Command
- Insert single record into table
- Insert multiple records into table
|
23. |
-
Select Command
- Select all columns from table
- Select specific columns from table
- Select using where clause
-
Update Command
- Update all records of table
- Update single record of table using where clause
-
Delete Command
-
Delete all records from table
-
Delete single multiple records from table using where
clause
-
Keys
- Unique Key
- Primary Key
- Foreign key
- Not Null
- Default
- Auto Increment
|
24. |
-
AND & OR Operators
- Order By (Ascending or Descending Orders)
- Top or Limit
- Like
- Distinct
- Between
-
Joins
- Inner join
- Left Join
- Right Join
- Full Join
|
25. |
-
SQL Aggregate Functions
- Avg()
- Count()
-
Min()
- Max()
- Sum()
- Now()
- Problem Solving & Recovery Class
- Test
|
|
Foundation of ‘Core C#’
L.N. |
Contents |
26. |
- Introduction of C#
-
History of C#
-
Environment Setup for Visual Studio
- Basic Syntax of C# Programming Language
- Run First C# Program
-
C# Tokens
- Keywords
- Identifiers
- Variables
-
Data types
- Operators
- Introduction of OOPs
- Basic Concept of OPPs with its Properties
- C# Input/Outputs
|
27. |
-
Decision Making Statements
- If Statement
- If…Else Statement
- If…Else...If…Else Statement
- Nested if Else Statement
- Switch Statement
- Ternary Operator (Condition?True:False)
-
Looping Statement
- While Loop
- For Loop
- Do While Loop
- Break Statement
- Continue Statement
- Type Conversion
|
28. |
-
Arrays
-
Single Dimensional Array
- Double Dimensional Array
- For each loop
-
String
- Object
- Classes
- Constructor
- Member Variables
-
Member Functions
- Create Instance/Object of Class
- User Class Members
|
29. |
-
Modifiers
-
Access Modifiers
- Public
- Private
- Protected
- Static
- Final
- This Keywords
-
Polymorphism
- Method Overloading
-
Method Overriding
|
30. |
-
Inheritance
-
Type of Inheritance
- Single Inheritance
- Multilevel Inheritance
- Hierarchical Inheritance
- Multiple Inheritance
- Hybrid Inheritance
-
Extend keyword
|
Foundation of ‘ASP.Net’
L.N. |
Contents |
31. |
-
Introduction of Active Server Pages
- Introduction of Server Side Scripting language
- Overview of Asp.Net
- Installation of Visual Studio and MS SQL Server
- Syntax
- Input/ Output
- Data types
- Variables
- Constant
|
32. |
-
ASP.Net Tools
- Textbox
- Button
- Image
- Dropdown
- Content Place Holder
- LinkButton
- CheckBoxList
- RadioButtonList
- Etc
- Concept of Master Page
|
|
33. |
- Form Handling
- Form Requesting
- Form Data Collection
-
Post and Get Method
-
Collecting Data from Text Box
- Collecting Data from Dropdown List
- Collecting Data from Check Box
- Collecting Data from Radio Button
|
34. |
- Database Connectivity
- ADO.Net
- SQL Connection
- SQL Statement
- Database Insert Operation
- Database Update Operation
- Database Delete Operation
|
35. |
- File Uploading with validation
- Database Select Operation
- Data Edit and Update
|
36. |
- User Registration
- Save user registration data into MSSQL database
- Show registered users data
- Delete registered users
- Edit registered users
|
37. |
- User Login
- Cookies
- Sessions
|
38. |
- Date & Time
- ASP.Net AJAX
- Server Side Form Validation
-
User Authentication (Login and Logout)
|
|
39. |
- Problem Solving & Recovery Class
- Test
- Project Allotment
- Divide Team & Project Coordinators
|
40-44 |
- Project Development (Complete All Project Modules)
|
|
45. |
- Project Testing & Submission
|
|
PHP Curriculum
Foundation of ‘C’
L.N. |
Contents |
1 |
- Introduction to Programming
- Translator
- Introduction of ‘C’
- History of ‘C’
-
C tokens
- Keywords
- Identifiers
- Variables/Constant
- Data types
- Operators
- Function
- Header Files
|
2. |
-
Decision making statements
-
If
- Simple if
- Else if
- Nested if
- Else if ladder
- Switch case
- Goto
-
Looping statements / Iterative statements
- While loop
- For loop
- Do while loop
|
3. |
-
Array
- Single Dimensional Arrays
- Double Dimensional Arrays
-
String
- String Handling
- String Function
|
4. |
-
Function
- Built in/Library Functions
-
User Define Functions
- Declaring a function
-
Defining a function
- No Return, No Parameter
- Return, No Parameter
- No Return, Parameter
- Return, Parameter
- Calling a function
|
5. |
- Recursion
- Type Casting
-
Scope of variable
- Local variable
- Global variable
-
Storage Classes
- Automatic
-
Register
- Static
- External
|
6. |
-
Preprocessors
- File inclusion (#include)
- Macro Expansion (#define)
-
Header files
- Built in/Library header Files
-
User Define header file
- Creating user define header file
- Using user define header file
|
7. |
- Problem Solving & Recovery Session
- Test
|
Foundation of ‘HTML & CSS’
L.N. |
Contents |
8. |
- Introduction of Web pages
- Introduction of Websites
- Introduction of Web Browsers
-
Introduction of HTML
- What is Hypertext?
-
What is Markup language
-
History of HTML
- How to use HTML to create web pages?
- What is tag?
- What is element?
- HTML tag
-
Head tag
- Title tag
- Style tag
- Script tag
- Noscript tag
-
Link tag
- Meta tag
- Base tag
-
Body tag
- Attributes
|
9. |
-
Text Editing tags
-
H1, h2, h3, h4, h5, h6, p, pre, center, br, hr, b, strong, i,
em, u, ins, s, strike, del, sup, sub, big, small
-
Lists
-
Ordered List (ol, li)
- Unordered list (ul, li)
- Definition list (dl, dt, dd)
- Table (table, tr, th, td, thead, tbody, tfoot)
-
Marquee (marquee)
-
Image (img)
- Hyperlink (a)
|
10. |
-
Form
-
input (type=text, number, date, email, password, url,
range, button, submit, reset, radio, checkbox)
-
textarea
- label
- fieldset
- legend
- select
- option
- optgroup
- button
- datalist
|
|
11. |
- div
- span
- iframe
- video
- audio
- Introduction of CSS
- Selectors
- Properties & values
-
Text Styling Properties
-
Font
-family
-
Font
-size
-
Font
-weight
-
Text
-decoration
-
Text
-transform
- Color
-
Line
-
height
-
Word
-spacing
-
Text
-shadow
-
Text
-align
|
12. |
-
Box Modal Properties
- Width
- Height
- Padding
- Margin
- Border
-
Box
-shadow
-
Border
-radius
- Float
- Outline
-
Background
-
Background
-color
-
Background
-image
-
Background
-repeat
-
Background
-size
-
Background
-position
-
Background
-attachment
- Background (rbga)
-
List (list
-style
-type, list
-style
-image
-
Table (border, border
-collapse)
|
13. |
- Position
-
Z
-index
- opacity
-
Pseudo
-classes
- Hover
-
Focus
-
Active
-
Visited
- Link
- Disabled
- Enabled
- First-child
- Last-child
- Nth-child (odd,even,2n+1,1)
- Designing a simple menu
-
Designing a menu have sub menu
|
14. |
- Designing a simple home page of a website
- Designing a Registration page of a website
-
Designing a login page of a website
|
|
15. |
- Problem Solving & Recovery Class
- Test
|
|
Foundation of ‘JavaScript’
L.N. |
Contents |
16. |
-
Introduction of Scripting language
- Difference between Client & Server Side Scripting
- Introduction of JavaScript
-
JavaScript Tokens
- Keywords
- Identifiers
- Variables
- Data types
- Operators
- Variable declaration
-
Document object Modal
- Write & writeln & message (alert) box
- Events
- DOM traversing
|
17. |
- Conditional Statements (if, else if, nested if, else if ladder)
-
Looping Statements (while, for, do while)
- Arrays
- Objects
- Functions
- Call function on events
|
|
18. |
-
Dialog boxes
- Alert Box
- Confirm Box
- Prompt Box
- String Functions
- Number Functions
- Math’s Functions
-
Date Functions
|
19. |
- Creating a Simple Slider
- Form validation using JavaScript (using regular expression)
|
20. |
-
Problem Solving & Recovery Class
- Test
|
Foundation of ‘Database’
L.N. |
Contents |
21. |
- Introduction of database
- Introduction of DBMS / RDBMS
- Introduction of SQL (Structured Query Language)
-
Introduction of DDL commands
- Introduction of DML commands
- Introduction of DCL commands
|
|
22. |
-
Create Command
- Create Database
- Create table
-
Drop Command
- Drop database
- Drop table
-
Truncate Command
- Truncate table
-
Alter Command
- Modify table column
-
Drop Table column
- Add new column into table
-
Insert Command
- Insert single record into table
- Insert multiple records into table
|
23. |
-
Select Command
- Select all columns from table
- Select specific columns from table
- Select using where clause
-
Update Command
- Update all records of table
- Update single record of table using where clause
-
Delete Command
-
Delete all records from table
-
Delete single multiple records from table using where
clause
-
Keys
- Unique Key
- Primary Key
- Foreign key
- Not Null
- Default
- Auto Increment
|
24. |
-
AND & OR Operators
- Order By (Ascending or Descending Orders)
- Top or Limit
- Like
- Distinct
- Between
-
Joins
- Inner join
- Left Join
- Right Join
- Full Join
|
25. |
-
SQL Aggregate Functions
- Avg()
- Count()
-
Min()
- Max()
- Sum()
- Now()
- Problem Solving & Recovery Class
- Test
|
Foundation of ‘PHP’
L.N. |
Content |
26 |
- Introduction of Scripting language
- Introduction of Server Side Scripting language
-
Introduction of PHP
- Overview of PHP
- Installation of PHP
- Syntax
- Echo / Print
- Data types
- Variables
- Constant
|
27 |
-
PHP operators
- Arithmetic Operators
- Assignment Operators
- Comparison Operators
- Logical Operators
- Concatenation Operators
-
Decision Making Statements
- If else statement
- Else if statement
- Switch case statement
-
Looping Statement
- While loop
- Do-while loop
- For loop
- Foreach loop
|
28 |
- Strings
-
Function
- Defining a user define function
- Function with arguments
-
Function with return type
-
Arrays
- Indexed arrays
- Associative arrays
-
Single Dimensional arrays
- Double dimensional arrays
- Multi-dimensional arrays
-
Arrays Sorting
-
Sort()
- Rsort()
- Asort()
- Ksort()
- Arsort()
- Krsort()
|
29 |
-
Introduction of all Super global variables
- $Global
- $_SERVER
- $_REQUEST
- $_POST
- $_GET
- $_FILES
- $_SESSION
- $_COOKIE
- Form Handling
- Collect form data by $_GET, $_POST and $_REQUEST
- Implode & explode function
-
Submit all data of registration form with validation
|
30 |
- File Uploading with validation
-
Working with MySql
- Connect to MySql with PHP using mysqli()
- Execute insert/update/delete query using mysqli_query()
- Execute select query using mysqli_query()
-
Show data in table from database
|
31 |
- User Registration
- Save user registration data into MySql database
- Show registered users data
-
Delete registered users
-
Edit registered users
|
32 |
- Include & require functions
- Sending Emails Using PHP Mailer
- $_SERVER (Web Concept)
- Cookies
- Sessions
|
33 |
- Date & Time
- PHP AJAX
-
File handling
- Opening/Creating a File
- Reading a File
- Writing a File
- Closing a File
|
34 |
- Server Side Form Validation
- User Authentication (Login and Logout)
|
35 |
- Problem Solving & Recovery Class
- Test
- Project Allotment
- Divide Team & Project Coordinators
|
36-44 |
- Project Development (Complete All Project Modules)
|
45 |
- Project Testing & Submission
|
Java Curriculum
Foundation of ‘C’
L.N. |
Contents |
1 |
- Introduction to Programming
- Translator
- Introduction of ‘C’
- History of ‘C’
-
C tokens
- Keywords
- Identifiers
- Variables/Constant
- Data types
- Operators
- Function
- Header Files
|
2. |
-
Decision making statements
-
If
- Simple if
- Else if
- Nested if
- Else if ladder
- Switch case
- Goto
-
Looping statements / Iterative statements
- While loop
- For loop
- Do while loop
|
3. |
-
Array
- Single Dimensional Arrays
- Double Dimensional Arrays
-
String
- String Handling
- String Function
|
4. |
-
Function
- Built in/Library Functions
-
User Define Functions
- Declaring a function
-
Defining a function
- No Return, No Parameter
- Return, No Parameter
- No Return, Parameter
- Return, Parameter
- Calling a function
|
5. |
- Recursion
- Type Casting
-
Scope of variable
- Local variable
- Global variable
-
Storage Classes
- Automatic
-
Register
- Static
- External
|
6. |
-
Preprocessors
- File inclusion (#include)
- Macro Expansion (#define)
-
Header files
- Built in/Library header Files
-
User Define header file
- Creating user define header file
- Using user define header file
|
7. |
- Problem Solving & Recovery Session
- Test
|
Foundation of ‘HTML & CSS’
L.N. |
Contents |
8. |
- Introduction of Web pages
- Introduction of Websites
- Introduction of Web Browsers
-
Introduction of HTML
- What is Hypertext?
-
What is Markup language
-
History of HTML
- How to use HTML to create web pages?
- What is tag?
- What is element?
- HTML tag
-
Head tag
- Title tag
- Style tag
- Script tag
- Noscript tag
-
Link tag
- Meta tag
- Base tag
-
Body tag
- Attributes
|
9. |
-
Text Editing tags
-
H1, h2, h3, h4, h5, h6, p, pre, center, br, hr, b, strong, i,
em, u, ins, s, strike, del, sup, sub, big, small
-
Lists
-
Ordered List (ol, li)
- Unordered list (ul, li)
- Definition list (dl, dt, dd)
- Table (table, tr, th, td, thead, tbody, tfoot)
-
Marquee (marquee)
-
Image (img)
- Hyperlink (a)
|
10. |
-
Form
-
input (type=text, number, date, email, password, url,
range, button, submit, reset, radio, checkbox)
-
textarea
- label
- fieldset
- legend
- select
- option
- optgroup
- button
- datalist
|
|
11. |
- div
- span
- iframe
- video
- audio
- Introduction of CSS
- Selectors
- Properties & values
-
Text Styling Properties
-
Font
-family
-
Font
-size
-
Font
-weight
-
Text
-decoration
-
Text
-transform
- Color
-
Line
-
height
-
Word
-spacing
-
Text
-shadow
-
Text
-align
|
12. |
-
Box Modal Properties
- Width
- Height
- Padding
- Margin
- Border
-
Box
-shadow
-
Border
-radius
- Float
- Outline
-
Background
-
Background
-color
-
Background
-image
-
Background
-repeat
-
Background
-size
-
Background
-position
-
Background
-attachment
- Background (rbga)
-
List (list
-style
-type, list
-style
-image
-
Table (border, border
-collapse)
|
13. |
- Position
-
Z
-index
- opacity
-
Pseudo
-classes
- Hover
-
Focus
-
Active
-
Visited
- Link
- Disabled
- Enabled
- First-child
- Last-child
- Nth-child (odd,even,2n+1,1)
- Designing a simple menu
-
Designing a menu have sub menu
|
14. |
- Designing a simple home page of a website
- Designing a Registration page of a website
-
Designing a login page of a website
|
|
15. |
- Problem Solving & Recovery Class
- Test
|
|
Foundation of ‘JavaScript’
L.N. |
Contents |
16. |
-
Introduction of Scripting language
- Difference between Client & Server Side Scripting
- Introduction of JavaScript
-
JavaScript Tokens
- Keywords
- Identifiers
- Variables
- Data types
- Operators
- Variable declaration
-
Document object Modal
- Write & writeln & message (alert) box
- Events
- DOM traversing
|
17. |
- Conditional Statements (if, else if, nested if, else if ladder)
-
Looping Statements (while, for, do while)
- Arrays
- Objects
- Functions
- Call function on events
|
|
18. |
-
Dialog boxes
- Alert Box
- Confirm Box
- Prompt Box
- String Functions
- Number Functions
- Math’s Functions
-
Date Functions
|
19. |
- Creating a Simple Slider
- Form validation using JavaScript (using regular expression)
|
20. |
-
Problem Solving & Recovery Class
- Test
|
Foundation of ‘Database’
L.N. |
Contents |
21. |
- Introduction of database
- Introduction of DBMS / RDBMS
- Introduction of SQL (Structured Query Language)
-
Introduction of DDL commands
- Introduction of DML commands
- Introduction of DCL commands
|
|
22. |
-
Create Command
- Create Database
- Create table
-
Drop Command
- Drop database
- Drop table
-
Truncate Command
- Truncate table
-
Alter Command
- Modify table column
-
Drop Table column
- Add new column into table
-
Insert Command
- Insert single record into table
- Insert multiple records into table
|
23. |
-
Select Command
- Select all columns from table
- Select specific columns from table
- Select using where clause
-
Update Command
- Update all records of table
- Update single record of table using where clause
-
Delete Command
-
Delete all records from table
-
Delete single multiple records from table using where
clause
-
Keys
- Unique Key
- Primary Key
- Foreign key
- Not Null
- Default
- Auto Increment
|
24. |
-
AND & OR Operators
- Order By (Ascending or Descending Orders)
- Top or Limit
- Like
- Distinct
- Between
-
Joins
- Inner join
- Left Join
- Right Join
- Full Join
|
25. |
-
SQL Aggregate Functions
- Avg()
- Count()
-
Min()
- Max()
- Sum()
- Now()
- Problem Solving & Recovery Class
- Test
|
Foundation of ‘Core Java’
L.N. |
Content |
26 |
- Introduction of Java
- History of Java
- Introduction of JVM
- Environment Setup for Java in Windows OS
- Basic Syntax of Java Programming Language
- Run First Java Program
-
Java Tokens
- Keywords
- Identifiers
-
Variables
- Data types
- Operators
- Introduction of OOPs
-
Basic Concept of OPPs with its Properties
- Java Input/Outputs
|
27 |
-
Decision Making Statements
- If Statement
- If…Else Statement
- If…Else...If…Else Statement
- Nested if Else Statement
- Switch Statement
-
Ternary Operator (Condition?True:False)
-
Looping Statement
- While Loop
- For Loop
- Do While Loop
- Break Statement
- Continue Statement
-
Type Conversion
|
28 |
-
Arrays
- Single Dimensional Array
-
Double Dimensional Array
- For each loop
- String
- Object
- Classes
- Constructor
- Member Variables
- Member Functions
- Create Instance/Object of Class
- User Class Members
|
|
29 |
-
Modifiers
-
Access Modifiers
- Public
- Private
- Protected
- Static
- Final
- Abstract
-
This Keywords
-
Polymorphism
- Method Overloading
- Method Overriding
|
30 |
-
Inheritance
-
Type of Inheritance
- Single Inheritance
- Multilevel Inheritance
- Hierarchical Inheritance
- Multiple Inheritance
- Hybrid Inheritance
-
Extend keyword
|
Foundation of ‘JSP’
L.N. |
Content |
31 |
- Introduction of Java Server Pages
- Introduction of Server Side Scripting language
-
Overview of JSP
- Installation of JSP
- Syntax
- Input/ Output
- Data types
- Variables
- Constant
|
32 |
-
Decision Making Statements
- If else statement
- Else if statement
- Switch case statement
-
Looping Statement
- While loop
- Do-while loop
-
For loop
- Foreach loop
|
33 |
- Form Handling
- Form Requesting
- Form Data Collection
- Post and Get Method
-
JSP Directives
- Collecting Data from Text Box
- Collecting Data from Dropdown List
- Collecting Data from Check Box
- Collecting Data from Radio Button
|
34 |
- Database Connectivity
- JDBC
- JDBC Driver Class
- SQL Connection
- SQL Statement
- Database Insert Operation
- Database Update Operation
- Database Delete Operation
|
35 |
- File Uploading with validation
-
Database Select Operation
- Data Edit and Update
|
36 |
- User Registration
- Save user registration data into MySql database
- Show registered users data
- Delete registered users
- Edit registered users
|
37 |
- Include Directive
- User Login
-
Cookies
- Sessions
|
38 |
- Date & Time
-
JSP AJAX
- Server Side Form Validation
- User Authentication (Login and Logout)
|
39 |
-
Problem Solving & Recovery Class
- Test
- Project Allotment
- Divide Team & Project Coordinators
|
40-44 |
- Project Development (Complete All Project Modules)
|
45 |
- Project Testing & Submission
|
Python Curriculum
Foundation of ‘C’
L.N. |
Contents |
1 |
- Introduction to Programming
- Translator
- Introduction of ‘C’
- History of ‘C’
-
C tokens
- Keywords
- Identifiers
- Variables/Constant
- Data types
- Operators
- Function
- Header Files
|
2. |
-
Decision making statements
-
If
- Simple if
- Else if
- Nested if
- Else if ladder
- Switch case
- Goto
-
Looping statements / Iterative statements
- While loop
- For loop
- Do while loop
|
3. |
-
Array
- Single Dimensional Arrays
- Double Dimensional Arrays
-
String
- String Handling
- String Function
|
4. |
-
Function
- Built in/Library Functions
-
User Define Functions
- Declaring a function
-
Defining a function
- No Return, No Parameter
- Return, No Parameter
- No Return, Parameter
- Return, Parameter
- Calling a function
|
5. |
- Recursion
- Type Casting
-
Scope of variable
- Local variable
- Global variable
-
Storage Classes
- Automatic
-
Register
- Static
- External
|
6. |
-
Preprocessors
- File inclusion (#include)
- Macro Expansion (#define)
-
Header files
- Built in/Library header Files
-
User Define header file
- Creating user define header file
- Using user define header file
|
7. |
- Problem Solving & Recovery Session
- Test
|
HTML & CSS
L.N. |
Content |
Houres |
|
- Introduction of Web pages
- Introduction of Websites
- Introduction of Web Browsers
-
Introduction of HTML
-
What is Hypertext?
-
What is Markup language
-
History of HTML
-
How to use HTML to create web pages?
-
What is tag?
-
What is element?
-
HTML tag
-
Head tag
- Title tag
- Style tag
- Script tag
- Noscript tag
- Link tag
- Meta tag
- Base tag
- Body tag
- Attributes
|
|
|
9 |
-
Text Editing tags
-
H1, h2, h3, h4, h5, h6, p, pre, center, br, hr, b, strong, i,
em, u, ins, s, strike, del, sup, sub, big, small
-
Lists
- Ordered List (ol, li)
-
Unordered list (ul, li)
-
Definition list (dl, dt, dd)
- Table (table, tr, th, td, thead, tbody, tfoot)
- Marquee (marquee)
- Image (img)
- Hyperlink (a)
|
10 |
-
Form
-
input (type=text, number, date, email, password, url,
range, button, submit, reset, radio, checkbox)
- textarea
- label
- fieldset
- legend
- select
- option
- optgroup
- button
- datalist
|
11 |
- div
- span
- iframe
- video
- audio
|
12 |
- Introduction of CSS
-
Selectors
- Properties & values
-
Text Styling Properties
-
Font
-family
-
Font
-size
-
Font
-weight
-
Text
-decoration
-
Text
-transform
-
Color
-
Line
-height
-
Word
-spacing
-
Text
-shadow
-
Text
-align
-
Box Modal Properties
-
Width
- Height
- Padding
- Margin
- Border
-
Box
-shadow
-
Border
-radius
- Float
- Outline
|
13 |
-
Background
-
Background
-color
-
Background
-image
-
Background
-repeat
-
Background
-size
-
Background
-position
-
Background
-attachment
- Background (rbga)
-
List (list
-style
-type, list
-style
-image
-
Table (border, border
-collapse)
- Position
-
Z
-index
- opacity
|
14 |
-
Pseudo
-classes
- Hover
- Focus
- Active
- Visited
- Link
- Disabled
- Enabled
- First-child
- Last-child
- Nth-child (odd,even,2n+1,1)
- Designing a simple menu
- Designing a menu have sub menu
|
15 |
-
Designing a simple home page of a website
- Designing a Registration page of a website
- Designing a login page of a website
|
Foundation of ‘JavaScript’
L.N. |
Content |
16 |
- Introduction of Scripting language
-
Difference between Client & Server Side Scripting
- Introduction of JavaScript
-
JavaScript Tokens
- Keywords
- Identifiers
- Variables
- Data types
- Operators
- Variable declaration
- Document object Modal
- Write & writeln & message (alert) box
- Events
- DOM traversing
|
17 |
- Conditional Statements (if, else if, nested if, else if ladder)
- Looping Statements (while, for, do while)
- Arrays
- Objects
- Functions
- Call function on events
|
18 |
-
Dialog boxes
- Alert Box
-
Confirm Box
- Prompt Box
- String Functions
- Number Functions
- Math’s Functions
- Date Functions
|
19 |
- Creating a Simple Slider
- Form validation using JavaScript (using regular expression)
|
|
Fundamentals of ‘Python’
L.N. |
Content |
20 |
- Introduction of Python
- Overview of Python
- History of Python
- Features of Python
- Python Environment Setup
- Setting Up Path Variable
- Python Environment Variable
- Running Python
- First Program in Python
|
21 |
-
Python Identifiers
- Python Keywords
- Line and Indentations
- Multi-Line Statements
- Comments in Python
- Quotations in Python
-
Multiple Statements in Single Line
-
Command Line Arguments
- Display Output in various format
- User Input
- Input Parsing
|
22 |
- Variable Declarations
- Accessing / Assigning Value to Variables
-
Multiple Assignments
- Standard Data Types
- Python String
-
Python Operators
- Arithmetic, Logical and Assignment Operators
- Members Operators
-
Identity Operators
|
23 |
- If Statement
- If…Else Statement
- Nested if Statement
- Elseif Statement
- Single Statements
- Looping in Python
- While Loop
- Using Single and Multiple Statements in Loop
-
Using Else Statement with loop
|
24 |
- For Loop
- Nested Loops
- Loop Control Statements
- Break Statement
- Continue Statement
- Pass Statement
- Python Number and its Operations
- Random Number
- String Functions in Python
|
25 |
- List in Python
- List Operations
- List Functions
- Tuple in Python
- Tuple Operations
- Tuple Functions
- Dictionary in Python
- Dictionary Operator
- Dictionary Functions
|
26 |
- Date and Time in Python
- Date Time Operations in Python
- Date Time Functions in Python
- Function in Python
- User Define Functions
- Defining a Functions
-
Calling a Function
|
27 |
- Passing by Reference Versus Passing by Values
-
Function Arguments
- Required Arguments
-
Keyword Arguments
- Default Arguments
-
Variable length Arguments
- The return Statement
- Scope of Variable
- Global vs. Local Variables
|
28 |
- Python Modules
- Import module
- From…..import statement
- From…..import * statement
- Locating Modules
- Namespaces and scoping
- Packages in Python
-
Exceptions in Python
- Exceptions Handling in Python
|
29 |
- OOPs in Python
- Class and object in python
- Creating Class
- Creating Object
- Accessing Attributes
-
Destroying objects
- Overriding Methods
- Base Overloading Methods
- Data Hiding
|
Fundamentals of ‘Python CGI’
L.N. |
Content |
30 |
- CGI Introduction
- CGI Environment Setup for Python
- CGI Architecture
- Web Server Configuration
-
First CGI Program
- CGI Scripting
- Python Scripting on Web Server
|
31 |
- Form Designing
- Form data Handling
-
Receiving Form Data
-
Form Validation on Server
- Validating Form Data using Python
-
Send Form Data using Get Method
-
Send Form Data using Post Method
|
32 |
- Receiving Radio Button Data
- Passing Form Data Using Checkbox
- Passing Text area data to CGI Program
- Passing Dropdown Data to CGI Program
- Complete Form Data Receiving
- Complete Form Validation on Server Side
- Python HTTP Headers
|
33 |
- Python Cookies
- Setting Cookies
- Retrieve Cookies
- File Upload Control in Python
- File Uploading to Server
- Deleting File from Server
- Download File from Server
|
Fundamentals of ‘MySQL DBMS’
L.N. |
Content |
34 |
- Introduction of database
- Introduction of DBMS / RDBMS
- Introduction of SQL (Structured Query Language)
- Introduction of DDL commands
- Introduction of DML commands
- Introduction of DCL commands
-
Create Command
- Create Database
- Create table
-
Drop Command
- Drop database
- Drop table
-
Truncate Command
- Truncate table
|
35 |
-
Alter Command
- Modify table column
- Drop Table column
-
Add new column into table
-
Insert Command
-
Insert single record into table
- Insert multiple records into table
-
Select Command
- Select all columns from table
- Select specific columns from table
- Select using where clause
-
Update Command
- Update all records of table
- Update single record of table using where clause
-
Delete Command
- Delete all records from table
-
Delete single multiple records from table using where
clause
|
36 |
-
Keys
- Unique Key
- Primary Key
- Foreign key
- Not Null
- Default
- Auto Increment
- AND & OR Operators
- Order By (Ascending or Descending Orders)
- Top or Limit
- Like
|
37 |
- Distinct
- Between
-
Joins
- Inner join
- Left Join
- Right Join
- Full Join
-
SQL Aggregate Functions
-
Avg()
- Count()
- Min()
- Max()
- Sum()
- Now()
|
Python Database Access using MySQL
L.N. |
Content |
38 |
- Overview of Database Access
- Environment Setup for MySQLdb
-
Database Connection
- Connection Exception Handling
- Connection validating
- First Query Execution
- Displaying Query Results
|
39 |
- Establishing Database Connection Object
- Receiving Form Data
- Insert for Data into Database
- Insert Multiple Data
- Fetching Data from Database
- Displaying All Records
- Displaying Single Record
|
40 |
-
Complete Form Data Insertion into Database
- Uploading Media File on server and Database
- Retrieving Data from Database
- Show Media File from Database
- Create Delete Button
- Perform Delete Operation
|
41 |
- Delete Operation
- Delete File from Server
- Delete Single Data
- Delete multiple Data
- Create Edit button
-
Perform Edit Operation
- Display Data into text box after clicking edit
|
42 |
- Perform Edit Operation
- Perform Update Operation
- Prepare Complete Form
- Edit, Update, Delete Operation Combination
- Full Details Displaying with All Required Actions
|
43 |
Project Distribution
Project Team Divide
6 to 7 days to Complete project
|
2*7 |
Summer Training (4/6 WEEKS)
The syllabus of summer training is designed keeping in mind the total days received for this training. In which we try to get students as much knowledge as possible. Here we are giving a brief description of the syllabus for your better understanding.
Industrial Training (100 Days)
The syllabus of industrial training is designed keeping in mind the total days received for this training. In which we try to get students as much knowledge as possible. In this training session students will complete two project Major project and Minor project. Here we are giving a brief description of the syllabus for your better understanding.
Winter Training (4/6 WEEKS)
The syllabus of winter training is designed keeping in mind the total days received for this training. In which we try to get students as much knowledge as possible. Here we are giving a brief description of the syllabus for your better understanding.
Syllabus Training By TCYBILL (1 Month)
The syllabus training is designed keeping in mind your course content for the exam purpose. In which we try to get students as much knowledge as possible. Here we are giving a brief description of the syllabus for your better understanding.
Apprenticeship Training (6 Months)
Apprenticeship is essential and helps to attain in-depth knowledge of the engineering stream. Apprenticeship enhances professional skills in a real-time environment. Moreover, you will be getting opportunity to work on live projects and assured placement assistance.
Internship Training (12 month program)
12 month program. Learn from world-class faculty with 1:1 mentorship from industry experts. Get UT Austin & GreatLakes certificates. Get dedicated career support. 500+ hiring firms. Get dual PG certificate. Hands On Exposure. Work on Capstone Project. 500+ Hiring Partners.