Вы находитесь на странице: 1из 12

¾ List of Experimental Setup

Department Of Information Technology

Laboratory Name : Computer Graphics Laboratory

Class : B.E.(IT) Subject : Image Processing

1. To open a bmp & tiff Images in ‘C’ and ‘Matlab’.


2. To perform Arithmetic and Logical operations on images
3. To obtain DCT of an image.
4. To plot Histogram and perform Histogram Equalization on an image.& compare using
MSE, MAE & PSNR.
5. To perform Contrast Stretching on an image & . compare using MSE, MAE & PSNR.
6. To apply spatial filter like Smoothening & Sharpening filters on an image.
7. To implement LZW code for compression.
8. To implement Edge Detection on an Image.
9. To implement signature for a given shape.
10. To implement functions to determine regional descriptors like area, perimeter,
Compactness & Eulanumber.

Class : B.E.(EXTC) Subject : Image Processing

1. To open a bmp & tiff Images in ‘C’ and ‘Matlab’.


2. To perform Arithmetic and Logical operations on images
3. To obtain DCT of an image.
4. To plot Histogram and perform Histogram Equalization on an image.& compare using
MSE, MAE & PSNR.
5. To perform Contrast Stretching on an image & . compare using MSE, MAE & PSNR.
6. To apply spatial filter like Smoothening & Sharpening filters on an image.
7. To implement LZW code for compression.
8. To implement Edge Detection on an Image.
9. To implement signature for a given shape.
10. To implement functions to determine regional descriptors like area, perimeter,
Compactness & Eulanumber.

Class : B.E.(IT) Subject : Robotics

1. To implement a 2 – Axis Articulated Robot Arm.


2. To perform Direct Kinematics Analysis of 5 – Axis Microbot Alpha – II Robot Arm.
3. To perform Inverse Kinematics Analysis of 4 – Axis Adept I SCARA Robot Arm.
4. Study of Work Space Analysis of 5 – Axis Rhino XR – 3 Robot Arm.
5. To find whether a template is present in an image using Template Matching.
6. To find Run Length code of a binary image
7. To find Chain code of a binary image.
8. To perform Shrink and Swell Operation on a binary image

LES_IT 151
Class : B.E.(IT) Subject : Neural Networks & Fuzzy Systems

1. Matlab Help
2. Simple Perceptron in C (McClluch-Pitts Model)
3. Perceptron with learning in Matlab.
4. Perceptron with learning in C/C++/java.
5. Hebbian Learning.
6. Delta Learning.
7. Simulation of Radial Basis Function.
8. Simulation of GRNN.
9. Simulation of SOM.
10. Implementation of Hop-field Network in C/C++/java.

Class : B.E.(IT) Subject : Multimedia Systems

1 To study Image Enhancement and Compression using ACDSee.


2 To study Image Editing, Layering and Filtering using Adobe Photoshop.
3 To study Sound Recording and Compression using Cool Edit.
4 To study Sound Editing and Mixing using Cool Edit.
5 To study Video Editing and Transitions using Adobe Premiere.
6 To study Video Compression using Virtual Dub.
7 To study basics of 3-D Animation using Maya.
8 To study Macromedia Director – Interface.
9 To study Macromedia Director – Scripting.
10 To study Macromedia Director – Deployment.
11 To Study iMAC G5 PC and MAC OS X Panther.

Laboratory Name : Computer Software Laboratory

Class : T.E.(IT) Subject : Computer Programming Laboratory

1. Programs in C++.
2. Inheritance.
3. Interface.
4. Exception Handling.
5. AWT Graphics.
6. AWT Components.
7. Event Handling.
8. Layouts .
9. Packages.
10. JDBC.
¾ Mini Project.
For the above experiments software requirements are as follows:
• J2SDK1.4.2_04.
• MSACCESS.

LES_IT 152
Class : B.E.(IT) Subject : Programming With Components

1. Calculate the gross salary using JAVA interface concept.


2. Calculate Factorial & Fibonacci series using RMI (Remote Method Invocation).
3. The student Database System using JDBC-ODBC Connectivity.
4. Creating a Clock component using BDK1.2.1.
5. Calculate the sum of 10 numbers using JNI(Java Native Interface) with C.
6. Menu driven program (Addition, subtraction, division, multiplication) using JNI
With C++.
7. Concatenation of a string using JNI With VC++.
8. Creating a stateless session bean using EJB for temperature controller system.
9. Creating a web component using EJB-JSP For currency converter.
10. Creating a client-server application using CORBA-orbd server for displaying the
number series.

Class : B.E.(IT) Subject : Advanced Database Systems

1. To develop a relational Schema and perform normalization


2. To convert EER diagram to tables and implement Front end and back end
3. To develop ODL schema for given problem statement
4. To write OQL queries
5. To Study and implement
a. UDT
b. Nested Tables
c. Varrays
6. To Study and implement
a. Object Tables
b. Object Views
c. Member functions and collections
7. To implement distributed databases using the concept of DATA LINKS
8. To implement
a. Internal DTD
b. External DTD
c. Cascading Style Sheets
9. To study and implement
a. XML Parser
b. XSLT
c. XPath queries
10. To create schema and rules for active databases.

Class : T.E.(IT) Subject : System Software & Operating Systems

1. Unix commands
2 Shell script
3 System calls
4 Assemble for IBM 360/370 pass 1

LES_IT 153
5 Assemble for IBM 360/370 pass 2
6 Absolute loader
7 Lexical analyzer (compiler)
8 Round Robin scheduling algorithm
9 Least recently used page replacement algorithm
10 Bankers Algorithm

Class : T.E.(IT) Subject : Internet Technology & Applications

1 HTML Biodata and Application Letter


2 HTML Time Table
3 HTML Frames
4 HTML Registration Form
5 Java Script Form Validation
6 Java Script Calculator
7 DHTML Transition Effects
8 DHTML Mouse Events
9 CSS Layers
10 ASP Displaying User Details
11 ASP Database Connectivity
12 JSP Use of Form Elements
Mini Project: ASP / JSP Servelets

Class : T.E.(IT) Subject : Database Systems

1. To implement Data Definition Language, Data Control Language, and Transaction


Control Language.
2. To implement Data Manipulation Language.
3. To implement Single Row Commands.
4. To implement Group and Miscellaneous Functions.
5. To implement Join and Nested Queries.
6. To implement Constraints and views.
7. To implement PL/SQL.
8. To implement Procedures and Functions.
9. To implement Triggers.
10. Mini project

Class : B.E.(IT) Subject : Information Security

1. To impement password authentication


2. To impement RSA Algorithm
3. To impement File protection mechanism
4. To impement Databse security using triggers
5. To create Audit log for database security
6. To impement SSL using Java
7. To study NMAP

LES_IT 154
8. To study snort
9. To study PGP
10. Case studies of ethics

Laboratory Name : Computer Design Laboratory

Class : S.E.(EXTC) Subject : Numerical Techniques

Write a program for


1. Trapezoidal Method
2. Simpson’s 1/3 Method
3. Simpson’s 3/8 Method
4. Bisection Method
5. False Position Method/Newton Rapson’s Method /Secant Method (any one)
6. Gauss Elimination
7. Lagrange’s Interpolation
8. Newton’s Divided Difference
9. Newton’s Forward/ Backward difference (any one)
10. Ranga Kutta 4th order Method
11. Modified Euler’s Method
12. Golden Section search Method

Class : T.E.(EXTC) Subject : Elements of Microelectronics

1. Write a program to implement CE Amplifier using SPICE


2. Write a program to get reading of MOSFET transfer characteristics using C
3. Write a program to implement four type of MOS inverter using SPICE
4. Write a program to implement CMOS inverter using SPICE
5. Write a program to implement 2 I/P TTL NAND Gate using SPICE
6. Draw the Layout of CMOS circuit using microwind software

Class : T.E.(IT) Subject : Computer Networks

1 Simulation of OSI model. – I


2 Simulation of OSI model. – II
3 Shortest Path Algorithm using Dijkstra’s Algorithm.
4 PC to PC using RS 232
5 Implementation of Error Detection Code (CRC)
6 Network Components
7 DOS Based Network Commands
8 Socket Programming – Single Client.
9 Socket Programming – Multiple Clients.
10 Assignment: Prepare a short note on any one advanced topic

LES_IT 155
Class : B.E.(EXTC) Subject : Discrete Time Signal Processing
1. Study of ‘MATLAB’
2. Generation of Standard Signals
3. Linear Convolution using ‘C’
4. Linear Convolution using ‘MATLAB’
5. Linear Convolution using TMS 320 6711 DSP processor
6. Discrete Cosine Transform using ‘MATLAB’
7. DCT on 2-D signal (image)
8. Circular Convolution using TMS 320 6711 DSP processor
9. Design of Butterworth Filter using Impulse invariant technique
10. Design of Butterworth Filter using Bilinear transformation
11. Design of FIR filter using hanning window
12. Design of FIR filter using Blackman window

Class : B.E.(EXTC) Subject : Data Compression & Encryption

1) Program to check whether a given number is prime


2) Program to create Probability Model
3) Program to implement Run Length Encoding
4) Program to implement Shannon Fano Coding
5) Program to implement Arithmetic Coding
6) Program to implement Discrete Cosine Transform
7) Program to implement Caesar Cipher
8) Program to implement Rabin Miller Test
9) Program to implement RSA Algorithm

Class : B.E.(CMPN) Subject : Digital Signal Processing

1. Study of MATLAB.
2. Generation of standard signal.
3. Z - transform using 'C'.
4. Convolution and correlation using 'C'.
5. Convolution using MATLAB.
6. Design of Butterworth filter.
7. Design of Butterworth Low Pass Filter using bilinear transformation
technique.
8. Design of Low Pass Filter using Kaiser Window technique.
9. Convolution using TMS-320 6711 DSP processor.
10. Finding Lattice Parameter.

Class : B.E.(IT) Subject : Computer Simulation & Modelling.

1. Simulation of Single Server Queue System using C


2. Simulation of Inventory System using C
3. Simulation of Fighter- Bomber Problem using Matlab
4. Simulation of Chemical Reactor using Matlab
5. Simulation of PERT Network using Matlab

LES_IT 156
6. Generation of Random Number Using Linear Congruential Method
7. Simulation of Manufacturing Parts using GPSS
8. Simulation of Supply Store using GPSS
9. Simulation of Shipping System using GPSS
10. Simulation of Cafeteria using GPSS
11. Study of Simulation using Arena

Class : B.E.(IT) Subject : Mobile Computing

1 To study the configuration and performance of Wireless Ad hoc Networks.


2 To study the performance behavior of Infrastructure Network.
3 To study the various services offered by the Access Point.
4 To do performance analysis of a Wireless Socket Application.
5 Wireless Socket Application Programming
6 To study configuration and behavior of a Bluetooth Network.
7 To study various services offered by Wireless Routers.
8 To study J2ME Wireless Toolkit (WTK2.2).
9 J2ME WTK Application Programming.
10 To study performance and behavior of Wireless Bridges.

Class : B.E.(IT) Subject : Management Information Systems


1. Study of Business Model
1.1 Introduction
1.2 Organisation structure
1.3 Suggested MIS structure
1.4 Scope of the System
2. MIS Requirements
2.1 Information required for Operational Managers
2.2 Information required for Tactical Level Managers
2.3 Information required for Strategic Level Managers
2.4 Data to be captured
2.5 Reports
2.6 Queries
3. MIS Design
3.1 Data Flow Diagrams
3.2 Entity Relationship Diagram
3.3 Table Structure
4. MIS Control Procedures
4.1 Information Processing Control
4.2 Control functions for information processing
4.3 Information System support for Management Controls
5. MIS User Procedures
5.1 Data preparation procedures
5.2 Operating instructions
5.3 Housekeeping procedures

6. MIS Demonstration

LES_IT 157
Class : B.E.(IT) Subject : Advanced Computer Networks

1. Implement Socket Programming using TCP /IP


2. Implement Multithreaded server using TCP /IP
3. Implement Socket Programming using UDP
4. Develop client to upload a file via FTP , using JDK
5. develop HTTP server using TCP /IP
6. develop IP subnet calculator.
7. Simulation – I
8. Simulation - II

Class : S.E.(IT) Subject : Computer Organization & Architecture

1. To implement arithmetic & logical operations.


2. To implement Carry look ahead adder.
3. To implement Unsigned multiplication.
4. To implement Booth’s algorithm
5. To implement restoring division algorithm.
6. To implement non-restoring division algorithm.

Class : S.E.(IT) Subject : Data Structures & Algorithms

1. Program to implement Database using File I/O operations.


Modules: Create, Add, Delete, Display, Search.
2. Program to implement Stack-ADT using Static storage.
Modules: Push, Pop, Display.
3. Program for postfix evaluation.
4. Program to implement Priority Queue using Linked List.
Modules: Insert, Remove, Display.
5. Program to implement Queue-ADT using Linked List.
Modules: Insert, Remove, Display.
6. Program to implement Stack/Queue as a Circular Linked List.
Modules: Push, Pop, Display.
/Modules: Insert, Remove, Display.
7. Program to implement Doubly Linked List.
Modules: Insert, Remove, Display.
8. Program to implement Binary Search Technique.
Modules: Search, Display.
9. Program to construct Binary Search Tree & to traverse it.
Modules: Display, Inorder, Preorder, Postorder.
10. Program to implement Huffman Algorithm.
Modules: Insert, Display Code for each alphabet.
11. Program to implement Quick Sort.
12. Program to implement Graph and to traverse it using DFT and BFT.

LES_IT 158
Class : T.E.(IT) Subject : Software Engineering

1. Introduction of system (system reference).


2. Process: Process Model for the Project.
3. Project Plan.
4. SRS: Software Requirement Specification
5. Application of W5HH principle.
6. Analysis modeling
7. Project Design.
8. Project Coding.
9. Project Testing: Test case design for different testing techniques.
10. Project scheduling and tracking: Prepare
• Project table
• Timeline chart

Class : T.E.(IT) Subject : Object Oriented Analysis & Design

1. Study of Object Oriented Tools & Programming Languages.


2. Study of UML (Unified Modeling La1nguage)
3. Use-Case Diagram.
4. Class-Diagram.
5. Interaction diagram.
6. Activity diagram.
7. State-chart diagram.
8. Component diagram.
9. Deployment diagram.
10. Project

Class : T.E.(IT) Subject : Digital Signal Processing.

1 Study Of MATLAB
2. Convolution
3. Cross- Correlation
4. Auto - Correlation
5. Discrete Time Fourier Transform
6. Discrete Fourier Transform
7. Linear Convolution using DFT
8. Z – Transform
9. Frequency Response
10. Analog Filters
11. Lattice Structure
12. Digital Filter design using Kaiser window

Class : B.E.(EXTC)
Subject : Computer Communication Networks

LES_IT 159
List Of Experiments

1. Study of collage LAN structure.


2. Study of various Networking and Inter Networking Devices.
3. Implementation of PC to PC serial communication using programming
language C.
4. Installation of Operating System ( Windows 200 / NT ) in CCN lab.
5. Installation of an 8- Port switch in Computer Communication Network lab.
6. Study of modem commands.
7. Case study.

Class : B.E.(IT) Subject : Data Warehousing & Mining

1. To develop a ER diagram for a given schema


2. Develop the relational schema for the above
3. Population of Operational Tables
4. Meta Data
5. OLAP
6. Pivot Table Reports
7. Crystal Reports
8. WEKA- Classification
9. WEKA-Clustering
10. WEKA-Association

Class : B.E.(IT) Subject : Project Management

1. Project Description: Mission and Vision Statement


2. Request for Proposal by Client
3. Feasibility Study
4. Resource Constraints
5. Work Breakdown Structure
6. Work Packages
7. Responsibility Matrix
8. Time Line Chart using MS Project.
9. Network Diagram and Critical Path Calculation.
10. Risk Assessment.
11. Case Study (Any commercially available PM software/any PM standards)

Laboratory Name : Computer Hardware & Microprocessor Laboratory

Class : T.E.(IT) & T.E.(CMPN) Subject : Microprocessor

1. Study Of 8086 Architecture and Debugger .


2. Addition of two 16-bit Numbers.
3. Addition of two 32-bit Numbers.
4. Average of 3 Numbers.

LES_IT 160
5. Factorial of 8-bit Number.
6. Generation of Fibonacci Series.
7. Count number of 1's in a 8-bit number.
8. Study of TASM.
9. Display Greeting using TASM.
10. Addition of two 8-bit Numbers using TASM.
11. Count Number of characters in a given String.
12. Check whether string is palindrome or not.
13. Check Validity of Password.
14. Calculate Square Root of number using 8087.
15. Calculate Area of Circle using 8087.
16. Calculate Hypotenuse of A triangle.

Class : T.E.(EXTC) Subject : Elements of Microprocessors


1. Study of Microprocessor-8085
2. Study of Microprocessor kit
3. Program to subtract 20H from 30H
4. Program to add two 8-bit numbers
5. Program to find 2’s compliment of a number
6. Program to mask 4-bits (MSB) of a number
7. Program to subtract 16- bit numbers from memory
8. Program to convert a binary number to its corresponding gray code
9. Program to perform division between two 8-bit numbers
10. Program to find the square of a number
11. Program to transfer a block of data
12. Program to count the number of 1s and 0s in a number
13. Program to count the number of occurrences of a number in an array
14. Program to generate fibanocii series
15. Program to arrange 10 bytes in ascending order in an array
16. Study Of Monitor Subroutines
17. Program to print ‘UP IS FUN’
18. Program to display real time clock on the display of the system
19. Program to implement UP/DOWN HEX Counter
20. Program to convert HEX number to ASCII number
21. Study of 8255
22. Interfacing of 8255 with 8085
23. Study of 8253
24. Interfacing of 8253 with 8085
25. Study of 8257
26. Interfacing of 8257 with 8085
27. Study of Architecture -8086
28. Study of Assembler Directives
29. Program to add two 8-bit number using TASM
30. Program to subtract two 8-bit number using TASM
31. Program to find the factorial of an 8-bit number using TASM
32. Program to count the number of a character in an array
33. Program to check the validity of a password.

LES_IT 161
Class : T.E.(EXTC) Subject : Microcontrollers & Embedded Programming

Using Dyna Kit


1a ) Addition and subtraction of two numbers in different register bank.
1b ) To find out average of content of external memory ( 10 ) Using Simulator
8051IDE.
2a) Program to arrange five numbers in ascending order.
2b) Unpack BCD number and convert it to ASCII code.
3. Program to move data from PORT 1 to PORT 2.
4. Program to generate 1 Hz square wave at port pin P2.0.
5. Program to measure frequency of external signal using Timer 1 as a
counter.
6. Interfacing LCD to 8051 microcontroller to display characters.
7. Interfacing LCD to 8051 microcontroller to display Key character pressed.
8. Program to establish serial communication link between PC and
microcontroller.
80c196 Programs
9) 16 bit addition and subtraction using 80c196 kit.
10 ) 32 bit and 16 bit multiplication using 80c196 kit.

LES_IT 162

Вам также может понравиться