0% found this document useful (0 votes)
52 views4 pages

VB .Net Index

The document provides an index of 40 programming problems ranging from finding maximum of three numbers to developing an application to perform CRUD operations on an employee database table using a dataset. The problems cover a variety of programming concepts like conditional statements, loops, functions, structures, OOPs concepts, GUI programming, database operations etc. The index lists the problem number, description, and page number for the solution to each problem.

Uploaded by

Shiva
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views4 pages

VB .Net Index

The document provides an index of 40 programming problems ranging from finding maximum of three numbers to developing an application to perform CRUD operations on an employee database table using a dataset. The problems cover a variety of programming concepts like conditional statements, loops, functions, structures, OOPs concepts, GUI programming, database operations etc. The index lists the problem number, description, and page number for the solution to each problem.

Uploaded by

Shiva
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

INDEX

Page
S.No. Name of Program Remark
number
Write a program to find maximum between three
1. 1
numbers.
Write a program to check whether a number is
2. 2
negative, positive or zero.
Write a program to check whether a year is leap year
3. 3
or not.
Write a program to check whether a character is
4. 4
alphabet or not.
Write a program to find all roots of a quadratic
5. 5
equation.
Design an application to input marks of five subjects
Physics, Chemistry, Biology, Mathematics and
Computer. Calculate percentage and grade according
6. 6-7
to following:
Percentage >= 90%: Grade A
Percentage >= 80%: Grade B
Design an application to input basic salary of an
employee and calculate its Gross salary according to
7. following: 8
Basic Salary <= 10000 : HRA = 20%, DA
=80%
Write a program to convert decimal to binary number
8. 9
system using bitwise operator.
Write a program to swap two numbers using bitwise
9. 10
operator.
Write a program to create Simple Calculator using
10. 11
select case.
Write a program to find sum of all natural numbers
11. 12
between 1 to n.
Write a program to enter any number and print its
12. 13
reverse.
Write a program to enter any number and check
13. 14
whether the number is palindrome or not.
Write a program to check whether a number is
14. 15
Armstrong or not.
Write a program to print Fibonacci series up to n
15. 16
terms.
16. Write a program to print Pascal triangle up to n rows. 17
Write a program to print all negative elements in an
17. 18
array.
18. WAP to search an element for one dimensional array. 19
WAP to find greatest among three given number
19. 20
using user define procedures.
. Aclass having name calculate that uses static
20. overloaded funcation to calculated area of
circle,area of rectangle,,areaof triangle. 21

wap a program to calculate factorial of a number


21. using user define procedure. 22

Define structure student.struture student has data


members for storing name,roll no, name of three
22. subject and marks.write member funcation to store 23-24
and print data.

23. Design a digital clock using timercontrol 25


Create an application that offers various food items
to select from check boxes and a mode of payment
24. using radio button. It then display the total amount 26
payable

WAP to illustrate all functionalities of list box and


25. combo box. 27-28
26. WAP for temperature conversion using radio button. 29
WAP to change the back color of any control using
scroll box.
27. 30

: Create an application to implement the working of


28. 31
Context menu on textbox.
: WAP to demonstrate concept of Polymorphism
29. (function Overloading and constructor 32-33
Overloading).
Design the following application using radio button
30. and checkbox 34-35

Design the application that accepts the item name from the
31. user and add it to a listbox and combobox: 36

Design an application to create the payroll from


shown below. Number of hours must be entered as
32. the appropriate rate. 37-38
Gross salary=rate*hours.
Net salary=gross salary-deduction.
WAP using a checkboxes for the following font effect:-

• Bold
• Italic
33. • Underline
39-40
• Increasing font size
• Decreasing font size
• Font color
WAP to lauch a rocket using picturebox and time
34. control 41

develop an application which is similar to note pad


35. using menu 42

36. Develop an application which is similar to login form. 43


WAP to display records of a tables using dataadapter
and code for buttons to move at first record ,next
37. record, previous record , last record in the table. 44
.

38 Write a vb.net application that perform insert, update and


delete operations on Employee table & perform a navigation 45-46
operation on employee records using disconnected scenario.

WAP to display records of a tables using dataadapter


39 and code for buttons to move at first record ,next
47-49
record, previous record , last record in the table.

40 Create a table for employee and write a program


using dataset to add, delete, edit & navigate records. 50-53

You might also like