Information on Infrastructure and Other Resources Available
Library
|
S.No |
Program |
No.of Titles |
No.of Volumes |
No.of Journals |
|
|
National |
International |
||||
|
1 |
CSE |
438 |
1752 |
05 |
07 |
|
2 |
ECE |
441 |
1764 |
06 |
08 |
|
3 |
EEE |
439 |
1756 |
09 |
04 |
|
4 |
MECH |
294 |
1176 |
09 |
04 |
|
4 |
Sc&Hum |
406 |
1625 |
16 |
02 |
|
|
Total |
2018 |
8073 |
45 |
25 |
Internet facility is made available in the library also. Separate periodical section and digital library is provided.
Laboratory
For each Laboratory
List of Major Equipment/Facilities & List of experimental set up are given below
Department of Computer Sciences Engineering
Department of Electrical and Electronics Engineering
Department of Mechanical Engineering
Department of Computer Sciences Engineering
List of Lab Experimental Setup
Subject Code: CS 434
Name of the Lab: Internet Programming Lab
|
S.No |
Experiment |
|
1 |
Simple HTML page creation |
|
2 |
Simple HTML page to link Hot Spots |
|
3 |
Simple HTML page using tables |
|
4 |
Email registration form validation- using JavaScript |
|
5 |
Simple Calculator Design – using Java Script |
|
6 |
Web page creation using CSS - I |
|
7 |
Web page creation using CSS - II |
|
8 |
Server side script to say Hello World using ASP |
|
9 |
Email Registration form –database connectivity - ASP |
|
10 |
Design of Email Registration form using Java AWT |
|
11 |
Layout demonstration using Java |
|
12 |
Changing Background/Foreground color using Java Applets |
|
13 |
Downloading home page of a website using Java |
|
14 |
Chatting application using Java |
|
15 |
Simple servlet to say Hello World |
|
16 |
Servlet to validate username and password using Java, JDBC |
|
17 |
Displaying Student mark list using Java, JDBC |
|
18 |
Online Examination using Java, JDBC |
Subject Code:CS 435
Name of the Lab: Software Systems Development Lab
|
S.No |
Experiment |
|
1 |
Simulator software for compiler operation |
|
2. |
Automating the Banking process |
|
3. |
Online Railway reservation system |
|
4. |
Automating of Electricity process |
|
5. |
Text editor |
|
6. |
Calculator |
|
7. |
Chatting application |
|
8. |
Payroll processing application |
|
9. |
Inventory system |
|
10. |
Online Examination System |
Subject Code: CS 335
Name of the Lab: Operating Systems Lab
|
S.No |
Experiment |
|
1 |
Shell program to perform arithmetic operations |
|
2 |
Shell program to find the factorial of a given number |
|
3 |
Shell program to find the Fibonacci series of a given number |
|
4 |
Shell program to find the greatest of two numbers |
|
5 |
Shell program to find the positive , negative or zero of a given number |
|
6 |
Job scheduling using First come first serve algorithm |
|
7 |
Job scheduling using Shortest Job First (SJF) |
|
8 |
Job scheduling using priority value |
|
9 |
C program for the factorial of a given number |
|
10 |
C program for the greatest of three numbers |
|
11 |
C program for the arithmetic operations of a given numbers |
|
12 |
C program for the Even or Odd of a given number |
|
13 |
C program for the first Fit of the process |
|
14 |
C program for the best fit of the process |
|
15 |
C program for the Worst fit of the process |
Subject Code : CS1205
Name of the Lab : Object Oriented Programming Lab
|
S.No |
Experiment |
|
1 |
Default Arguments |
|
2. |
Call By Address & Call By Reference |
|
3. |
Member Function |
|
4. |
Class With Array as Data Members |
|
5. |
Constructor Overloading |
|
6. |
Virtual Functions |
|
7. |
Operator Overloading |
|
8. |
Function Overloading |
|
9. |
Virtual Base Class |
|
10. |
Hybrid & Multiple Inheritance |
|
11. |
Handling Strings In Java |
|
12. |
String Buffer |
|
13. |
Simple Package Creation |
|
14. |
User Defined Interfaces |
|
15. |
User Defined Exceptions |
|
16. |
Handling Predefined Exceptions |
|
17. |
Exception Handling |
|
18. |
Threading |
|
19. |
Multithreading |
Subject Code : CS1207
Name of the Lab : System Software Lab
|
S.No |
Experiment |
|
1 |
Text Editor |
|
2. |
Token Separation |
|
3. |
Macro Processor |
|
4. |
String Replacing |
|
5. |
Loader |
|
6. |
Linker |
|
7. |
Single Pass Assembler |
|
8. |
Assembler (Opcode Table) |
|
9. |
Assembler(Symbol Table) |
|
10. |
Syntax Analyser |
|
11 |
Direct linking Loader (Pass-2) |
Subject Code :IF 454
Name of the Lab : Software Development Lab
|
S.No |
Experiment |
|
1 |
Simulator software for compiler operation |
|
2. |
Automating the Banking process |
|
3. |
Online Railway reservation system |
|
4. |
Automating of Electricity process |
|
5. |
Text editor |
|
6. |
Calculator |
|
7. |
Chatting application |
|
8. |
Payroll processing application |
|
9. |
Inventory system |
|
10. |
Online Examination System |
Subject Code : IF 453
Name of the Lab :Networking Lab
|
S.No |
Experiment |
|
1 |
Windows Socket Programming ( Using TCP ) |
|
2. |
Windows Socket Programming ( Using UDP ) |
|
3. |
Windows Socket Programming ( Using Multicasting ) |
|
4. |
Finding IP Address from Domain Name |
|
5. |
Finding the Port Address from Server Name |
|
6. |
Establishing TCP Connections in JAVA |
|
7. |
UNIX Socket Programming ( Using TCP ) |
|
8. |
File Transfer using TCP / IP |
Subject Code : CS1212
Name of the Lab: Data Structures and Algorithm Lab
|
S.No |
Experiment |
|
1 |
Queue implementation using arrays |
|
2. |
Stack implementation-using arrays. |
|
3. |
Singly linked list implementation and all possible operations on lists |
|
4. |
Queue and Stack implementation using linked list |
|
5. |
Binary search tree implementation using linked list and possible operations on binary search trees. |
|
6. |
Quick sort implementation and its efficiency calculation. |
|
7. |
Breadth first traversal in graphs. |
|
8. |
Depth first traversal in graphs |
|
9. |
Binary search and linear search implementation using array |
|
10. |
Selection sort implementation using linked list |
|
11 |
Bubble sort implementation using linked list |
Subject Code : CS1152
Name of the Lab : Data Structure Lab
|
S.No |
Experiment |
|
1. |
Simple C Programs |
|
2. |