You are on page 1of 4

Course : Diploma in Information Technology

Module Code : Unit_10


Module : Programming in C#.net
A practical is an opportunity for students to test and apply their understanding of the
concepts and ideas introduced in lectures. "Practicals" are called this because they are the
place where the "theoretical" knowledge gained in lectures and readings is put into practice.

Practical (4.5 Hours)


Write simple programmes in C# to do the following tasks:
1. Design a simple login interface (only interface)

2. Design a professional customer registration interface (only interface)

Page 1
3. Create a Login Form using C#. The login page should include the show password feature.
You can use the same interface you used for question 1, and do the required additions. For
verification of the username and password, you can use values stored in the code. No
database connection is needed.

4. Create a fully functional calculator using C#, which has the basic operations of addition,
subtraction, multiplication, and division.

Page 2
Page 3
Page 4

You might also like