dots bg

Junior Software Developer

Course Instructor: TNBOCW

₹25000.00

dots bg

Course Overview

Schedule of Classes

Course Curriculum

25 Subjects

SKT_PG_Theory_C Programming

163 Learning Materials

Introduction to programming languages

Introduction to Programming Language

External Link

Types of Computer Languages

External Link

Evolution of Computer Languages - 1

External Link

Evolution of Computer Languages - 2

External Link

Programming Paradigms - 1

External Link

Programming Paradigms - 2

External Link

Programming Paradigms - 3

External Link

Programming Paradigms - 4

External Link

Programming Translators

External Link

Types of Scripts

External Link

Logic Building

Logics Building & Flowchart

External Link

Algorithm & Pseudocode

External Link

Introduction to C Programming Language

Before C programming

External Link

Comparing C With Earlier Programming Languages

External Link

History of C

External Link

Characteristics & Features of C

External Link

Reasons to use C Language

External Link

Structure of C Programs

External Link

Compilation & Execution of C Programs

External Link

Setting up C Environment

External Link

Elements of C

C Character Set

External Link

Escape Sequence & Delimiters

External Link

Keywords & Identifiers

External Link

Variables

External Link

Constants

External Link

Data types

External Link

Expressions Statements

External Link

Compound Statements

External Link

Comments

External Link

Input - Output in C

Reading Input & Writing Output Data

External Link

Character Input&Output

External Link

Operators

Introduction to Operators

External Link

Arithmetic Operators

External Link

Relational Operators

External Link

Logical Operators

External Link

Increment & Decrement Operators

External Link

Assignment Operators

External Link

Conditional Operators

External Link

Comma operator

External Link

Size of Operator

External Link

Bitwise Operator

External Link

Bitwise Shift Operator

External Link

Precedence & Associativity of Operators

External Link

Role of Parenthesis in Evaluating Expression

External Link

Order of Evaluation of Operands

External Link

Type Conversion

Type conversion

External Link

Conditional Statements

Conditional Statements

External Link

Loops

Iterative Statements

External Link

Nested & Infinite Loops

External Link

Loop Control Statements

External Link

Jump Statements

Goto Statements

External Link

Switch case

External Link

Functions

Introduction to Functions

External Link

Create own functions

External Link

Classification of functions

External Link

Scope of Variables in Functions

External Link

Recursion

Recursion

External Link

Sum of N numbers

External Link

Fibnocci series

External Link

Tower of Hanoi

External Link

Storage Classes

Storage Class Specifiers

External Link

Automatic

External Link

External

External Link

Static Storage Class

External Link

Register Storage Class

External Link

Arrays

Introduction to Arrays

External Link

Types of Arrays

External Link

Size of an Array

External Link

One Dimensional Arrays

External Link

Accessing The 1D Array

External Link

Passing array elements To a function

External Link

Two Dimensional Arrays

External Link

Traversing 2D Array

External Link

Three Dimensional Arrays

External Link

Pointers

How Variables are Stored in Memory Addresses

External Link

Pointer Variable

External Link

Pointer Arithmetic

External Link

Precedence Dereference with Increment and Decrement Operator

External Link

Pointer Comparison

External Link

Double Pointer

External Link

Pointers & 1D Array

External Link

Subscripting Pointer to an Array

External Link

Pointer to an Array (Array Pointer)

External Link

Pointer & 2D Array

External Link

Subscripting Pointer to 2D Array

External Link

Accessing Array elements Using Pointers

External Link

Pointers & Functions

External Link

Returning pointer from a function

External Link

Passing 1D Array to a Function

External Link

Passing 2D Array to a Function

External Link

Void Pointers

External Link

Null Pointers

External Link

Pointer to Functions

External Link

Drawbacks of Pointer

External Link

Dynamic Memory Allocation

Dynamic Memory Allocation

External Link

Strings

String Literals

External Link

Working with Strings

External Link

String Pointers

External Link

Array of Strings

External Link

Array of Pointers to Strings

External Link

String Length

External Link

Copying Strings

External Link

String Concatenation

External Link

String Comparison

External Link

strcasecmp() & strncasecmp()

External Link

strchr() & strnchr()

External Link

strstr() & strnstr()

External Link

strrev() & strlwr() & strupr()

External Link

Structures

Introduction to Structures

External Link

Accessing Member of a Structure

External Link

Assignment of Structure Variable To Another Structure Variable

External Link

Structure padding & packing

External Link

Arrays with in Structures

External Link

Array of structures

External Link

Nested structures

External Link

Pointer to Strutures

External Link

Pointers within Structures

External Link

Structures & Functions

External Link

Passing Pointers to Structures as Arguments

External Link

Returning a structure variable from function

External Link

Passing Array of Structures as Arguments

External Link

Self Referential Structures

External Link

Unions

Introduction to Union

External Link

Array of Union Variable

External Link

Union Inside Structures

External Link

Files

Text & Binary Files

External Link

Opening a File, Errors in Opening Files

External Link

Closing a File, End of File

External Link

Structure of File Program, Standard Stream

External Link

Character I/O

External Link

String I/O

External Link

Formatted I/O

External Link

Block read/Write

External Link

Random Access in File

External Link

Additional Topics

Command Line Arguments

External Link

Enumerators

External Link

typedef

External Link

volatile

External Link

lvalue & rvalue

External Link

C Preprocessor

preprocessor

External Link

macros

External Link

Generic Functions

External Link

#undef

External Link

Conditional Compilation

External Link

Predefined Macro Names

External Link

C Common Mistakes

Common Mistakes

External Link

math.h

Basic Math Functions

External Link

Trigonometric Functions

External Link

Arc Trigonometric Functions

External Link

Hyperbolic Trigonometric Functions

External Link

Arc Hyperbolic Trigonometric Functions

External Link

graphics.h

Introduction to Graphics

External Link

Convert Text Mode to Graphics Mode

External Link

Basic Color Functions

External Link

Graphic Shapes functions

External Link

Creating Concentric Circles

External Link

Creating bar Graph

External Link

Creating 3D Bar Graph

External Link

Creating Sine Wave

External Link

Creating tan Graph

External Link

Creating Pie Chart

External Link

Ball Bouncing Animation

External Link

Moving Car Animation

External Link

SKT_Lab L1_C Programming

1 Learning Materials

Basic Level Programming On Elements of C

Wite a C program that accepts an integer and utilizes various format specifiers to demonstrate diffe

External Link

OLD_SKT_Lab L1_C Programming

23 Learning Materials

C Program to Perform Arithmetic Operations - Introduction

Introduction

External Link

C Program to Perform Arithmetic Operations - Code Implementation

Implementation

External Link

C Program to Perform Arithmetic Operations - Conclusion

Conclusion

External Link

C Program to Calculate Student Percentage - Introduction

Introduction

External Link

C Program to Calculate Student Percentage - Code Implementation

Implementation

External Link

C Program to Calculate Student Percentage - Conclusion

Conclusion

External Link

C Program to Calculate the Area of Triangle - Introduction

Introduction

External Link

C Program to Calculate the Area of Triangle - Code Implementation

Implementation

External Link

C Program to Calculate the Area of Triangle - Conclusion

Conclusion

External Link

C Program to Display Hundreds,Tens and Units of a Three Digit Number - Introduction

Introduction

External Link

C Program to Display Hundreds,Tens and Units of a Three Digit Number - Code Implementation

Implementation

External Link

C Program to Display Hundreds,Tens and Units of a Three Digit Number - Conclusion

Conclusion

External Link

C Program to Convert Number of Days into Years,Weeks and Days - Introduction

Introduction

External Link

C Program to Convert Number of Days into Years,Weeks and Days - Code Implementation

Implementation

External Link

C Program to Convert Number of Days into Years,Weeks and Days - Conclusion

Conclusion

External Link

C Program to Count Characters, Words, and Lines of the File - Introduction

Introduction

External Link

C Program to Count Characters, Words, and Lines of the File - Logic Explanation

Logic Explanation

External Link

C Program to Count Characters, Words, and Lines of the File - Code Implementation

Implementation

External Link

C Program to Count Characters, Words, and Lines of the File - Conclusion

Conclusion

External Link

C Program to Print a Book Information - Introduction

Introduction

External Link

C Program to Print a Book Information - Logic Explanation

Logic Explanation

External Link

C Program to Print a Book Information - Code Implementation

Implementation

External Link

C Program to Print a Book Information - Conclusion

Conclusion

External Link

OLD_SKT_Lab L2_C Programming

13 Learning Materials

C Program to Convert Polar to Rectangular Form and Vice Versa - Introduction

Introduction

External Link

C Program to Convert Polar to Rectangular Form and Vice Versa - Problem Statement

Problem Statement

External Link

C Program to Convert Polar to Rectangular Form and Vice Versa - Logic Explanation

Logic Explanation

External Link

C Program to Convert Polar to Rectangular Form and Vice Versa - Code Implementation

Implementation

External Link

C Program to Convert Polar to Rectangular Form and Vice Versa - Conclusion

Conclusion

External Link

C Program to Perform Arithmetic Operations on Polar Form - Introduction

Introduction

External Link

C Program to Perform Arithmetic Operations on Polar Form - Logic Explanation

Logic Explanation

External Link

C Program to Perform Arithmetic Operations on Polar Form - Code Implementation

Implementation

External Link

C Program to Perform Arithmetic Operations on Polar Form - Conclusion

Conclusion

External Link

C Program to Perform Arithmetic Operations on Rectangular Form - Introduction

Introduction

External Link

C Program to Perform Arithmetic Operations on Rectangular Form - Logic Explanation

Logic Explanation

External Link

C Program to Perform Arithmetic Operations on Rectangular Form - Code Implementation

Implementation

External Link

C Program to Perform Arithmetic Operations on Rectangular Form - Conclusion

Conclusion

External Link

SKT_Lab L3_C Programming

1 Learning Materials

Advance Level programming on Elements of C

Write a C program illustrating the difference between the Local and Global Variables?

External Link

OLD_SKT_C Engg Applications

32 Learning Materials

Engineering Mathematics : Basics of Matrices

Entering Matrix into 2 - Dimensional Array

External Link

Identity Matrix

External Link

Transpose of a Matrix Lecture - 1

External Link

Transpose of a Matrix Lecture - 2

External Link

Transpose of a Matrix Lecture - 3

External Link

Engineering Mathematics : Matrix Operations

Matrix Addition

External Link

Matrix Subtraction

External Link

Matrix Multiplication - Code Logic Explanation

External Link

Matrix Multiplication - Code Implementation

External Link

Engineering Mathematics : Determinant and Cofactors of a Matrix

Introduction to Determinant

External Link

Program to Find Determinant

External Link

Program to find Determinant using Recursion - Code Logic Explanation

External Link

Program to Find Determinant using Recursion - Code Implementation

External Link

Cofactors of a Matrix

External Link

Program on Cofactors of a Matrix

External Link

Engineering Mathematics : Creation of User Defined Header Files

Creating Determinant User Defined Header File

External Link

Creating Cofactors User Defined Header File

External Link

Creating Transpose User Defined Header File

External Link

Engineering Mathematics : Inverse of a Matrix

Introduction to Inverse of a Matrix

External Link

Program on Inverse of a Matrix

External Link

Engineering Mathematics : Linear Equations

Introduction to Linear Equations

External Link

Linear Equation in Matrix Form - Code Logic Explanation

External Link

Linear Equation in Matrix Form - Code Implementation

External Link

Creating Inverse User Defined Header File

External Link

Solving Linear Equations - Code Logic Explanation

External Link

Solving Linear Equations - Code Implementation

External Link

Electrical & Electronics Application : Mesh Analysis

Introduction to Mesh

External Link

Mesh Current Method

External Link

Solving Mesh Equations using C

External Link

Electrical & Electronics Application : Nodal Analysis

Introduction to Node

External Link

Node Voltage Method

External Link

Solving Node Equations using C

External Link

SKT_PG_DS & AL with C

71 Learning Materials

Introduction to Data Structures & Algorithms

Introduction to Data Structures

External Link

Classification of Data Structures

External Link

Operations on Data Structures

External Link

Introduction to Algorithms

External Link

How to Write an Algorithm

External Link

Approaches of an Algorithm

External Link

Algorithm Complexity

External Link

Recursion

introduction to Recursion

External Link

Sum of N numbers

External Link

Fibnocci series

External Link

Tower of Hanoi

External Link

Arrays

Introduction to Arrays

External Link

Types of Arrays

External Link

Size of an Array

External Link

One Dimensional Arrays

External Link

Accessing Of 1D Array

External Link

Passing array elements of functions

External Link

Two Dimensional Arrays

External Link

Traversing 2D Array

External Link

Three Dimensional Arrays

External Link

Structures & Unions

Introduction to Structures

External Link

Accessing Member of a Structure

External Link

Assignment of Structure Variable

External Link

Nested Structures

External Link

Arrays of Structures

External Link

Structures and Functions

External Link

Introduction to Unions

External Link

Arrays of Union Variables

External Link

Unions Inside Structures

External Link

Linked List

Introduction to Linked List

External Link

Types of Linked List

External Link

Singly Linked List

Creation of Node in Linked List

External Link

Traversing a Linked List

External Link

Counting Nodes in Singly Linked List

External Link

Searching in Singly Linked List

External Link

Singly Linked List - Insertion Operations

Insertion in Empty Linked List

External Link

Insertion at the Beginning

External Link

Insertion at the End

External Link

Insertion After a Node in List

External Link

Insertion Before a Node in List

External Link

Singly linked list- Deletion Operations

Deletion of First Node

External Link

Deletion of Last Node

External Link

Deletion of Only Node

External Link

Stacks

Introduction to Stacks

External Link

Is Empty & Is Full Functions

External Link

Push & Pop Operations

External Link

Peek & Display Operations

External Link

Stack Implementation

External Link

Stack Operations using Linked List

External Link

Applications of Stacks

External Link

Queues

Introduction to Queues

External Link

Types of Queues

External Link

Applications of Queues

External Link

Implementing Queues

Queues using Arrays

External Link

Queues using Linked List

External Link

Circular Queues

Introduction to Circular Queues

External Link

Circular Queue using Arrays

External Link

Circular Queue using Linked List

External Link

Priority Queues

Priority Queues using Arrays

External Link

Priority Queues using Linked List

External Link

Introduction to Priority Queues

External Link

Double Ended Queues

Introduction to Double Ended Queues

External Link

Searching Algorithms

Introduction to Searching

External Link

Linear Search

External Link

Binary Search

External Link

interpolation search

External Link

Jump search

External Link

Sorting Algorithms

BubbleSort

External Link

Selection Sort

External Link

Insertion Sort

External Link

Quick Sort

External Link

SKT_PG_Theory_Core Java

68 Learning Materials

Introduction to JAVA

Introduction to Java

External Link

Types of Applications

External Link

Java Platforms, Edition

External Link

Java Environmental Setup

External Link

Installing Eclipse Software

External Link

Architecture of Java

External Link

Structure of Java Program

External Link

Basic Syntax

Comments

External Link

Keywords, Identifiers & Block of Code

External Link

Variables & Data Types

External Link

Input & Output Operations

External Link

Operators

Arithmetic & Relational Operators

External Link

Logical Operators, Increment & Decrement Operators

External Link

Bitwise Operators

External Link

Shift Operators

External Link

Assignment Operators

External Link

Unary Operators

External Link

Conditional Operator and Nested Ternary Operator

External Link

Conditional Statements

Conditional Statements

External Link

Switch Statement

Switch Statement

External Link

Loops

Loops

External Link

Nested & Infinite Loop

External Link

Loop Control Statements

External Link

Introduction to Object-Oriented Programming

Introduction to Object-Oriented Programming

External Link

Classes & Objects

Classes & Objects

External Link

Instance of Operator

External Link

final Keyword

External Link

Methods

Working with Methods

External Link

Types of Variables

External Link

Static & Non - Static Methods

External Link

Constructor

External Link

This Keyword

External Link

Recursion

External Link

Inheritance

Inheritance

External Link

Types of Inheritance

Single Inheritance

External Link

Super keyword

External Link

Multi-Level Inheritance

External Link

Multiple Inheritance

External Link

Hierarchical Inheritance

External Link

Hybrid Inheritance

External Link

IS-A & HAS-A Relationship

IS-A & HAS-A Relationship

External Link

Aggregations

Aggregation

External Link

Composition

Composition

External Link

Polymorphism

Polymorphism

External Link

Method Overriding

External Link

Method Overloading

External Link

Polymorphic Variables

External Link

Abstraction

Abstraction

External Link

Encapsulation

Encapsulation

External Link

Access Modifiers

External Link

Public Access Modifier

External Link

Protected Access Modifier

External Link

Private Access Modifier

External Link

Default Access Modifier

External Link

Interfaces

Interfaces

External Link

Enumeration

Enumeration

External Link

Type Conversions

Type Conversions

External Link

Coupling

Coupling

External Link

Object Casting

Object Casting

External Link

Type Casting

External Link

Specialization & Generalization

External Link

Nested Classes

Nested Classes

External Link

Types of Nested Classes

External Link

Nested Interfaces

External Link

Wrapper classes

Wrapper Classes

External Link

Object Cloning

Object Cloning

External Link

Annotations

Annotations

External Link

Types of Annotations

External Link

SKT_Lab L1_Java Programming

1 Learning Materials

Basic level programming of Basic syntax

Write a Java program to understand comments used in the given Java program.

External Link

SKT_PG_Theory_Java Libraries

287 Learning Materials

Packages

Introduction to packages

External Link

Type of Packages

External Link

Accessing Package

External Link

Access Modifiers

External Link

Sub-Packages

External Link

Array

Arrays

External Link

Accessing & Modifying elements of an Array

External Link

Array Traversing

External Link

Types of Arrays

External Link

Methods For Copying Arrays

External Link

Sorting Arrays

External Link

Comparison Arrays

External Link

Methods to Find Elements In an Array

External Link

Strings

Strings

External Link

String Operations

External Link

String Methods

External Link

String Buffer

External Link

String Modification Methods In String Buffer

External Link

Character Extraction Methods In String Buffer

External Link

Capacity-related Methods In String Buffer

External Link

Length-related Methods In String Buffer

External Link

Search and Index Methods In String Buffer

External Link

Conversion Methods In String Buffer

External Link

String Builder

External Link

Methods of the StringBuilder

External Link

Difference Between String, String Buffer, String Builder

External Link

Collection Framework

Collection Framework

External Link

Hierarchy of the Collection Framework

External Link

Adding Methods In Collection Interfaces

External Link

Removal Methods In Collection Interface

External Link

Finding Methods In Collection Interface

External Link

Converting Methods In Collection Interface

External Link

Finding Size Methods In Collection Interface

External Link

Collections - List

Collections- List

External Link

Adding Methods In list Interfaces

External Link

Removing Methods In list Interfaces

External Link

Converting Methods In list Interfaces

External Link

Access and Modification In list Interfaces

External Link

Finding Size Methods in list Interfaces

External Link

Collection - ArrayList

Collection- Arraylist

External Link

Arraylist Constructor

External Link

Adding Methods In Arraylist

External Link

Removing Methods In Arraylist

External Link

Access and Modification Methods In Arraylist

External Link

Finding Methods In Arraylist

External Link

Converting Methods In ArrayList

External Link

Finding Size of Methods In ArrrayList

External Link

Collections - LinkedList

Collections-LinkedList

External Link

Types of LinkedList

External Link

Inserting Node In LinkedList

External Link

Deletion Node In Linkedlist

External Link

Adding Methods In LinkedList

External Link

Removing Methods In LinkedList

External Link

Get Methods In LinkedList

External Link

Peek Methods In LinkedList

External Link

Poll Methods In LinkedList

External Link

Offer Methods In Linkedlist

External Link

Push and Pop Methods In LinkedList

External Link

Collection - Vector

Collections-Vector

External Link

Adding Methods In Vector

External Link

Removing Methods In Vector

External Link

Set Methods In Vector

External Link

Converting Methods In Vector

External Link

Finding Size of Methods In Vector

External Link

Collections - Stack

Introduction to Stack

External Link

Operations on Stack

External Link

Collections - Queues

Introduction to Queues

External Link

Implementation of Queues

External Link

Types of Queues

External Link

Application of Queues

External Link

Maps

Introduction to Map Interfaces

External Link

Exploring Different Types of Map Interfaces

External Link

Adding Elements In Map Interfaces

External Link

Removing Elements In Map Interfaces

External Link

Get Elements In Map Interfaces

External Link

Finding Size Elements In Map Interfaces

External Link

Access Elements In Map Interfaces

External Link

Collections Sets

Introduction to Sets

External Link

Sets Operations

External Link

Adding Elements In Set Interfaces

External Link

Removing Elements In Set Interfaces

External Link

Finding Elements In Sets Interfaces

External Link

Exploring Different Types of Set Interfaces

External Link

Exception Handling

Introduction to Exception Handling

External Link

Types of Exception Handling

External Link

Difference Between Error & Exceptions

External Link

Try and Catch Keywords

External Link

Finally Keyword

External Link

Throw and Throws Keywords

External Link

Common Scenarios of Java Exception

External Link

Exceptions Handling Using Multiple Catch Blocks

External Link

Method Overriding with Exception Handling

External Link

I/O Streams

Introduction to Input & Output Streams

External Link

Hierarchy of Input Streams

External Link

Implementation of the Constructors & Methods of File Input Stream

External Link

Byte Array Input Stream

External Link

Filter Input Stream

External Link

Buffered Input Stream

External Link

Implementation of the Constructors & Methods of Buffered Input Stream

External Link

Data Input Stream

External Link

Implementation of the Constructors & Methods of Data Input Stream

External Link

Hierarchy of Output Streams

External Link

Implementation of the Constructors & Methods of File Output Stream

External Link

ByteArrayOutputStream

External Link

Filter Output Stream

External Link

Data Output Stream

External Link

Buffered Output Stream

External Link

Reader / Writer

Java Reader Class

External Link

Buffered Reader Class

External Link

Input Stream Reader Class

External Link

Java String Reader Class

External Link

Java File Reader Class

External Link

Java Writer Class

External Link

Buffered Writer Class

External Link

Java Output Stream Writer Class

External Link

Java String Writer Class

External Link

Java File Writer Class

External Link

Java Print Writer Class

External Link

Implementation of the Constructors & Methods of Print Writer Class

External Link

Multithreading

Introduction to Multithreading

External Link

Threads

External Link

Thread Methods

External Link

Thread Synchronization

External Link

Thread Prioritiy

External Link

Daemon Threads

External Link

Thread Pool

External Link

Understanding the Risks of Java Thread Pools

External Link

Thread Group

External Link

Active Methods In ThreadGroup class

External Link

Get Methods In ThreadGroup class

External Link

Shutdown hooks

External Link

Introduction to Deadlock

External Link

Inter-Thread Communication

External Link

Thread Scheduler in Java

External Link

First Come First Serve Scheduling Algorithm

External Link

Shortest Job First(SJF) Scheduling Algorithm

External Link

Shortest Remaining Time First (SRTF) Scheduling Algorithm

External Link

Round Robin Scheduling Algorithm

External Link

Greedy Algorithm

External Link

Garbage Collection

Introduction To Garbage Collection

External Link

Types of garbage collection

External Link

Methods of Garbage Collection

External Link

Instance Initializer Block

Instance Initializer Block

External Link

File and Directory

Introduction To file and directory

External Link

Directory Operations

External Link

File Operations

External Link

Generics

Introduction to Generics

External Link

Types of Java Generics

External Link

Bounded Types Parameters

External Link

Wildcards In Generics

External Link

Raw Types

External Link

Lambda Expression

Introduction to Lambda Expression

External Link

Functional Interfaces

External Link

Method References

External Link

Event Handling

Event Handling

External Link

Event Classes & Listener Interfaces

External Link

Implementation of Event Handling

External Link

Networking

Introduction to Networking

External Link

Java Networking Terminology

External Link

Java Socket Programming

External Link

Cilent-Side & Server-Side Programming

External Link

URL

External Link

URL Structure Methods

External Link

URL Handling Methods

External Link

Connection and Content Handling Methods

External Link

Object Representation and Comparison Methods

External Link

HttpURLConnection

External Link

Inet Address Class

External Link

Factory Methods

External Link

Instance Methods

External Link

Introduction to Datagram

External Link

DatagramSocket

External Link

DatagramPacket

External Link

Encryption & Decryption

External Link

Implementation of Encryption & Decryption using by Ceaser Cipher

External Link

Implementation of Encryption & Decryption using by Substitution Cipher

External Link

Implementation of Encryption & Decryption using by Hill Cipher

External Link

Implementation of Encryption & Decryption using by DES Algorithm

External Link

Implementation of Encryption & Decryption using by Diffiee-Hellman Algorithm

External Link

Implementation of Encryption & Decryption- using by MD5 Algorithm

External Link

Implementation of Encryption & Decryption-using by SHA-1 Algorithm

External Link

Implementation of Encryption & Decryption-using by Blowfish Algorithm

External Link

Implementation of Encryption & Decryption-7 using by Rijndael Algorithm

External Link

Exploring java.lang - 1

Introduction to java.lang package

External Link

Object Class

External Link

Methods of Object Class-1

External Link

Methods of Object Class-2

External Link

Methods of Object Class-3

External Link

java.lang.Character.Subset

External Link

Character.Subset Class Methods

External Link

java.lang.Character.UnicodeBlock

External Link

Character.UnicodeBlock Class Methods

External Link

Exploring java.lang - 2

Class Loader

External Link

Working of Class Loader and types and Methods

External Link

Methods of Class Loader-1

External Link

Methods of Class Loader-2

External Link

Methods of Class Loader-3

External Link

Methods of Class Loader-4

External Link

Methods of Class Loader-5

External Link

System Class

External Link

Methods of System Class - 1

External Link

Methods of System Class - 2

External Link

Methods of System Class - 3

External Link

Methods of System Class - 4

External Link

Methods of System Class - 5

External Link

Exploring java.lang - 3

System.Logger and System.LoggerFinder

External Link

Methods of System.Logger-1

External Link

Methods of System.Logger-2

External Link

Methods of System.LoggerFinder

External Link

Runtime

External Link

Methods of Runtime Class-1

External Link

Methods of Runtime Class-2

External Link

Runtime.Version

External Link

Methods of Runtime.Version Class

External Link

Void

External Link

Exploring java.lang - 4

Process

External Link

Methods of Process Class

External Link

ProcessBuilder

External Link

Methods of ProcessBuilder Class

External Link

Math

External Link

Methods of Math Class

External Link

Strict Math

External Link

Methods of Strict Math Class

External Link

Compiler

External Link

Package

External Link

Module

External Link

ModuleLayer

External Link

RuntimePermission

External Link

Exploring java.lang - 5

Throwable Class

External Link

Various Methods in the Throwable Class

External Link

Security Manager

External Link

StackTraceElement

External Link

StackWalker and StackWalker.StackFrame

External Link

ClassValue

External Link

Exploring java.lang - 7

Annotation Type Hierarchy (Part-1)

External Link

Annotation Type Hierarchy (Part-2)

External Link

Exploring java.lang - 9

Sub Packages of java.lang Package (Part - 1)

External Link

Sub Packages of java.lang Package (Part - 2)

External Link

Sub Packages of java.lang Package (Part - 3)

External Link

Introduction to AWT

Introduction to AWT

External Link

AWT Components

External Link

Working with Frame Windows

External Link

Methods of the Frame Class

External Link

Creating a Frame

External Link

Closing a Frame Window

External Link

Window Fundamentals

External Link

Introduction to Graphics

External Link

Fundamental Graphic Elements-1

External Link

Fundamental Graphic Elements-2

External Link

Fundamental Graphic Elements-3

External Link

Creating a Frame-Based Application

External Link

Working with Color

External Link

Setting the Paint Mode

External Link

Working with Fonts-1

External Link

Working with Fonts-2

External Link

Working with Fonts-3

External Link

Dialog

External Link

Panel

External Link

Applet

External Link

Date/Time API

Introduction to Classical Date Time API

External Link

java.util.Date Class

External Link

java.sql.Date Class

External Link

Java Calendar Class

External Link

Java TimeZone Class

External Link

Introduction to Date & Time API in Java-8

External Link

Java LocalDate Class

External Link

Java LocalDateTime Class

External Link

Java MonthDay Class

External Link

Java OffsetTime Class

External Link

Java Clock Class

External Link

Java ZonedDateTime Class

External Link

Java Year Class

External Link

Java Period Class

External Link

Java Duration Class

External Link

Java Instant Class

External Link

Java DayOfWeek enum Class

External Link

Java Month enum Class

External Link

Stream API

Introduction to Stream API

External Link

stream() and filter() Methods

External Link

sorted()

External Link

min() & max()

External Link

findFirst() & findAny()

External Link

anyMatch() & allMatch()

External Link

collect()

External Link

iterate()

External Link

map()

External Link

flatMap()

External Link

SKT_PG_Theory_SQL & PL/SQL

40 Learning Materials

Course Road Map

Course Road Map

External Link

Fundamentals of Database

Fundamentals of Database

External Link

Introduction to SQL

Introduction to SQL

External Link

Installation Procedure For Oracle 11g Express Edition

Installation Procedure For Oracle 11g Express Edition

External Link

Data Types in Oracle

Data Types in Oracle

External Link

Numeric Data Types in Oracle

External Link

Date and Time Data Types in Oracle

External Link

Oracle large object Data Types

External Link

Data Definition Language (DDL) Commands

Data Definition Language (DDL) Commands

External Link

Data Manipulation Language(DML) Commands

Data Manipulation Language(DML) Commands

External Link

Data Query Language(DQL) Commands

Data Query Language(DQL) Commands

External Link

Transaction Control Language(TCL) Commands

Transaction Control Language(TCL) Commands

External Link

Data Control Language (DCL) Commands

Data Control Language (DCL) Commands

External Link

Data Integrity Constraints

Data Integrity Constraints

External Link

Operators

Operators

External Link

Comparison Operators

External Link

Bitwise Operators

External Link

Logical Operators

External Link

Set Operators

External Link

JOINS

JOINS

External Link

Types of JOINS

External Link

SUB - QUERIES

SUB - QUERIES

External Link

SQL VIEWS

SQL VIEWS

External Link

Types of SQL Views

External Link

SQL FUNCTIONS

SQL FUNCTIONS

External Link

Aggregate Function

Aggregate Functions

External Link

Single Row Functions

Single Row Functions

External Link

Conversion Functions

External Link

DateTime Functions

External Link

Data Types in PL/SQL

Data Types in PL/SQL

External Link

Control Structures

Control Structures

External Link

Loops in PL/SQL

Loops in PL/SQL

External Link

Exception Handling

Exception Handling

External Link

Functions Of PL SQL

Functions Of PL SQL

External Link

Procedure In PL/SQL

Procedure In PL/SQL

External Link

Triggers In PL/SQL

Triggers In PL/SQL

External Link

CURSORS

CURSORS

External Link

Cursor Variables

External Link

FOR Loop Cursors

External Link

Introduction to PL/SQL

Introduction to PL/SQL

External Link

SKT_PG_Theory_JDBC

15 Learning Materials

Introduction to JDBC

JDBC Introduction

External Link

JDBC Architecture

JDBC Architecture

External Link

JDBC API

JDBC API

External Link

JDBC Drivers

JDBC Drivers

External Link

Standard Steps to Develop JDBC Application

Client - Server Model

External Link

JDBC First Aplication

External Link

Establishing a JDBC Connection

Steps to connect to Database

External Link

performing sql operations on JDBC

CRUD operations

External Link

Using Statement

How to use Statement Interface

External Link

Using Prepared Statement

How to use Prepared Statement Interface

External Link

PL/SQL

Introduction to PL/SQL Basics

External Link

Using Callable Statement

Using CallableStatement Interface

External Link

Executing PL/SQL Blocks from Java Application

External Link

Result Sets

Result Set Interface

External Link

BLOB and CLOB

BLOB and CLOB

External Link

SKT_Lab L1_JDBC

1 Learning Materials

Basic Level Programming on JDBC Drivers

Write a program to retrieve and display JDBC driver metadata (driver name, version, database product

External Link

SKT_PG_Theory_JSP

30 Learning Materials

Introduction to JSP

Introduction to JSP

External Link

Architecture of JSP

External Link

JSP API

External Link

Life Cycle of a JSP

External Link

Advantages and Disadvantages of JSP Technology

External Link

Set up a development environment for JSP without any IDE on Windows Operating System

Directory Structure for a JSP Web-Application

External Link

Procedure for Installing and Configuring Java

External Link

Procedure for Installing and Configuring the Tomcat Web Server

External Link

Creating a JSP web App without any IDE

Setting up a Basic JSP Web Application

External Link

Deploying a WAR File of JSP Application

External Link

Set up a development environment for JSP with any IDE on Windows Operating System

Procedure for Installing the Eclipse IDE for Windows Operation

External Link

Download and Install Maven Build Tool

External Link

Creating a JSP web app Using Eclipse IDE

JSP Web App as Dynamic Web Project

External Link

JSP Script as a Maven Project using Eclipse IDE

External Link

Scripting Elements in JSP Technology

Introduction to Scripting Elements in JSP Technology

External Link

Scriptlet tag in JSP

External Link

Expression tag in JSP

External Link

Declaration tag in JSP

External Link

Implicit Objects in JSP Technology

Implicit Objects in JSP Technology

External Link

Request Object in JSP

External Link

Response Object in JSP

External Link

Describing the 'out' Object in JSP

External Link

Describing the 'session' Object in JSP

External Link

Describing the 'config' Object in JSP

External Link

Describing the 'pageContext' Object in JSP

External Link

Describing the 'page' Object in JSP

External Link

Describing the 'application' Object in JSP

External Link

Describing the 'exception' Object in JSP

External Link

JSP Directives

Introduction to the JSP Directives

External Link

Explaining the 'page' Directive in JSP Technology

External Link

SKT_PG_Theory_JFC Swings

25 Learning Materials

Introduction to AWT and Swings

Introduction to JFC swings

External Link

Java Foundation Classes

External Link

Introduction to CUI & GUI

External Link

Java Swing API

Java Swing API

External Link

Swing API(JAVAX.SWING.EVENT)Package

External Link

Swing Components

Swing Components

External Link

Swing Components(Jlabel & JTextField)

External Link

Swing Components(JTextArea & JPasswordField)

External Link

Swing Components(Jbutton & JRadioButton)

External Link

Swing Components(JComboBox & JCheckBox)

External Link

Swing Components(Jtable & Jlist)

External Link

Swing Components(JScrollBar & JoptionPane)

External Link

Swing Components(JMenuBar & JPopupMenu)

External Link

Swing Components(JCheckBoxMenuItem & Jseperator)

External Link

Swing Components(JProgressBar & Jtree)

External Link

Swing Components(JSlider and JSpinner)

External Link

JApplet

External Link

Event Handling

Event Handling

External Link

Event Sources

External Link

Event Listeners

External Link

Layout managers

Introduction to layout manager

External Link

Flow & Grid Layout Manager

External Link

Card & Grid Bag Layout Manager

External Link

Box & Group Layout Manager

External Link

Spring Layout Manager

External Link

C#.NET

130 Learning Materials

Introduction to Programming Languages

Programming Languages Paradigm

External Link

Imperative Paradigm

External Link

Declarative Paradigm

External Link

Structured Programming

External Link

Procedural Programming

External Link

Object Oriented Programming

External Link

Functional Programming

External Link

History of Programming Language

History of Programming Language

External Link

Classification of Programming Languages

Low Level Programming Language

External Link

Middle Level Programming Language

External Link

High Level Programming Language

External Link

High Level Programming Languages

FORTRAN

External Link

ALGOL

External Link

COBOL

External Link

BCPL

External Link

PASCAL

External Link

B Language

External Link

C Language

External Link

C++

External Link

Java

External Link

C#

External Link

Introduction to C#

Why it is Named as C#

External Link

Is C# Platform Dependent or Independent

External Link

Features of C#

Introduction to Features of C#

External Link

Simple

External Link

Modern Programming Language

External Link

Object Oriented

External Link

Type Safe

External Link

Interoperability

External Link

Scalable and Updatable

External Link

Component Oriented

External Link

Structured Programming Language

External Link

Rich Library

External Link

Fast Speed

External Link

Versions of C#

Versions of C#

External Link

Importance of C#

Advantages of C#

External Link

What will you gain if you learn C#?

External Link

History of C#

Beginning of Modern Age Programming

External Link

Creation of OOPS and C++

External Link

Internet and Java Emerge

External Link

Creation of C#

External Link

Evolution of C#

External Link

How C# Relates to the .NET Framework

External Link

.NET Framework and its Components

External Link

Your First Program

First Program using Command Line Compiler

External Link

First Program Using Visual Studio IDE

External Link

Handling Syntax Errors

External Link

Debugging

External Link

Basic Syntax

Semicolons

External Link

Keywords

External Link

Identifiers

External Link

Data Types

Introduction to Data Types

External Link

Different Data Types in C#

External Link

Value Data Type

External Link

Reference Data Type

External Link

Pointer Data Type

External Link

Why Data Types are Important

External Link

Literals & Variables

Literals

External Link

Variables

External Link

Initializing Variables

External Link

Scope of Variables

External Link

Operators

Introduction to Operators

External Link

Arithmetic Operator

External Link

Increment & Decrement Operator

External Link

Bitwise Operator

External Link

Ternary Operator

External Link

Spacing & Parenthesis

External Link

Operator Precedence

External Link

Conditional Statements

If Statement

External Link

If-else Statement

External Link

If-else if Statement

External Link

Nested if-else Statement

External Link

Switch Statement

External Link

Nested Switch Statement

External Link

Jump Statements

goto Statement

External Link

break Statement

External Link

continue Statement

External Link

return Statement

External Link

Iteration Statements

While Statement

External Link

Do-while Statement

External Link

For Statement

External Link

For each Statement

External Link

Some Variations on For Loop

External Link

Overview of OOPS

Introduction to OOPS

External Link

Class

External Link

Object

External Link

Abstraction

External Link

Encapsulation

External Link

Inheritance

External Link

Polymorphism

External Link

Classes

Introduction to Class

External Link

Rules for Declaring Class Name

External Link

Access Specifiers or Modifiers

External Link

Generalized program for Access Specifier or Modifier

External Link

Internal & Protected

External Link

Generalized program for a Class

External Link

Objects

Introduction to Object

External Link

Creating an Object

External Link

Releasing an Object

External Link

Declaring & Instantiating Object

External Link

Access to fields of an Object

External Link

Methods

Introduction to method

External Link

Method Deceleration

External Link

Return Type Method

External Link

Non - Return Type Method

External Link

Types of Methods

Pure Virtual Method

External Link

Virtual Method

External Link

Abstract Method

External Link

Partial Method

External Link

Extension Method

External Link

Instance Method

External Link

Static Method

External Link

Passing Parameter to a Method

Introduction to Passing Parameter to a Method

External Link

Value as a Parameter

External Link

Reference as a Parameter

External Link

Output as a Parameter

External Link

Method Overloading

Introduction to Method Overloading

External Link

By Changing the Number of Parameters

External Link

By Changing the Data Types of the Parameters

External Link

By Changing the Order of the Parameters

External Link

Constructors

Introduction to Constructor

External Link

Rules for Declaring a Constructor

External Link

Types of Constructor

Default Constructor

External Link

Parametarized Constructor

External Link

Copy Constructor

External Link

Private Constructor

External Link

Static Constructor

External Link

Destructors

Introduction to Destructor

External Link

Rules for Declaring a Destructor

External Link

Garbage Collector

External Link

SKT_WD_Theory_HTML

48 Learning Materials

Web Design

Introduction to Web Design

External Link

Evolution of Web Design

External Link

Role of Web Designer

External Link

Web Design Principles & Best Practices

External Link

Web Design Process

External Link

Color Theory

External Link

Understanding the Web

How the Internet Works

External Link

Internet vs World Wide Web

External Link

Browsers, Servers & Clients

External Link

Domain Names & Web Hosting

External Link

Introduction to HTML

HTML & Its Role

External Link

Evolution of HTML

External Link

Syntax & Structure

External Link

HTML Document Structure

DOCTYPE

External Link

Meta Tags for SEO

External Link

HTML Comments

External Link

Text Formatting & Semantic Elements

Heading Tags

External Link

Paragraph Tag & Line Break Tag

External Link

Text-Formatting Tags

External Link

Semantic Elements

External Link

Links and Navigation

Anchor Tag

External Link

Image & Media Tags

Image Tag

External Link

Audio Tag & Video Tag

External Link

Embedding Multimedia

External Link

Lists

List in HTML

External Link

Tables

Creating Tables & Structure

External Link

Attributes of the table Tag

External Link

HTML Forms

HTML Forms

External Link

Text & Password Inputs

External Link

Check Boxes & Radio Buttons

External Link

Select Menus & Option List

External Link

File Uploading in HTML

External Link

Button

External Link

Color

External Link

Date

External Link

DateTime-Local

External Link

E-Mail

External Link

Hidden

External Link

Image Button

External Link

Month

External Link

Number

External Link

Range

External Link

Reset

External Link

Tel

External Link

Time

External Link

URL

External Link

Week

External Link

Form Accessibility

External Link

SKT_Lab L1_HTML

1 Learning Materials

Basic Level Programming on Introduction to HTML

Write an HTML program to display a text "Welcome to HTML programming​

External Link

SKT_Lab L2_HTML

1 Learning Materials

Intermediate level programming on Introduction to Html

Create a simple HTML page that displays "Hello, World!" as the title and "This is my first HTML pag

External Link

SKT_Lab L3_HTML

1 Learning Materials

Advance level programming on Introduction to Html

How can we make the resume visually appealing without using CSS ?

External Link

SKT_WD_Theory_CSS

54 Learning Materials

Introduction to CSS

CSS & it's Importance

External Link

CSS Syntax & Structure

External Link

Inline, Internal & External CSS

External Link

Understanding Selectors

Simple Selectors

External Link

Attribute Selectors

External Link

Pseudo-class Selectors

External Link

Pseudo-element Selectors

External Link

Combinator Selectors

External Link

Specificity

Specificity of Inline, Internal & External CSS

External Link

Specificity Hierarchy

External Link

Box Model and Positioning Elements

Understanding the Box Model

External Link

Padding

External Link

Border

External Link

Margin

External Link

Positioning Elements

External Link

Typography and Text Styling

Font Properties

External Link

Working with Web Fonts

External Link

Text Styling

External Link

Text Spacing

External Link

Colors and Backgrounds

Using Color Values

External Link

Applying Background Colors & Images

External Link

Working with Gradients & Patterns

Linear Gradient

External Link

Radial Gradients

External Link

Conical Gradient

External Link

Using CSS Patterns

External Link

Layout in CSS

Introduction to CSS Layout Techniques

External Link

Understanding the Display Property

External Link

Types of Layouts

Introduction to Grid Layout

External Link

Grid Container

External Link

Grid Items

External Link

Creating Flexible Layouts with FlexBox

External Link

Flex Container

External Link

Flex Items

External Link

Responsive Design

Media Queries & Responsive Breakpoints

External Link

Building Responsive Layouts

External Link

Mobile-First Approach v/s Desktop-First Approach

External Link

Transitions and Animations

Transitions & Animations

External Link

Transition Properties

External Link

Introduction to Animations

External Link

KeyFrames and Complex Animations

External Link

Transformations and Transforms

Applying Transformations

External Link

Applying 3D Transforms

External Link

Translate Function

External Link

Scale() Function

External Link

Perspective Function

External Link

Building CSS Components

Button

External Link

Button Animations & Transitions

External Link

Button Group

External Link

Dropdown

External Link

Cards

External Link

Navigation Bar

External Link

List Group

External Link

Breadcrumbs

External Link

Styling Form Elements

External Link

SKT_Lab L1_CSS

1 Learning Materials

Write an HTML code to demonstrate the usage of inline CSS

Write an HTML code to demonstrate the usage of inline CSS

External Link

SKT_Lab L2_CSS

1 Learning Materials

Intermediate level programming on Introduction to css

Write an HTML code to demonstrate the usage of external CSS.

External Link

SKT_Lab L3_CSS

1 Learning Materials

Advance level programming on Introduction to css

How do you refer to more than one .css file in an HTML document ?

External Link

SKT_WD_Theory_Javascript

128 Learning Materials

Introduction to JavaScript

What is JavaScript?

External Link

Brief history & evolution of JavaScript

External Link

Setting up development environment

External Link

How to include JavaScript?

External Link

JavaScript Basics

Comments in JavaScript

External Link

Keywords & Identifiers

External Link

Javascript I/O statements

JS Input & Output Statements

External Link

Variables and data types

Variables

External Link

Data -Types

External Link

Operators and expressions

Introduction to Operators

External Link

Arithmetic Operators

External Link

Assignment Operators

External Link

Relational Operators

External Link

Identically Equal Operators

External Link

Logical Operators

External Link

Bitwise Operators

External Link

Increment & Decrement Operators

External Link

Ternary Operators

External Link

Type Operator

External Link

Conditionals Statements

if conditional statements

External Link

Switch Statement

External Link

loops

Introduction to Loops

External Link

for loop

External Link

while loop

External Link

do while loop

External Link

Loop control statements

External Link

Functions

Introduction to Functions

External Link

Implementing Functions

External Link

Classification of Functions

External Link

Nested Functions

External Link

Scope of Variables in Functions

External Link

Recursive functions

External Link

Arrays and Objects

Array

External Link

Array Methods & Properties

External Link

Introduction to Objects

External Link

Accessing & Modifying Object Properties​​

External Link

Adding & Deleting Object Properties​​

External Link

Object Methods & "this" Keyword

External Link

Object Oriented Programming

Core OOP Principles

External Link

Classes

External Link

Constructor

External Link

Accessing & Modifying Object Properties_ES6

External Link

Adding & Deleting Object Properties

External Link

Object Property & Attributes

External Link

Prototype & Prototypal Inheritance

External Link

Inheritance

External Link

Polymorphism

External Link

Encapsulation

External Link

Abstraction

External Link

Strings and String Manipulation

Creating & manipulating strings

External Link

String Properties

External Link

Modifying strings

External Link

Extracting substrings

External Link

Searching within strings

External Link

Template literals & string interpolation

External Link

Date Functions

Date Functions

External Link

Time Functions

Time Functions

External Link

Intervals in Javascript

Intervals in Javascript

External Link

Asynchronous JavaScript

Introduction to asynchronous programming

External Link

Callback Functions

External Link

Promises

External Link

Introduction to async/await

External Link

Error Handling and Debugging

JavaScript errors

External Link

Error Handling

External Link

Debugging techniques & tools

External Link

ES6 and Modern JavaScript

Arrow functions

External Link

Destructuring in JavaScript

External Link

Spread & Rest Operators

External Link

Modules & import/export

External Link

Introduction to APIs

Web APIs & Technologies

External Link

Making HTTP requests

External Link

Introduction to HTTP methods

External Link

Sending Request Headers & Data

External Link

Consuming & parsing JSON data

External Link

Introduction to the Document Object Model (DOM)

What is DOM Model?

External Link

Tree-like structure of DOM

External Link

Parent -Child relationships

External Link

Window Objects in DOM

External Link

Document Object

External Link

Accessing HTML elements

External Link

Traversing and searching the DOM

Navigating the DOM tree

External Link

Forward & Backward Traversing

External Link

Element Searching Methods

External Link

Nodelists & HTML collections

External Link

Loops in Node Lists

External Link

DOM Manipulation Basics

Modifying element content

External Link

Changing element attributes

External Link

Adding or removing elements

External Link

Working with events

Introduction to events

External Link

Event Loop in JavaScript

External Link

Registering Event Handlers

External Link

Mouse Events

External Link

Keyboard Events

External Link

Form Events

External Link

Window Events

External Link

Clipboard Events

External Link

Drag & Drop Events

External Link

Media Events

External Link

Event delegation & propagation

External Link

Styling and CSS manipulation

Changing element styles

External Link

Adding & removing CSS classes

External Link

Getting & setting element dimensions

External Link

Handling forms and user input

Form Elements

External Link

Validating Form Input

External Link

form submission & handling

External Link

Advanced DOM techniques and APIs

Working with history API

External Link

Drag & Drop API

External Link

Web Storage API

External Link

Using Fetch API

External Link

Javascript projects

Weather Application

External Link

Calculator Application_Part 1(HTML)

External Link

Calculator Application_Part 2(CSS)

External Link

Calculator Application_Part 3(JAVASCRIPT)

External Link

Digital Clock

External Link

Create a Background Video

External Link

Color pallette generator

External Link

To-do-list_Part 1

External Link

To-do-list_Part 2

External Link

Quiz Application_Introduction

External Link

Quiz Application_HTML

External Link

Quiz Application_CSS-Part I

External Link

Quiz Application_CSS-Part II

External Link

Quiz Application_JavaScript-Part I

External Link

Quiz Application_JavaScript-Part II

External Link

Quiz Application_JavaScript-Part III

External Link

Quiz Application_Recap

External Link

Tic Tac Toe Game - I

External Link

Tic Tac Toe Game - II

External Link

Course Instructor

tutor image

TNBOCW

234 Courses   •   10269 Students