0% found this document useful (0 votes)
28 views3 pages

Appliction Develoment With Visual Basic 1.0

Uploaded by

Nathaniel Etuk
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)
28 views3 pages

Appliction Develoment With Visual Basic 1.0

Uploaded by

Nathaniel Etuk
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/ 3

Application Development with visual basic

Section A

Instructions:

All questions

Question One

a) Write down the steps for starting Visual Basic (VB) 6.0.
b) What is Visual Basic (3 marks)
c) Why is visual basic called an event-based Language. (4 marks)
d) Explain the 5 features of Visual Basic (5 marks)
e) Mention four version of visual basic programming language? (4 marks)
Question two
a) Briefly explain the Visual basic program development process. (6
marks)
b) Explain about the event in Visual Basic? (4 marks)
c) Give the definition of project in Visual Basic (VB)? (4 marks)
d) Elaborate briefly on the opening an existing program in Visual
Basic? (11 marks)

Question two

a) Briefly explain the difference between Event-driven programming and


Procedural programming? (6 marks)
b) What is An IDE in full.(2 marks)
c) Explain the concept of a VB Integrated Development Environment? (4
marks)
d) VB provides a great deal of flexibility, allowing you to configure the
working environment to best suit your individual style. What are the
Two different styles are available for the VB IDE: (4 marks)
e) Mention 5 data types used in Visual basic programming language (5
marks)

Question three

1
a) Write a simple hallow world program in Visual basic? (4 marks)

b) What key work is used for declaring a variable 1 mark.


c) Write a visual basic code to declare a variable Number which store
an integer. (4 marks)
d) Differentiate between a global and a Local variable (6 marks)

Question three

a) Mention 6 types of controls used in a Visual Basic interface? (6


marks)
b) Write a Visual basic syntax that declares a variable (4 marks)
c) Mention three (3) of operators that are used in Visual basic
programming language? (3 marks)
d) Give 3 advantages and disadvantages visual basic as a programming
Language (6 marks)
e) Give 6 properties that are found on the properties window, in a visual
basic interface? (6 marks)

Question Four

a) What is the difference between the Name property and the Text
property? (5marks)
b) A client is curious to know the steps involved in creating a visual
basic application. Advise him on the design steps required? (4marks).
c) During a lecture on Visual Basic programming, a lecturer
mentioned four reasons for implementing Visual Basic program as
opposed to procedural languages like Pascal or Basic. Explain the
reasons? (4marks)
d) The IDE environment consists of many elements. Describe any SIX
elements displayed when Visual Basic is started (By default)?
(6marks)
e) Data Types are classifications of what sort of data is contained
inside of a variable. Explain any six data types available in V.B

2
(6marks)

QUESTION FOUR (25MARKS)


a) In Visual Basic program (code) there are four basic parts. Explain
these parts to a student who has just joined the V.B class (4marks)
b) Write a Visual Basic code to clear the contents of a text box
(5marks)
c) Describe the four structures of the IF statement (4marks)
d) Write a program to enter a mark of a student then print (pass) in
size 18 if he is successful. (5marks)
c) Write a program to print (hello) five times (5marks)

You might also like