Laboratories
The Department has an excellent lab with high configured structure
connected with high speed internet and Wi-Fi enabled connectivity.
List of Practical Labs
- Data Structure using C
- Assembly Language Programming Lab
- Object Oriented Programming Lab using C++ and Java
- Operating Systems Lab
- Database Management Systems Lab
- Visual Programming Lab
- Web Technology Lab
- CASE TOOLS Lab
- Computer Graphics Lab
- Mini Project
- Project and Viva Voce
List of Equipment’s
SL.NO | DESCRIPTION OF ITEMS |
1. |
NODES
HP DX2480 DESKTOP
|
2. |
NODES
HP PRO3090 Desktop
|
Data Structure Lab Using C
Objective
To develop a practical expertise to implement the data structures concepts using ‘C’.
Scope
To make a good foundation of basic data structures concepts and C programming skills.
List of software
- Turbo C editor
Title of Exercises
Cycle – I
- Stack using array
- Queue using array
- Binary search
- Linear search
- Selection sort
- Insertion sort
- Bubble sort
- Merge sort
- Quick sort
Cycle – II
- Stack using linked list
- Queue using linked list
- Implementation of singly linked list
- Implementation of doubly linked list
- Implementation of tree traversal
- Graph traversal
- Breath first search
- Depth first search
Assembly Language Programming Lab
Objective
To learn and practice the basic concepts of assembly language programming
Scope
- To develop assembly language programming using various instructions set.
- To expertise the Assembly language programming with various assembler.
List of software
- MASM
Title of Exercises
- Performing Arithmetic operation
- Finding Sum of N numbers
- Generating Natural numbers
- Generating Fibonacci series
- Swapping of two numbers
- Swapping of three numbers
- Fahrenheit to Celsius conversions
- Celsius to Fahrenheit conversions
- Finding of odd or even numbers
- To verify Prime number or not
- To verify Armstrong number or not
- To verify Palindrome Number or Not
- Decimal to binary conversion
- Decimal to octal conversion
- Decimal to hexadecimal conversion
- Finding Maximum and minimum numbers
- Bubble sort
- Linear search
Object Oriented Programming Lab Using C++ & JAVA
Objective
To implement the concepts of object oriented programming languages.
Scope
To enhance the practical knowledge on C++ and Java.
List of software
- JSDK 2.0 and TURBO C++
Title of Exercises
Cycle – I
- Electricity Bill using class and objects.
- Factorial using friend function
- Volume of cube, cylinder and rectangle using function overloading
- Constructor overloading
- Destructor & Garbage collection
- Operation overloading for member function using unary operator overloading
- Operation overloading for friend function using binary operator overloading
- Employee details using Multiple inheritance
- Class temple with multiple parameter
- Function template – swapping of two numbers
Cycle – II
- String handling function in JAVA
- Find the factorial using interface
- Addition of two numbers using packages
- Exception handling
- Multithreading
- Applet Life cycle
- Passing parameters to Applet
- Moving banner Applet