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 |