What's New-Given Below
technicalsymposium
technicalsymposium
technicalsymposium

Technicalsymposium.com-Event Publish/Updates/E-Alerts


Bio graphy zone

Free Downloading of College Lab Codings


C LAB CODINGS

Name Of The Program Codings

C Program for BANK OPERATION.

Get Code

C Program for finding COS THETA Value

Get Code

C Program for Exponential value.

Get Code

C Program for factorial using recursion.

Get Code

C Program for fibanacci series using recursion.

Get Code

C Program for String Length.

Get Code

C Program for Library Operation.

Get Code

C PROGRAM FOR PASCAL TRIANGLE.

Get Code

C Program for Prime Number Generation.

Get Code

C Program For REPLACE OF STRING.

Get Code

C Program For String Reverse.

Get Code

C Program for salesman problem.

Get Code

C Program for sine series.

Get Code

C Program for STUDENT MARKLIST.

Get Code

C Program for SubString.

Get Code

C Program For to find largest and smallest value in two dimension matrix.

Get Code

C Program For Matrix addition.

Get Code

C Program For ARMSTRONG NUMBER.

Get Code

C Program For FINDING ONE DIMENSIONAL ARRAY BIG AND SMALL ELEMENT.

Get Code

C Program For FIBINACCI SERIES USING ARRAY.

Get Code

C Program For ARRAY REVERSE.

Get Code

C Program For ASCII VALUE

Get Code

C Program For BINARY SEARCH.

Get Code

C Program For SUM OF DIAGONAL ELEMENTS IN MATRIX.

Get Code

C Program For TRANSPOSE MATRIX

Get Code

C Program For MAKING NUMBER SERIES .

Get Code

C Program For ORDER OF NUMBERS.

Get Code

C Program For PALINDROME OF NUMBER.

Get Code

C Program For PERFECT NUMBER.

Get Code

C Program for PRIME NUMBER FINDING

Get Code

C Program For UPPER TRIANGULAR MATRIX.

Get Code

C Program For SWAPPING VALUES.

Get Code

C Program For SUM OF DIGITS.

Get Code

C Program For PRIME SERIES.

Get Code

C Program For DUPLICATE ELIMNATION.

Get Code

C Program For BINARY TO DECIMAL.

Get Code

C Program For DECIMAL TO BINARY.

Get Code

C Program For INSERTION SORTING.

Get Code

C Program For BUBBLE SORTING.

Get Code

C Program For NCR VALUE BY RECURSIVE FUNCTION.

Get Code

C Program For FINDING POWER VALUE OF GIVEN NUMBER.

Get Code

C Program For FACTORIAL USING RECURSION.

Get Code

C Program For SELECTION SORTING.

Get Code

C Program For FIBANACCI SERIES USING RECURSION.

Get Code
C++ LAB CODINGS

Name Of The Program Codings

C++ Program for funtion overloading.

Get Code

C++ Program for Friend Functions.

Get Code

C++ Program for add two complex no using friend function.

Get Code

C++ Program for to read the content of the file sort.

Get Code

C++ Program for pure virtual function.

Get Code

C++ Program for READING CONTENT FROM THE FILE.

Get Code

C++ Program for Add two time variables using constructor destructor.

Get Code

C++ Program for set operations using operator overloading.

Get Code

C++ Program for to implement circular queue operation using template function.

Get Code

C++ Program for to implement stack operation using template function.

Get Code

C++ Program for TO SWAP USING TEMPLATE FUNCTION.

Get Code

C++ Program for virtual function to find area perimeter of the rectangle.

Get Code
DATASTRUCTURE LAB CODINGS

Name Of The Program Codings

Travelling Salesman Problem using backtracking.

Get Code

Program to search an element using binary search method

Get Code

Program to compute factorial & generate fibonacci of a number

Get Code

Knapsack Problem Using Backtracking

Get Code

knapsack using dynamic programming

Get Code

Program to find minimum spanning tree using kruskal's algorithm

Get Code

PROGRAM TO MULTIPLY TWO MATRIX USING STRASSEN'S TECHNIQUE

Get Code

Program to sort the given number using divide & conquer technique.

Get Code

Program to find the minimum and maximum no. in the list

Get Code

NQUEEN PROBLEM

Get Code

Program to build optimal bindary search tree

Get Code

Program to count number of palindrome in the words

Get Code

Raising 2 to the power of n

Get Code

Prim s algorithm

Get Code

Quick Sorting

Get Code

Dijkstra's shortest path algorithm

Get Code

STRASSEN S MATRIX MULTIPLICATION

Get Code

Subset Sum Problem

Get Code

TOWER OF HANOI

Get Code

Program to implement an array in Data Strcture.

Get Code

DataStructure-Program to merge two 1-D arrays.

Get Code

DataStructure-Program to perform operations matrix addition, multiplicaton.

Get Code

DataStructure-Program for matrix operations dertminant, singular.

Get Code

DataStructure-Program to add two polynomials.

Get Code

DataStructure-Program to multiply two polynomials.

Get Code

DataStructure-Program to perform some basic operations on string.

Get Code

DataStructure-Program to check entered name in the master list.

Get Code

DataStructure- Program to swap elements of array of pointers to strings.

Get Code

DataStructure-Program to allocate memory dynamically.

Get Code

DataStructure-Program to search for a string into another string.

Get Code

DataStructure-string functions.

Get Code

DataStructure-Program to maintain a linked list .

Get Code

DataStructure-Program to add a new node to the asscending order linked list.

Get Code

DataStructure-Program to reverse a linked list.

Get Code

DataStructure-Program to merge two linked list.

Get Code

DataStructure-Program to sort a linked list by swapping data.

Get Code

DataStructure-Program to sort a linked list by readjusting the links.

Get Code

DataStructure-Program to implement a circular queue as a linked list

Get Code

Program to concatenate one linked list

Get Code

DataStructure-Program to find the number of nodes in the linked list using recursion.

Get Code

DataStructure-Program to compare two linked lists using recursion.

Get Code

DataStructure-Program to copy one linked list into another using recursion.

Get Code

DataStructure-Program to add a new node at the end of linked list using recursion.

Get Code

DataStructure-Program to maintain a doubly linked list.

Get Code

DataStructure-Program to add two polynomials maintained as linked lists.

Get Code

DataStructure-Program to multiply two polynomials maintained as linked lists.

Get Code

DataStructure-Program to create a 3-tuple from a given matrix .

Get Code

DataStructure-Program to transpose a sparse matrix.

Get Code

DataStructure-Program to add two sparse matrices.

Get Code

DataStructure-Program to multiply two sparse matrices.

Get Code

DataStructure-Program to store sparse matrix as a linked list.

Get Code

DataStructure-Program implements array as a stack.

Get Code

DataStructure-Program implements linked list as a stack.

Get Code

DataStructure-Program to convert an Infix expression to Prefix form.

Get Code

DataStructure-Program to convert an Infix form to Postfix form

Get Code

DataStructure-Program to convert expression in postfix form to prefix form.

Get Code

DataStructure-Program to convert an expression in postfix form to an infix form.

Get Code

DataStructure-Program to evaluate an epression entered in postfix form.

Get Code

DataStructure-Program that implements queue as an array.

Get Code

DataStructure-Program that implements queue as a linked list.

Get Code

DataStructure-Program that implements circular queue as an array.

Get Code

DataStructure-Program that implements deque using an array.

Get Code

DataStructure-Program that implements a priority queue using an array.

Get Code

DataStructure-Program to build a binary search tree from arrays.

Get Code

DataStructure-Program to implement a binary search tree.

Get Code

DataStructure- Program to insert and delete a node from the binary search tree.

Get Code

DataStructure-Program to maintain a threaded binary tree.

Get Code

DataStructure-Program to maintain an AVL tree.

Get Code

DataStructure-Program which maintains a B-tree

Get Code

DataStructure-Program to maintain a heap.

Get Code

DataStructure-Linear search in an unsorted array.

Get Code

DataStructure-Linear search in a sorted array.

Get Code

DataStructure-Binary search in a sorted array.

Get Code

DataStructure-Bubble sort.

Get Code

DataStructure-Selection sort.

Get Code

DataStructure-Quick sort.

Get Code

DataStructure-Insertion sort.

Get Code

DataStructure-Binary Tree Sorting.

Get Code

DataStructure-Heap Sort.

Get Code

DataStructure-Merge Sort.

Get Code

DataStructure-External Sorting.

Get Code

DataStructure-depth first search algorithm.

Get Code

DataStructure-breadth first search algorithm.

Get Code

DataStructure-minimum cost of a spanning tree.

Get Code

DataStructure-find the shortes path.

Get Code
ALGORITHM LAB CODINGS

Name Of The Program Codings

Program to build optimal bindary search tree

Get Code

Program to count number of palindrome in the words

Get Code

Raising 2 to the power of n

Get Code

Prim s algorithm

Get Code

Quick Sorting

Get Code

Dijkstra's shortest path algorithm

Get Code

STRASSEN S MATRIX MULTIPLICATION

Get Code

Subset Sum Problem

Get Code

TOWER OF HANOI

Get Code

Travelling Salesman Problem using backtracking.

Get Code

Program to search an element using binary search method

Get Code

Program to compute factorial & generate fibonacci of a number

Get Code

Knapsack Problem Using Backtracking

Get Code

knapsack using dynamic programming

Get Code

Program to find minimum spanning tree using kruskal's algorithm

Get Code

PROGRAM TO MULTIPLY TWO MATRIX USING STRASSEN'S TECHNIQUE

Get Code

Program to sort the given number using divide & conquer technique.

Get Code

Program to find the minimum and maximum no. in the list

Get Code

NQUEEN PROBLEM

Get Code
DBMS AND PL/SQL LAB CODINGS

Name Of The Program Codings

PL SQL Program For adam or not.

Get Code

PL SQL Program For to add two numbers.

Get Code

PL SQL Program For to check the given number is armstrong or not.

Get Code

PL SQL Program For to find biggest no.

Get Code

PL SQL Program For counting record using trigger.

Get Code

PL SQL Program For using Cursor.

Get Code

PL SQL Program For Pre Defined Error.

Get Code

PL SQL Program For handle user defined error.

Get Code

PL SQL Program For EB AMOUNT CALCULATION.

Get Code

PL SQL Program For TO RETRIEVE THE RECORDS OF THE EMPLOYEE.

Get Code

PL SQL Program For TO COMPUTE FACTORIAL.

Get Code

PL SQL Program For function using exception.

Get Code

PL SQL Program For function to return the grade of the student.

Get Code

PL SQL Program For function to return the grade of the student using cursor.

Get Code

PL SQL Program For adding total using funtion.

Get Code

PL SQL Program For TO RETRIEVE THE NAME OF THE EMPLOYEE.

Get Code

PL SQL Program For invoice.

Get Code

PL SQL Program For to find the person whose getting maximum salary using cursor.

Get Code

PL SQL Program For to generate multiplication table.

Get Code

PL SQL Program For to store odd date and even date records on the separate table.

Get Code

PL SQL Program For Preating Package.

Get Code

PL SQL Program For to insert records using procedures.

Get Code

PL SQL Program For Procedure for Delete.

Get Code
Middle Ware Codings

Name Of The Program Codings

1. Create a distributed application to download various files from various servers using RMI

Get Code

2. Create a java bean to draw various graphical shapes and display it using or without using BDK.

Get Code

3. Develop an Enterprise Java Bean for banking operations

Get Code

4. Develop an Enterprise Java Bean for Library operations

Get Code

5. Create an Active- X control for file operations.

Get Code

6. Develop a component for converting the currency values using COM/. NET

Get Code

7. Develop a component for encryption and decryption using COM/. NET

Get Code

8. Develop a component for retrieving information from message box using DCOM/.NET

Get Code

9. Develop a middleware component for retrieving Stock Market Exchange information using CORBA

Get Code

10. Develop a middleware component for retrieving Weather Forecast information using CORBA.

Get Code

Middle Ware Viva Voce Questions

Get Code
Internet Programming Codings

Name Of The Program Codings

Write programs in Java to demonstrate the use of following components Text fields, Buttons, Scrollbar, Choice, List and Check box.

Get Code

Write Java programs to demonstrate the use of various layouts like Flow Layout, Border Layout, Grid Layout, GridBag Layout, and Card Layout.

Get Code

Write programs in Java to create applets incorporating the following features:
a. Create a color palette with matrix of buttons.
b. Set background and foreground of the control text area by selecting a color from color palette.
c. In order to select fore ground or background use checkbox controls as radio buttons.
d. To set background images.

Get Code

Write programs in Java to do the following:
a. Set the URL of another server
b. Download the home page of the server
c. Display the contents of the page with date, content type, and expiration date, Last modified and length of the home page.

Get Code

Write programs in Java using sockets to implement the following:
a. HTTP request
b. FTP
c. SMTP
d. POP3

Get Code

Write a program in Java for creating simple chat application with datagram sockets and datagram packets

Get Code

Write programs in Java using servlets:
a. To invoke servlets from HTML forms

Get Code

Write programs in Java to create three tier applications using servlets.
a. For conducting online examination
b. For displaying student mark list (Assume that student information is available in a database which has been stored in a database server.)

Get Code

Create a webpage with the following using HTML.
a. To embed a map in a web page
b. To fix hot spots in that map
c. Show all the related information when the hot spots are clicked.

Get Code

Create a web page with the following:
a. Cascading style sheets
b. Embedded style sheets
c. Inline style sheets

Get Code

THREE-TIER APPLICATION USING SERVLET-STUDENT MARKLIST

Get Code

HTML NOTES

Get Code

CSS NOTES

Get Code

JDBC NOTES

Get Code

JAVA NETWORKING NOTES

Get Code

JAVA SERVLET NOTES

Get Code

JAVA DATAGRAM NOTES

Get Code
Computer Graphics lab codings

Name Of The Program Codings

To write a C Program to display the output primitives.

Get Code

To write a C++ Program to draw a line using Bresenhams algorithm.

Get Code

2 – DIMENSIONAL TRANSFORMATION

Get Code

2-D TRANSFORMATION

Get Code

BRESENHAM’S CIRCLE ALGORITHM

Get Code

3D Transformation

Get Code

THREE DIMENSIONAL TRANSFORMATION

Get Code

BRESENHAM’S CIRCLE DRAWING ALGORITHM

Get Code

BRESENHAM’S ELLIPSE DRAWING ALGORITHM

Get Code

BRESENHAM’S LINE DRAWING ALGORITHM

Get Code

BRESENHAM’S CIRCLE DRAWING ALGORITHM

Get Code

DDA LINE DRAWING ALGORITHM

Get Code

RGB TO HSV COLOR MODELS

Get Code

WINDOWING TO VIEWPORT MAPPING

Get Code
C Aptitude Codings

Name Of The Program Codings

C Aptitude Questions-1

Get Code

C Aptitude Questions-2

Get Code

C Aptitude Questions-3

Get Code

C Aptitude Questions-4

Get Code

C Aptitude Questions-5

Get Code

C Aptitude Questions-6

Get Code

C Aptitude Questions-7

Get Code

C Aptitude Questions-8

Get Code

C Aptitude Questions-9

Get Code

C Aptitude Questions-10

Get Code

C Aptitude Questions-11

Get Code

C Aptitude Questions-12

Get Code

C Aptitude Questions-13

Get Code

C Aptitude Questions-14

Get Code

C Aptitude Questions-15

Get Code

C Aptitude Questions-16

Get Code

C Aptitude Questions-17

Get Code

C Aptitude Questions-18

Get Code

C Aptitude Questions-19

Get Code
Operating System Lab CODINGS

Name Of The Program Codings

To write a C program using the system calls - fork, exec, getpid, exit

Get Code

Write a program using the following system calls of UNIX operating system EXECL,LS,WAIT

Get Code

Write a program using the following system calls of UNIX operating system: OPEN DIR, READ DIR,CLOSEDIR

Get Code

Write C programs to simulate UNIX commands like grep

Get Code

Write programs using the I/O System calls of UNIX operating system. (open, read, write, etc)

Get Code

Given the list of processes, their CPU burst times and arrival times. Display/print the Gantt chart for FCFS and SJF.

Get Code

shortest job first scheduling algorithm

Get Code

Given the list of processes, their CPU burst times and arrival times. Display/print the Gantt chart for Priority and Round robin.

Get Code

Implement the Producer-Consumer problem using semaphores(Using UNIX system calls)

Get Code

Implement some Memory management schemes like FIRST FIT, BEST FIT & WORST FIT

Get Code

Develop Application using Inter-Process-Communication (Using shared memory, pipes or message queues).

Get Code

Implement file allocation techniques – Linked list

Get Code

ARITHMETIC OPERATIONS

Get Code

MENU DRIVEN CALCULATOR

Get Code

GREATEST OF THREE NUMBERS

Get Code

Addition of two numbers

Get Code

Valid Command

Get Code

FACTORIAL OF GIVEN NUMBER

Get Code

FIBONACCI SERIES

Get Code

TO CHECK ARMSTRONG OF A GIVEN NUMBER

Get Code

REVERSE THE NUMBER

Get Code

Expression (1+x+x2+x3+…….+xn)

Get Code

PALINDROME

Get Code

STRING COMPARISON

Get Code

REVERSE THE STRING

Get Code

SHELL SCRIPT FOR SORTING

Get Code

VALUE OF X power N

Get Code

Employee Details

Get Code

Process Creation and Manipulation

Get Code

Memory Space Allocation

Get Code

Memory Space Allocation using Vfork()

Get Code

User Defined Child Process

Get Code

Command Execution

Get Code

Implementation of CAT Command

Get Code

Implementation of MOVE Command

Get Code

Implementation of ‘ls’ command

Get Code

Implementation of ‘lstat’ command

Get Code

FCFS Algorithm

Get Code

SJF Algorithm

Get Code

Priority Scheduling Algorithm

Get Code

Round Robin Scheduling

Get Code

Interprocess Communication

Get Code

Producer and Consumer using Semaphore

Get Code

Bankers Algorithm

Get Code

FIFO PAGE REPLACEMENT

Get Code

SEGMENTATION

Get Code

Optimal Page Replacement

Get Code

*PRODUCER AND CONSUMER PROBLEM USING SHARED BUFFER */

Get Code

MEMORY ALLOCATION WITH PAGES

Get Code

PAGE REPLACEMENT LRU

Get Code

PAGE REPLACEMENT FIFO

Get Code

DISK SCHEDULING FCFS

Get Code

Get Code

DISK SCHEDULING SSTF

Get Code
Micro Processor Lab Codings

Name Of The Program Codings

MicroProcessor Lab Codings

Get Code
Web Technology CODINGS

Name Of The Program Codings

Ajax Codings

Get Code

Cookies Lab Codings

Get Code

CSS Lab Codings

Get Code

DHTML-Codings

Get Code

DOM-SAX CODINGS

Get Code

HTML lab Codings

Get Code

Web technology-Java Application

Get Code

Servlet Codings

Get Code

Three Tier Application

Get Code

XML Application

Get Code

Design the static web pages required for an online book store web site.

Get Code

Design of the cart page and the registration page required for online book store.

Get Code

Write JavaScript to validate

Get Code

Design a web page using CSS (Cascading Style Sheets)

Get Code

Write an XML file which will display the Book information

Get Code

VISUAL BEANS

Get Code

Install TOMCAT web server and APACHE.

Get Code

User Authentication

Get Code

Write a java program/servlet/JSP to connect to that database and extract data from the tables and display them. Experiment with various SQL queries.

Get Code

Write a JSP which does the following job Insert the details of the 3 or 4 users who register with the web site (

Get Code

Write a program to implement MVC architecture.

Get Code

Write a program to implement custom tag libraries in JSP

Get Code

Web technology-Viva&voce Questions

Get Code

Extract data from the tables and display them in the catalogue page using JDBC

Get Code

Modify cart JSPpage to achieve the dynamism with the HTTP protocol and session management

Get Code

Hosting by Yahoo!