You are on page 1of 1

SARVAJANIK COLLEGE OF ENGINEERING AND TECHNOLOGY

INFORMATION TECHNOLOGY DEPARTMENT


B.E. III EL (Semester-5)
SUBJECT: VISUAL BASIC APPLICATIONS AND PROGRAMMING
(INSTITUTE ELECTIVE-II)(150706)
MID TERM EXAM (SEPTEMBER-2013)
Date: 07/09/2013
Time: 10:15 am to 11:15 am
Total Marks: 20
Q 1:

Explain the difference between VB and VBA.

(2)

Q 2:

Describe Step Into and Step Over debugging tools.


OR
Describe two Intellisense properties of VBA.

(2)

Q 3:

Write a program to display the numbers from 100 to 10 in multiple of 10.


(100, 90, 80, 70, , 10)
OR
Write a program to check whether the input number is an Armstrong
number or not.

(3)

Q 4:

Explain the use of Collections with example. Describe its Count property
and its two methods: Add and Item.
OR
Explain Add, SaveAs, Open, Close and Delete methods of MS Excel Object
Model.

(3)

Q 5:

Explain the use of Templates and Add-Ins.


OR
Explain Advanced ActiveX controls: TabStrip, SpinButton and MultiPage.

(2)

Q 6:

Design a Visual Basic form to select data like Students Branch (EL/IT/CO
from Option Buttons) and hobbies (Reading/Music/Movies/Sports from a
ListBox with multiple choices). Which property of the ListBox is used to
select multiple items? Write a VB code to display the selected items on a
Label control (LblResult).

(3)

Display Result on
LblResult

Q 7:

Write briefly about various Form Events and various Control Events.
**************************** END ***************************

(5)

You might also like