0% found this document useful (0 votes)
3 views

Practical Assignment 2

The document outlines a practical assignment consisting of 15 programming tasks in VB.NET, including string concatenation, basic arithmetic operations, and creating applications like Notepad and a calculator. It also includes tasks for user input validation, data type checking, and GUI design with radio buttons and combo boxes. The assignment is intended for students at Sutex Bank College of Computer Science and Applications under the guidance of Asst. Prof. Nayna N Mistry.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Practical Assignment 2

The document outlines a practical assignment consisting of 15 programming tasks in VB.NET, including string concatenation, basic arithmetic operations, and creating applications like Notepad and a calculator. It also includes tasks for user input validation, data type checking, and GUI design with radio buttons and combo boxes. The assignment is intended for students at Sutex Bank College of Computer Science and Applications under the guidance of Asst. Prof. Nayna N Mistry.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Practical Assignment 2

SrNo Problem Definition


1 Write a vb.net program to concatenate three strings (FN, MN,
LN) and display in the messagebox.
2 Write a vb.net Program to Accept two value from the input
box and add these number and display addition in
messagebox
3 Write a vb.net Program to make Notepad Application. Provide
Facility for Cut,copy,paste,undo,redo,clear
4 Write a vb.net Program to make calculator Application.
5 Write a vb.net Program that will ask the user to enter a score
on a test and then decide what grade they got.
Entering a test score you could say that it must be between
0 and 100(Use Logical Operator for this.)
Note: If score is >=70 then A,>=60 then B,>=50 then C,>=40
then D, else C). (Use IF ...ElseIf...)
6 Write a Vb.net program to accept a character from keyboard
and check whether it is vowel or not. Also display the case of
that character.(Use Select Case)
7 Write a Vb.net program to accept number from user into the
Textbox. Calculate the square root, of that number, Check
that it is number or not and display result into the Message
Box
8 Write a Vb.net program to Check Type of Data and display
appropriate message for data. (Use Type Checking Function
for Number, Date, Array, IsNothing)
9 Write a Vb.net program to design the following form, allow
the user to select radio buttons from Gender and Age Panel.
After Selection appropriate Checkbox from Right Panel
should be selected automatically. Display appropriate
message into the Messagebox by clicking on Ok button.

Faculty Name: Asst.Prof. Nayna N Mistry (MCA, NET, GSET)


Sutex Bank College Of Computer Science and Applications Page 1
Practical Assignment 2

Write a Vb.net program to design following screen, accept


the details from the user. Clicking on Submit button Net
11 Salary should be calculated and displayed into the Textbox.
Display the Messagebox informing the Name and Net Salary
of employee

12 Write vb.net program will ask the user what timetable they
want to learn, it will then calculate the timestables for that
number. It makes use of the counter (x) in the loop to
calculate the answer.

Faculty Name: Asst.Prof. Nayna N Mistry (MCA, NET, GSET)


Sutex Bank College Of Computer Science and Applications Page 2
Practical Assignment 2

13 Write vb.net program to fill up a list box with items, retrieve


the total number of items in the list box, sort the list box,
remove some items and clear the entire list box.
14 Write vb.net program to fill a combo box with various items,
get the selected items in the combo box and show them in a
list box and sort the items.

15 Write vb.net code to create MDI form. Put all Child Form in
MDI form. Set MDI form Text (Visual Basic .Net
Programming Language)

Faculty Name: Asst.Prof. Nayna N Mistry (MCA, NET, GSET)


Sutex Bank College Of Computer Science and Applications Page 3

You might also like