Uploaded by pache26032000

BCCA-II Practical List Visual Basic Programming

advertisement
RASHTRASANT TUKADOJI MAHARAJ NAGPUR UNIVERSITY, NAGPUR
BOARD OF COMPUTER APLICATION
BACHELOR OF COMMERCE (COMPUTER APPLICATION) (BCCA)
PRACTICAL LIST
PRACTICAL – I (COMPONENT – I)
Course: BCCA – II (Semester – III)
Subject: Visual Basic Programming
EXECUTION PROGRAMS
1. Write an algorithm, draw a flowchart & its properties and develop a program to input first
name, middle name & last name of person & concatenate them to display full name.
2. Write an algorithm, draw a flowchart & its properties and write a program to find
factorial of the given number.
3. Write an algorithm, draw a flowchart & its properties and write a program to find the
given number is even or odd.
4. Write an algorithm, draw a flowchart & its properties and write a program to find
Fibonacci series.
5. Draw a Flowchart. Write an Algorithm and Program to prepare a calculator. The
calculator includes following operations - addition, subtraction, multiplication, division.
6. Draw a Flowchart. Write an Algorithm and Program to calculate the area of a triangle and
the area of circle.
Area of Triangle
=
1/2 x Base x Height
Area of Circle
=
Pi x Radius x Radius
7. Draw a Flowchart. Write an Algorithm and Program to input text from the user & change
it to Upper case and Lower case using option buttons.
8. Draw a Flowchart. Write an Algorithm and Program to enter the temperature in degree &
convert it into Fahrenheit and vice versa.
Celsius = (F - 32) x (5 / 9)
Fahrenheit = (C + 32) x (9 / 5)
9. Draw a Flowchart. Write an Algorithm and Program to calculate the age of the user in
year, month and days as on the current date.
10. Write an algorithm, draw a flowchart & its properties and develop a program to numbers
1-n & calculate their sum.
RASHTRASANT TUKADOJI MAHARAJ NAGPUR UNIVERSITY, NAGPUR
BOARD OF COMPUTER APLICATION
BACHELOR OF COMMERCE (COMPUTER APPLICATION) (BCCA)
PRACTICAL LIST
PRACTICAL – I (COMPONENT – I)
Course: BCCA – II (Semester – III)
Subject: Visual Basic Programming
WRITING PROGRAMS
1. Write an algorithm, draw a flowchart & its properties and develop a program select a
color using option button & display in selected color.
2. Write an algorithm, draw a flowchart & its properties and develop a program to input
marks &display results using select case.
3. Write an algorithm, draw a flowchart & its properties and develop a program to enter
month number & display number of days in month using select case.
4. Write an algorithm, draw a flowchart & its properties and develop a program to enter a
number in the range 1-10 & print its roman equivalent using choose function.
5. Write an algorithm, draw a flowchart & its properties and develop a program in VB to
find square root of a given number.
6. Write an algorithm, draw a flowchart & its properties and develop a program for
employee salary sheet.
7. Write an algorithm, draw a flowchart & its properties and develop a program to find
separating number &character.
8. Write an algorithm, draw a flowchart & its properties and develop a program using select
case to change a picture in picture box as soon as we check on list box items.
9. Draw a Flowchart. Write an Algorithm and Program to generate a stopwatch of 10
minutes using timer control.
10. Draw a Flowchart. Write an Algorithm and Program to find the reverse of a 4 digit
number and print the sum of all the digits.
Download