0% found this document useful (0 votes)
3 views2 pages

Practical List BCCA - III Sem V Practical - I (Component - I)

Uploaded by

shri_294
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)
3 views2 pages

Practical List BCCA - III Sem V Practical - I (Component - I)

Uploaded by

shri_294
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/ 2

RASHTRASANT TUKADOJI MAHARAJ NAGPUR UNIVERSITY,

NAGPUR BOARD OF COMPUTER APLICATION


---------------------------------------------------------------------------------------------------
BACHELOR OF COMMERCE (COMPUTER APPLICATION) (BCCA)
PRACTICAL LIST
PRACTICAL – I (COMPONENT – I)
Course: BCCA – III (Semester – V) Subject: VB.NET

EXECUTION PROGRAMS

1 Write an algorithm, draw a flowchart and develop a VB.NET console application


to calculate the reverse of a number.

2 Write an algorithm, draw a flowchart and develop a VB.NET console application


to check a given number is prime or not.

3 Write an algorithm, draw a flowchart and develop a VB.NET console application


to check a number is palindrome or not.

4 Write an algorithm, draw a flowchart and develop a VB.NET console application


to display the following pattern –
*
**
****
******

5 Write an algorithm, draw a flowchart and develop a VB.NET console application


to calculate the binary number from decimal number.

6 Write an algorithm, draw a flowchart and develop a VB.NET console application


to find largest number from the array.

7 Write an algorithm, draw a flowchart and develop a VB.NET console application


to input array element, sorting them using bubble sort method.

8 Write an algorithm, draw a flowchart and develop a VB.NET windows application


to check the user id and password is valid or not.

9 Write an algorithm, draw a flowchart and develop a VB.NET windows application


to create popup menu.

10 Write an algorithm, draw a flowchart and develop a VB.NET windows application


to create notepad.

Page 1 of 2
RASHTRASANT TUKADOJI MAHARAJ NAGPUR UNIVERSITY,
NAGPUR BOARD OF COMPUTER APLICATION
---------------------------------------------------------------------------------------------------
BACHELOR OF COMMERCE (COMPUTER APPLICATION) (BCCA)
PRACTICAL LIST
PRACTICAL – I (COMPONENT – I)
Course: BCCA – III (Semester – V) Subject:VB.NET

WRITING PROGRAMS

1 Write an algorithm, draw a flowchart and develop a VB.NET console application


to implement the series. For ex. s=1-X^2/2!+X^4/4!- ........n

2 Write an algorithm, draw a flowchart and develop a VB.NET console application


to create all possible sets from given set {1, 2, 3 }.

3 Write an algorithm, draw a flowchart and develop a VB.NET console application


to calculate the reverse of a string and check the string is palindrome or not.

4 Write an algorithm, draw a flowchart and develop a VB.NET console application


to Search an element from characters and as well as from numbers using linear
search method.

5 Write an algorithm, draw a flowchart and develop a VB.NET console application


to sort a given string in the order of alphabets, digits & symbol.

6 Write an algorithm, draw a flowchart and develop a VB.NET console application


to demonstrate exception handling.

7 Write an algorithm, draw a flowchart and develop a VB.NET windows application


to create a calculator.

8 Write an algorithm, draw a flowchart and develop a VB.NET windows application


to create a menu and perform any operation.

9 Write an algorithm, draw a flowchart and develop a VB.NET windows application


to create different dialog box and perform any operation.

10 Write an algorithm, draw a flowchart and develop a VB.NET windows application


to create data bound control for retrieving the data from database.

Page 2 of 2

You might also like