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

Updated VB - NET Index

Uploaded by

anand sehgal
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)
7 views

Updated VB - NET Index

Uploaded by

anand sehgal
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/ 6

Institute of Innovation Technology & Management, New Delhi

LIST OF PRACTICALS

Programme: BCA Semester: III Paper Code: 251 Academic Year: -2021-22

S.No Application Programs Signature


Area/Functionality/ Learning
Objective
Introduction of Visual Studio Giving a demo to students to make them familiar with
2010 IDE - Visual Studio 2010 IDE
Creating a project
Types of project in .Net
Exploring and coding a project
Solution explorer
1 Toolbox
Properties window
Output window
Object Browser
1. Introduction to VB.NET 1. Create an application in both windows and console
application to find the sum of two numbers and
How to do programming display the result in textbox.
using : 2. Create an application in both windows and console
a. Console application to find out the area of a circle whose radius will be
b. Windows application given by the user & the result will be shown in a label
in windows from application.
2. Common Controls and
3. Create an application in windows and console to
Properties -
2 Textbox, Label and Button
find out perimeter of rectangle and area of rectangle
and square. Show the result in the Msgbox for
3. Variable, Datatype , windows form application.
operators 4. Create an application to find out the average and
percentage of 4 numbers display the result on label for
windows form.
5. Create a solution with 2 projects; Console
Application and Window Application to print the
result of Addition, Subtraction, Multiplication and
Division of 2 numbers entered by the user.
6. WAP in Vb.net to check option explicit on/off
statement.
7. Program to show use of XOR operator.
8. Create an application to check the range of various
Numeric Data Types using Minimum Value &
Maximum value Properties. Also show the usage of
Gettype() method.
9. WAP to change the background of form, label,
textbox and button on click of button.
10. WAP to change the back color and fore color of
form on the click of button.
11. WAP to change the Font (Font, Font size, Font
Type-Bold or Italic) of label on click of button.
12. WAP to switch between two forms using show
and hide methods.
13. WAP to show the text of the button in textbox on
click of button and vice versa?
14 .WAP to change the text of label and textbox on
click of button.
15. Create an application in both windows and
3 Control constructs- console to check whether the number entered is even
If..then else or odd.
Select statement 16. Create an application in both windows to check
whether the password entered by the user is correct or
not? Display message password is correct?
17. Create an application in both windows and
console to find the grade of students using if, else if,
end if statement:-
>80 and <=90 A grade
>60 and <=80 B grade
>40 and <=60 C grade
Otherwise only pass.
18. Create a solution in both to find even/odd using
select case.
19. Design a Simple Calculator.
20. Using if conditions, create an application to find
the largest of 3 numbers and arrange and display those
numbers in ascending order.
4 Loops – 21. Create a solution in both windows and console to
For, While, Do While…, display the numbers from 1 to 9 in a textbox using
loop?(for loop)
22. Create a solution in both window and console to
display the following series—( While Loop)
(a) 1,3,5,7……….15
(b) 0.2,0.4,0.6……..2.0
(c ) 15,13,11,9,7…….1
(d) 10,5,0,…….5,-10
23. Create a solution in both windows and console
application to print the following patterns:- (do- while
loop)
*
* *
* **
* ***
b) 1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
24. Create an application in both windows and console
application to print all the even/odd number between
ranges given by the user.
25. Create an application in both windows and console
application to check whether an entered number is
prime or not.
26. Create an application in both windows and console
application to check whether a number is palindrome
or not.
27. Create an application in both windows and console
application to check whether the entered Number is
Armstrong or not.
28. Create an application in both windows and console
application to print the Fibonacci series within a given
range.
29. Calculate number of all unemployed people out of
the total number of people as entered by the user using
menu 0 for employed, 1 for unemployed, 2 for exit
and prints the result.
30. WAP to create static and dynamic array.
31. WAP to transpose a matrix and add, subtract and
multiply two 2D matrices.
32. WAP to perform linear search on a list of
elements.
33. WAP to perform binary search on a list of
elements.
Array 34. Create a Jagged Array to store hobbies of a
Static, Dynamic student.
5 35. A user has to enter the product name he wants to
purchase in a textbox. When he clicks on a button
labeled “Add to shopping cart”, the product name
from textbox should be added in an array. The array
should dynamically increase in size as the user enters
more products. When he clicks on a button labeled
“List All Items”, all the items in the array should be
displayed one by one in message box.
36. WAP to add, insert and delete item in array list.
37. Create an enumeration named ‘Designation’ &
Array List, Enumeration takes 5 Designations in it -: Manager, Asst Manager,
6 Creation and Use Project Manager, Team Lead and Developer. Initialize
salaries for these posts in the enumerator & display
them using msgbox ().
38. WAP to check whether the entered number is
prime or not with procedure.
7 Function and Procedure 39. WAP to find the area of circle with the help of
Calling and Passing of procedure.
parameters 40. WAP to differentiate between parameter passing
(By Val and By Ref).
41. Create a function to swap 2 integers with the help
of call by reference.
Exception Handling 42. Create an application to show the usage of Go To
8 Using Try…Catch statement in an Unstructured Exception Handling
On Error --- GoTo Mechanism.
43. Create an application to show the usage of Resume
statement in an Unstructured Exception Handling
Mechanism.
44. Create an application to raise an exception
explicitly in your VB .Net Application.
45. Create an application to show the usage of Try &
Catch block in a Structured Exception Handling
Mechanism.
46. Create an application to throw an Exception
explicitly in your VB.Net Application.
47. Create an application to throw a Customized
exception in your VB.Net Application
9 Common Controls and 48 .WAP to dynamically add a label and button on a
Properties - form on click of a button, when user clicks on the
Option Button, Checkbox, second button a message box should display a
Listbox, Combobox, Timer, message.
Combobox 49 .WAP to change the back color of a button every
time the user clicks on the button.
50. Create a label at design time. Move the label
when user clicks it. Add second label to the form
when user double clicks on first label.
51. WAP to add, remove and clear the items from a
list box.
52. WAP to perform different operations between 2
listboxes add, remove, count and print items.
53. WAP to add, remove and clear the items from a
combobox.
54. WAP to perform different operations between 2
comboboxes add, remove, count and print items.
55. Write a program in which on click of radio button,
size and forecolor of textbox gets changed.
56. Write a program in which on click of check box
the backcolor of form is changed as RED, GREEN
and BLUE.
57. Write a program to display the sources of
information about IITM selected by user using
checkbox.
58. Write a program to move a picture on the four
corners of a form.
59. Write a program to show working of Traffic light
with the use of Timer control.
60. Write a program to design a stop watch.

10 Common Controls and 61. Write a program to display a list view created at design
Properties - time.
List View, Tree View 62. Write a program that displays a tree view on a
form .Add the nodes to the tree view dynamically.
11 Common Controls and 63. Write a program to display date in status bar.
Properties - 64. Design a form which shows the functionality of Tool
Scroll bar, Toolbar, Status Bar bar.
65. Write a program that displays a textbox ,label and
horizontal scrollbar on a form:textbox should displays the
value of scrollbar and label should display value of
scrollbar in range 0 to 10.
66. Write a program that displays a textbox ,label and
vertical scrollbar on a form:textbox should displays the
value of scrollbar and label should display value of
scrollbar in range 0 to 10.
12 Menus , Dialog Controls 67. Write a program to create a Menu.
68. Design a form which shows the functionality of
all dialog controls.
13 MDI 69. Write a program to create MDI application.

14 Custom Controls 70. Write a program to show usage of custom control.


15 OOPS Features- 71. Use parameterized constructor to initialize the
Constructors , Function caption of a form named form2. The caption should
Overloading, Inheritance , display the text that user enters in textbox on form1
Function Overriding, and clicks on a button on form1.
Polymorphism, Interfaces 72. Create a class named taxclass with an overloaded
method named taxamount. The first taxamount
method accepts the price in decimal and the second
taxamount method accepts the price as string. Both of
them calculate the taxamount and return it as a string
value.
73. Create a base class – employee having private data
members name and designation.
Two derived class –
1. permament_employee – salary as private data
member
2. temporary_employee – wages as private data
member
74. Create an Abstract Class – shape, which will be
super class for the circle, square and rectangle classes.
The shape class will have a method for calculating the
area(calculateArea) , which will be overridden by the
subclass to provide its own implementation.

16 ADO.NET – Database 75. Create a Window Application with student id and


Connectivity name fields and connect it to a MS-Access and Sql-
Data Base Operations – Add, Server file using Connected and Disconnected
Delete and Update Architecture. Show the first record on form load. Also
provide navigational buttons to access first, previous,
next and last records. Give option to add a new record,
delete record/s and update records.
17 Crystal Report 76. Demonstrate the usage of a Crystal Report.
Create and Modify

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy