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

Department of Computer Engineering

List of Lab Experiments


Data Communication Lab Experiment

Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.

Study
Study
Study
Study
Study
Study
Study
Study
Study
Study
Study
Study
Study

of
of
of
of
of
of
of
of
of
of
of
of
of

Signal Sampling
Sample & Hold Signal
Pulse Amplitude
PAM Sample & Hold Sampling
Pulse Amplitude modulation & Demodulation
PAM Using DC Input
PPM Using Sin Wave Input
PPM Demodulation
PWM Using DC Voltage
Voice Link Using Pulse Amplitude Modulation
Voice Link Using Pulse Position Modulation
Nyquits Theorem
Amplitude Modulation and Modulation Index

Department of Computer Engineering


List of Lab Experiments
Database Management System Lab

Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.

Data Definition, Table Creation, Constraints


Insert, Select Commands, Update & Delete Commands.
Inbuilt functions in RDBMS.
Nested Queries & Join Queries.
Set operators & Views.
Control structures.
Procedures and Functions.
Triggers
Front End Tool
Forms
1 Menu Design
Reports
Database Design and implementation Employee database

Department of Computer Engineering


List of Lab Experiments
Computer Communication Networks

Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.

Introduction to Networking Devices


Introduction to Packet Tracer
Packet Tracer CLI commands
Introduction to Cables
Communication in PT, getting started ..
RIP on Packet Tracer
RIP V2 on Packet Tracer
EIGRP on Packet Tracer
OSPF on Packet Tracer
DHCP on Router
DHCP on PT through Server
DNS on Packet Tracer
VLANS on Packet Tracer
VTP on Packet Tracer
Spanning Tree Protocol on Packet Tracer
Sticky MAC addresses
Inter VLAN Routing (Router on a Stick)
CDP on Packet Tracer
Telnet and SSH

Department of Computer Engineering


List of Lab Experiments
Software Engineering

Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
Experiment
design
Experiment
Experiment
Experiment

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

Introduction and project definition


Software process overview
Project planning
Software requirements and RequisitePro
Introduction to UML and use case diagrams
System modeling (DFD and ER)
Flow of events and activity diagram
OO analysis: discovering classes
Interaction diagrams: sequence and collaboration diagrams
Software Design: software architecture and object-oriented

11. State Transition Diagram


12. Component and deployment diagrams
13. Software testing

Department of Computer Engineering


List of Lab Experiments
Linear Circuit Analysis

Experiment # 1 : Introduction
Objective 2 : Hands on and introduction to trainers
Objective 3 : Understanding Basic Lab Equipment
Objective 4 Experiments to demonstrate different concepts , developed during
First Lab
TASK 1: Calculating Resistance
TASK 2: Calculating Voltage and Current
Experiment # 2 : Measuring Current and Voltage and Understanding OHMS
LAWPRE LAB EXCERCISE Ammeter and Voltmeter
TASK 1 : Implementing a circuit on bread board and Measuring Voltage and
Current across it
TASK 2 Understanding Ohms Law
Experiment # 3 : Measuring Current and Voltage in Series Circuit
Theory
TASK . PRE LAB EXCERCISE
TASK 1 . Observing Current In series Circuit
TASK 2 . Observing Voltage Drop in Series Circuit
TASK 2 . Observing Voltage Drop in Series Circuit
Experiment # 4 : Measuring Current and Voltage in Parallel Circuit
Theory
PRE LAB Exercise
Task 1. Understanding Parallel Resistors Circuits and Using Ohms Law
OBSERVATION SHEET
Experiment # 6 : Observing Open and Short Circuits, along with power
absorbed and Supplied
TASK 1: Power In Resistors
TASK 2: Detecting Open Series Circuits
TASK 3: Detecting Short Series Circuit
TASK 4: Observing Power in Parallel Circuits
TASK 5: Detecting an Open in Parallel Circuit
TASK 6: Detecting an Short in Parallel Circuit

Experiment # 7 : Analysis of Resistance, Current Voltage of Series Parallel


Combination Circuits
TASK 1: Resistance in Series Parallel Resistors

TASK 2: Current and voltage in Series Parallel Circuit

Experiment 8 Kirchhoffs Voltage and Current Law


1.To verify experimentally Kirchhoffs Voltage Law

2. To verify experimentally Kirchhoffs Current Law


Experiment 9 SUPERPOSITION PRINCIPLE IN DC CIRCUITS.
1. To verify superposition principle in DC Circuits.

TASK 2 : Experiment to verify superposition Principal


Experiment 10 Thevenins Theorem

To determine by analysis the values VTH (Thevenin voltage) and RTH (Thevenin
resistance) in a dc circuit containing a single voltage source
Experiment 11 Norton Theorem and Theorem of Source Transformation

To verify Norton s Theorem and the theory of source transformation.


Experiment # 12 : Relay

Objective
1.To study the operation of relay
2.To understand the operation of relay when applying voltage to different coils
3.................................................o select the relay paper for the proper use of work
Project

Department of Computer Engineering


List of Lab Experiments
Computer Programming

Lab #

Experiment

01

Introduction to Dev C++ Integrated Development Environment.

02

Running and checking variations of different but related programs.

03
04

Implementation of different programs using different data types (int, float, long double
and double).
Implementation of char and bool data type.

05

Implementation of different programs using loops (for, while, do-while).

06

Implementation of different programs using decision (if-else, switch)

07
08

Implementation of different programs using break, continue and different library


functions.
Implementation of different programs using structures.

09

Implementation of different programs using normal functions.

10

Implementation of different programs using inline functions, storage classes and scope.

11

Implementation of different programs using overloaded functions and recursions.

12

Implementation of different programs using classes and objects.

13

Implementation of different programs using constructors and destructors.

14

Implementation of different programs using arrays.

15

Implementation of different programs using multi-dimensional arrays.

16

Implementation of different programs using string class.

Department of Computer Engineering


List of Lab Experiments
Digital Logic Design

Lab #

Experiment

01

Familiarization with idl-400 logic trainer (digital logic kit)

02

Verification of truth table of basic logic gates

03

Implementation of multivariable Boolean expression using logic gates.

04

Verification of Demorgans theorem

05

Implementation of half adder & full adder using IDL logic trainer

06

Implementation of half adder & full adder using Verilog HDL

07

Implementation/design of 1 bit & 2 bit magnitude comparators using IDL logic trainer

08

Mid-term test + viva-voce

09

Design & implementation of a 2 x 4 decoder using IDL logic trainer as well as Verilog

10

Design of a 2x1 and 4x1 multiplexer using IDL logic trainer as well as Verilog

11

Implementation of full adder using mux using IDL logic trainer as well as Verilog

12

Implementation of full adder with 2, 2x4 decoders using 74139 IC

13

Coding of D-latch, D flip-flop, T flip-flop and JK flip-flop using Verilog

14

HDL representation of state diagram using Verilog

Department of Computer Engineering


List of Lab Experiments
Introduction to Computing

Lab #

Experiment

01
02

Introduction of Website, Browser, URL, Home Page and complete description of Online
Course Management system.
Introduction of MS Word and implementation of its functions.

03

Introduction of MS Power point and implementation of its functions.

04

Introduction of MS Excel and implementation of its functions.

05

Introduction of Binary Numbers and conversion of binary to decimal and decimal to binary.

06

Introduction of Algorithm and how algorithm is designed for a particular problem.

07

Introduction of MS Visio and explanation of its functions.

08

Installation of Windows XP.

09

Introduction of HTML and implementation of its Basic Tags.

10

Explanation of advanced tags of HTML and implementation of radio buttons, check boxes,
lists and table on notepad++.
Introduction and implementation of web expressions.

11
12
13

Introduction of java scripting and implementation of its basic functions (data types, operators
and variables)
Implementation of advanced concepts of java script (arrays, function and methods).

14

Introduction and implementation of pseudo code.

15

Introduction of Images in java script and its implementation.

16

Introduction of animations in java script and its implementation.

Department of Computer Engineering


List of Lab Experiments
Object Oriented Programming

Lab #

Experiment

01

Installation of JDK and Creating and running a java program

02

Running and checking variations of different but related programs.

03

Data Types , Operations and Type Conversion

04

Implementation of Operators and Control statements (if else, loops etc).

05

Introduction to Eclipse and Arrays.

06

Implementing java classes, objects and constructors

07

Implementing java classes, Constructor and Method Overloading.

08

Recursion and polymorphism.

09

Implementation of String and String Buffer class.

10

Implementing Inheritance and Abstract Classes.

11

Implementing built in interfaces, creating user defined interfaces and Exception Handling.

12

Implementing Applet Class

13

Implementing different events handler classes and their listener interfaces.

14

Implementing different events handler classes and their listener interfaces continued.

15

Implementing different window controls using swing.

16

Working with Graphics and more work on swing

Department of Computer Engineering


List of Lab Experiments
Operating System

Lab #

Experiment

01

Introduction to Operating System, virtual machines and file systems

02

Installation of Linux Fedora

03

Linux Commands 1

04

Linux Commands 2

05

Introduction to C programming in Linux

06

Introduction to Shell Scripting

07

First Come First Serve CPU Scheduling Algorithm

08

Shortest Job First CPU scheduling algorithm

09

Priority Scheduling Algorithm

10

Round Robin Scheduling Algorithm

11

FCFS Disk Scheduling Algorithm

12

SSTF Disk Scheduling Algorithm

13

SCAN Disk Scheduling Algorithm

14

CSCAN Disk Scheduling Algorithm

15

LOOK Disk Scheduling Algorithm

16

Threading

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