KL University: Lab Handout Human Computer Interaction
KL University: Lab Handout Human Computer Interaction
LAB HANDOUT
Semester :1
Dr.B.Tirumula Rao
Dr.N.Srinivasu
Dr.M.Sridevi
Mr.S.Srinivasa Rao
List of Core Experiments
Week1
1) How to open the Visual Studio software and the steps and tutorial about
the software
a) Welcome screen
Week2
a) Ascending order
b) Descending order
c) Subtraction
Week3
Week4
12) Design an user interface to check whether the year is leap year or not
76)
77)
Each project works is scheduled as follows
1 week for study and identify requirements of their projects this step is same for
all modules
4 weeks on analysis, layout design, control and color design interfaces of each
module
Step II: Now Open All Programs select Micro Soft Visual Studio 2010
Step III: Micro Soft Visual Studio 2010 Opens Start UP Page
Step IV: To Open the New Project, Go to File Menu Select New Project.
Step V: Now we get a Dialog Box for selecting Windows form Application.
VB.NET - FORMS
On the above window we can change Name of the Project and Location to
save.
Finally, select OK, Microsoft Visual Studio creates your project and displays
following window Form with a name
Form1.
Step VI: It displays a default form as name Form I.
Visual Basic Form is the container for all the controls that make up the user
interface. Every window you see in a running visual basic application is a
form, thus the terms form and window describe the same entity. Visual
Studio creates a default form for you when you create a Windows Forms
Application.
Every form will have title bar on which the form's caption is displayed and
there will be buttons to close, maximize and minimize the form shown
below:
If you click the icon on the top left corner, it opens the control menu,
which contains the various commands to control the form like to move
control from one place to another place, to maximize or minimize the
form or to close the form.
On the form shown above we can design various forms based on user
requirement as it is user friendly.
Properties: You can find Properties Window on the View menu. You can also
open it by pressing F4 or by typing Properties in the Quick Launch window.
Tool box: We can find tool box from view menu for selecting tool box or by
pressing (Ctrl+Shft+X) we can get tool box directly.
Welcome screen
INPUT:
OUTPUT
Code:-
Public Class Form1
End Sub
End Class
Design a User Interface for Addition of numbers &
Multiplication of numbers
INPUT
OUTPUT
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles Button1.Click
Dim a, b, res As Single
a = TextBox1.Text
b = TextBox2.Text
res = Val(a) + Val(b)
TextBox3.Text = res.ToString
' res1 = Val(a) * Val(b)
' TextBox3.Text = res.ToString
End Sub
End Sub
End Class
Design an user interface for assigning a grade to students based on the
subjects marks
OUTPUT:
Public Class Form1
End Sub
End Sub
End If
End Sub
End Class
Design an User interface for printing the numbers in
a) Ascending order
b) Descending order
c) Subtraction
Input:
Output:
Ascending order:
Descending Order:
Code:
Public Class Form1
End Sub
INPUT
OUTPUT
Code:
Public Class Form1
End Sub
End Class
Design an user interface for calculator
End Sub
End If
End Sub
End Sub
specifier = "+"
isfirstnumavailable()
End Sub
Private Sub subt_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Handles subt.Click
specifier = "-"
isfirstnumavailable()
End Sub
specifier = "/"
isfirstnumavailable()
End Sub
'to remove zero at start
Public Sub Removezero(ByVal number As Integer)
If TextBox1.Text = "0" Then
TextBox1.Text = number
Else
TextBox1.Text &= number
End If
End Sub
End If
End Sub
If isfirstnum Then
secondnumdecimal = CType(TextBox1.Text, Decimal)
End If
Dim result As Decimal
End Sub
End Class
Design an user interface for registration of a student for admissions
End Sub
Public Class Form2
End Class
Design an User Interface for semester registration
Code:
End Sub
OUTPUT:
Design an user interface for displaying and changing of picture
Input
Output
Code:-
PictureBox1.Image = My.Resources.f1
num = True
Else
PictureBox1.Image = My.Resources.f2
num = False
End If
Button1.Enabled = False
End Sub
End Class
Design an interface To count the number of digits in a given number
End Sub
End Sub
End Sub
End Class
Design a user interface for simple code for sort in
ascending order
Input
Output
Code:-
End Sub
End Class
Design an User interface
INPUT:
OUTPUT:
CODE:
Public Class Form1
End Sub
Else
MessageBox.Show("not leap yr")
End If
End Sub
End Class
Design a user interface for menu based program
Output
Code:- public Class Form1
End Sub
End Sub
End Sub
End Sub
End Sub
Modules
1) Login
2) With drawl
3) Mini Statement
4) Fixed Deposit
1 week on study and identify requirements of ATM this step is same for all modules
4 weeks on analysis, layout design, control and color design interfaces of fixed deposit
2 weeks on coding and Testing of Payment and Dispatch module
1 week on integrated design interface
1 week on project report
Modules
1. Develop displays for first four icons clicks
2. Develop displays for second four icons clicks
3. Develop displays for third four icons clicks
4. Develop displays for fourth four icons clicks
1 week on study and identify requirements of Smart Phone this step is same for all modules
Develop displays for first four icons clicks module has to work on
4 weeks on analysis, layout design, control and color design interfaces of module
2 weeks on coding and Testing of module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
Develop displays for second four icons clicks module has to work on
4 weeks on analysis, layout design, control and color design interfaces of module
2 weeks on coding and Testing of module
1 week on integrated design interface
1 week on project report
Develop displays for fourth four icons clicks module has to work on
4 weeks on analysis, layout design, control and color design interfaces of module(4 Icons by
each student Total 16 Icons)
2 weeks on coding and Testing of module
1 week on integrated design interface,
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
th
7 week Integration of the forms
8th week Project report
Project 4 :Design an User Interface for Railway
Reservation System
This is a railway ticker,when any updation about train timings are found, it informs all the
client ticker's about the update and they roll the updates.one can also roll default timings.
The purpose of this source is to describe the railway reservation system which provides the
train timing details, reservation, billing and cancellation on various types of reservation
namely,
Modules
1) Ticket Booking.
2) Tatkal Reservation.
3) Reservation against Cancellation.
4) Cancellation of Reserved Ticket
1 week on study and identify requirements of Railway Reservation System this step is same
for all modules
1. Ticket Booking module has to work on
4 weeks on analysis, layout design, control and color design interfaces of Reservation
module
2 weeks on coding and Testing of of Reservation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
4 weeks on analysis, layout design, control and color design interfaces of Tatkal Reservation
module
2 weeks on coding and Testing of Software and touch display unit module
1 week on integrated design interface
1week on project report
4 weeks on analysis, layout design, control and color design interfaces of Reservation
against Cancellation
2weeks on coding and Testing of Ringtone , wall papers and Games module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of this module
1 week on integrated design interface
1week on project report
Modules
1) Creation of assigned Faculty and Subjects.
2) Subject Allotment
3) Modifying the questions
4) Conducting the Exam
1 week on study and identify requirements of Online Examination System this step is same
for all modules
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of this module
1 week on integrated design interface
1week on project report
4 weeks on analysis, layout design, control and color design interfaces of subject
allotment module
2 weeks on coding and Testing of subject allotment module
1week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of Modifying the
questions module
2 weeks on coding and Testing of Modifying the questions module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of conducting exam
module
2 weeks on coding and Testing of exam module
1 week on integrated design interface
1week on project report
Modules
1) Registration
Inpatient
Outpatient
2) Doctor Consultation and diagnosis.
Payroll
Personnel Details
Attendance
3) Treatment
4) Billing
Inpatient
Outpatient
1 week on study and identify requirements of Hospital information system this step is
same for all modules
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of this module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of Software of this module
1 week on integrated design interface
1week on project report
4 weeks on analysis, layout design, control and color design interfaces of Treatment module
2 weeks on coding and Testing of Treatment module
1 week on integrated design interface
1week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
4 weeks on analysis, layout design, control and color design interfaces of Billing module
2 weeks on coding and Testing of Billing module
1 week on integrated design interface
1 week on project report
The Library Management System is designed & developed for a receipt and issuance of
books in the library along with the student's details. The books received in the library are
entered in Books entry form and the new student is entered in the student entry form.
When the student wants to get the desired book the same is issued on the availability basis
to the student. The issuance and due date for the returning of the book is also entered into
the Book Issue form under third menu Book Issue. The student has to pay the fine if any on
the basis of no. of days delayed deposit of the book in the library.
Modules
1. Books Entry
2. User Entry
3. Issue of Books
4. Return of the Books
1 week on study and identify requirements of library management this step is same for all
modules
Books entry module has to work on
4 weeks on analysis, layout design, control and color design interfaces of Books entry
module
2 weeks on coding and Testing of Books entry module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of User entry module
2 weeks on coding and Testing of Software and User entry module
1 week on integrated design interface
1week on project report
4 weeks on analysis, layout design, control and color design interfaces of Return of books
module
2 weeks on coding and Testing of Return of books module
1 week on integrated design interface
1week on project report
Modules
1.Booking
Reservation
Availability
2.Check in
3.Check out
4.Payment
1week on study and identify requirements of Hotel Booking this step is same for all modules
Description: The online Banking System simulates the banking process to carry out
operations on line. It can keep the information of Account type, account opening form,
transfers, balance enquiry and Searching the transaction, Transaction reports, Individual
account opening form. The customers are able to get the Statistical Summary of Account
type and Interest Information.
Modules
1.Registration
2. Balance Enquiry
3.Transfer
4.Account Summary
1 week on study and identify requirements of Online Banking System this step is same for
all modules
Modules:
1. Customer registration
2. Product list in auction
3. Submit bid
4. Process bids and collect Payment & Delivery
1 week on study and identify requirements of online auction this step is same for all
modules
4 weeks on analysis, layout design, control and color design interfaces of customer
registration module
2 weeks on coding and Testing of customer registration module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of Product list in
auction module
2 weeks on coding and Testing of product list in auction module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of submit bidmodule
2 weeks on coding and Testing of submit bid module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
Process bids and collect Payment & Delivery Module has to work on
4 weeks on analysis, layout design, control and color design interfaces of Process bids and
collect Payment & Delivery Module
2 weeks on coding and Testing of Process bids and collect Payment & Delivery module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
Project 11 : Design an User Interface for Booking of
Movie Tickets
Description:- This project is aimed to provide the customers facility to book tickets for
cinema halls online through which they can book tickets any time anywhere. The user can
easily be able to know about the movies released and then make the choice. The goals are
to provide anytime any place service for the customer and to minimize the number of staff
at the ticket box and to promote the film on the internet
Modules are
1) Select a movie
2) Select timings
3) Select a quantity and seat number
4) Notification to user and admin
1 week on study and identify requirements of online auction this step is same for all
modules
4 weeks on analysis, layout design, control and color design interfaces of Select a movie
module
2 weeks on coding and Testing of Select a movie module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of Select a
quantity and a seat number module
2 weeks on coding and Testing of product list in Select a quantity and a seat number
module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of Select timings
2 weeks on coding and Testing of Select timings module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
Description: The University admissions process is the method used for taking new students
followed by every university. The student submits application. The rank in the entrance test
is processed based on the thresholds. The seat is allotted based on relative rank and
availability of seat in a branch of study.
Modules
1.Admission form
2.seats availability
3. Seat Conformation Details
4. Payment Details
1 week on study and identify requirements of university admission process this step is same
for all modules
4 weeks on analysis, layout design, control and color design interfaces of admission form
Module
2 weeks on coding and Testing of Admission form module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of seats availability
module
2 weeks on coding and Testing of seats availability module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of seat conformation
details Module
2 weeks on coding and Testing of Seat conformation details module
1 week on integrated design interface
1 week on project report
Modules
1.Emp Registration
2.Job Details
3.Search
4.Job Alerts
1 week on study and identify requirements of online job search this step is same for all
modules
4 weeks on analysis, layout design, control and color design interfaces of Job Details
module
2 weeks on coding and Testing of Job Details module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
Search Module has to work on
4 weeks on analysis, layout design, control and color design interfaces of Search Module
2 weeks on coding and Testing of search Module
1 week on integrated design interface
1 week on project report
4 weeks on analysis, layout design, control and color design interfaces of Job Alert Module
2 weeks on coding and Testing of Job Alert module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
Project 14 : Design an User Interface for Tourism
system
Description: The main aim of design & developing the Tourism Information System
application is to guide the customer to select a good place of interest and provide best
travelling services to the customers. Travel & Tourism Information System helps the Tour
Operating Companies, manages their Customers, Hotels, Vehicles and Agents and makes all operations
of the tour company easy and accurate.
Modules
1 week on study and identify requirements of Tourism system this step is same for all
modules
4 weeks on analysis, layout design, control and color design interfaces of this Module
2 weeks on coding and Testing of this module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
Reservation Module has to work on
4 weeks on analysis, layout design, control and color design interfaces of Reservation
Module
2 weeks on coding and Testing of reservation module
1 week on integrated design interface
1 week on project report
Modules
1. Registration
2. Price Transparency
3. Liquidity
4. Behavior of stock market
1 week on study and identify requirements of Tourism system this step is same for all
modules
4 weeks on analysis, layout design, control and color design interfaces of All new
display, easier navigation module
2 weeks on coding and Testing of All new display, easier navigation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
4 weeks on analysis, layout design, control and color design interfaces of Snap Multi-tasking
Module
4 weeks on analysis, layout design, control and color design interfaces of high-performance
hardware and software Module
1 week on study and identify requirements of Tourism system this step is same for all
modules
1. Speedometer
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of All new display, easier navigation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
2. RPM indicator
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of this module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
3. Fuel indicator
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of All new display, easier navigation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
4. Music System
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of this module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
Project 18 : Design an User Interface for flight simulation
system
A flight simulator is a device that artificially re-creates aircraft flight and the environment in which it
flies, for pilot training, design, or other purposes. It includes replicating the equations that govern
how aircraft fly, how they react to applications of flight controls, the effects of other aircraft systems,
and how the aircraft reacts to external factors such as air density, turbulence, wind shear, cloud,
precipitation, etc. Flight simulation is used for a variety of reasons, including flight training (mainly of
pilots), the design and development of the aircraft itself, and research into aircraft characteristics and
control handling qualities. Flight simulators employ various types of hardware and software,
depending on the modeling detail and realism that is required for the role in which they are to be
employed. Designs range from PC laptop-based models of aircraft systems (so-called Part Task
Trainers or PTTs), to replica cockpits for initial familiarization, to highly realistic simulations of the
cockpit, flight controls and aircraft systems, for more complete pilot training. The highest level of
flight simulator for training Commercial Air Transport (CAT) pilots is known as a Full Flight Simulator
(FFS), and for training military pilots the highest level is a Full Mission Simulator (FMS)
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of All new display, easier navigation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of All new display, easier navigation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of All new display, easier navigation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of All new display, easier navigation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
Project 19 : Design an User Interface for Social Network
Sites
Modules
1.Login
2. Face book home page
3. Display friends
4. Look at a friend’s Image and post comment
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of All new display, easier navigation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of All new display, easier navigation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
Modules
1.Login & Application Status
2.submit an Enquiry for Information
3.Passport Renewal
4.passport approval
4 weeks on analysis, layout design, control and color design interfaces of this module
2 weeks on coding and Testing of All new display, easier navigation module
1 week on integrated design interface
1 week on project report
1st Week Analysis
2nd Week Design
3rd and 4th Week Color and Control designs.
5th week Coding of the form
6th week Testing and validation the
form
7th week Integration of the forms
8th week Project report
4 weeks on analysis, layout design, control and color design interfaces of this module
4 weeks on analysis, layout design, control and color design interfaces of this module
Modules
1. Identify licensing requirements
2. Manage import
3. Manage Export
4. Accounting system
1 week for study and identify requirements of their projects this step is same for all modules
Modules
1) Admin Module
2) Employee Module
3) Credit Card Creation
4) Loan Module
1 week on study and identify requirements of job recruitment system this step is same for all modules
This system is designed for the process of knowing the details of a person works in a Software company. The details
are being stored in the central management system for the crosschecking the person’s details
Modules
1) Employee Details
2) Vacancy Details
3) Managing the Details
4) Application forms
1 week on study and identify requirements of job recruitment system this step is same for all modules