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

Index

This document contains a list of 43 programming tasks related to VB.NET. The tasks include writing programs to find the maximum of three numbers, check if a number is positive/negative/zero, determine if a year is a leap year, and more. Many tasks involve designing forms to input data and perform calculations related to areas, conversions, financial calculations, arrays, and more. The final tasks involve defining classes and structures to work with student data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Index

This document contains a list of 43 programming tasks related to VB.NET. The tasks include writing programs to find the maximum of three numbers, check if a number is positive/negative/zero, determine if a year is a leap year, and more. Many tasks involve designing forms to input data and perform calculations related to areas, conversions, financial calculations, arrays, and more. The final tasks involve defining classes and structures to work with student data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

BCA III

VB.NET
Practical List
S. No. Name of Program Date Sign
1 Write a program to find maximum between three numbers.
2 Write a program to check whether a number is negative,positive or
zero
3 Write a program to check whether a year is leap year or not.
4 Write a program to check whether a character is alphabet or not.
5 Write a program to find all roots of a quadratic equation.
6 Design an application to input marks of five subjects physics,
chemistry, biology, mathematics and computer. Calculate percentage
and grade according to following:
Percentage>=90% : grade A
Percentage>=80% : grade B
Percentage>=70% : grade C
Percentage>=60% : grade C
Percentage>=40% : grade E
Percentage<40% : grade F

7 Design an application to input basic salary of an employee and Gross


salary according to following:
Basic Salary <=10000 :HRA=20%,DA=80%
Basic Salary <=20000 :HRA=25%,DA=90%
Basic Salary >10000 :HRA=30%,DA=95%
8 Design an application which is similar to login from
9 WAP using checkbox for the following font effects.
Bold
Italic
Underline
Increase font size
Decrease font size
Font color
10 Design the form that calculate Sum, Multiplication, Division and
Subtraction of two number.
11 Design Simple calculator.
12 Design the form to input radius of a circle and find its circumference
and area.
13 Design the form to input length in centimeter and convert it into meter.
14 Design the form to input temperature in Celsius and convert it into
Fahrenheit.
15 Design the form to input Principal amount, Time, Rate and calculate
Simple
Interest and compound interest show result information in msgbox.
16 Design the form and write a program to sort array element in ascending
order
17 Design the form and write a program to insert an element in an array.
18 Design the form and write a program to delete an element from an
array at specified position.
19 Design the form and write a program to print all unique elements in
the array.
20 Design a form to check whether a number is PRIME or NOT using
input box and msgbox.
21 Write a program to print Fibonacci series up to n terms.
22 Design the following form when user clicks on Radio Button then
select Checkbox.

23 Design the Digital watch using Timer Control.

24 Design the following form using horizontal scrollbar. In this, when


user click on particular scrollbar then back color of shape will be
changed to Red, Green & Blue color

25 Design the following form using vertical scrollbar. In this, when


user click on particular scrollbar then back color of shape will be
changed to Red, Green & Blue color

26 Design the form with different controls.


27 WAP for Exception handling of throwing an exception when dividing
by zero
condition occur during arithmetic operation.
28 WAP in vb.net such that throw a user define exception when
Temperature is
zero.
29 Design from that shows the functionality of listbox

30 Write a vb.net program to show data in Data grid view.


31 Create following table Student(id,name,course,DOB,address) Write
vb.net application to
1. Add records
2. View all the records

32 Develop a project which displays the student information in the


relevant fields from the database which already exists.

33 Define structure student. Structure student has data members for storing
name, rollno ,name of three subjects and marks. Write member function
to store and print data.
34 Write a class having name Calculate that uses static overloaded function
to calculate area of circle, area of rectangle and area of triangle.
35 WAP to check whether a given number is neon or not using user define
function
36 WAP to check whether a given number is Niven or not using procedure
37 WAP to check whether a given number is Duck number or not .
38 WAP to check whether a given number is Spy number or not .
39 Write a program to find first and last digit of any number.
40 Write a program to enter any number and print its reverse.
41 WAP to check whether a given number is Armstrong number or not.
42 WAP to enter any number and check whether the no. is palindrome or
not.
43 Create a class student having data members to store roll number,name of
student ,name of three subjects ,max marks ,min marks ,obtained marks.
declare an object of class student. Provide facilities to input data in data
members and display result of student.

You might also like