0% found this document useful (0 votes)
18 views1 page

Midterm Vba El 2013

The document is a midterm exam for a Visual Basic Applications and Programming course. It contains 7 multiple choice and short answer questions. Question 1 asks about the difference between VB and VBA. Question 2 describes Step Into and Step Over debugging tools or two Intellisense properties. Question 3 involves writing a program to display numbers in descending order or check if a number is Armstrong. Question 4 explains using collections with an example and describes properties and methods. Question 5 explains templates and add-ins or advanced ActiveX controls. Question 6 designs a form to select student branch and hobbies from controls and writes code to display selections. Question 7 briefly discusses form and control events.

Uploaded by

Palak Ariwala
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)
18 views1 page

Midterm Vba El 2013

The document is a midterm exam for a Visual Basic Applications and Programming course. It contains 7 multiple choice and short answer questions. Question 1 asks about the difference between VB and VBA. Question 2 describes Step Into and Step Over debugging tools or two Intellisense properties. Question 3 involves writing a program to display numbers in descending order or check if a number is Armstrong. Question 4 explains using collections with an example and describes properties and methods. Question 5 explains templates and add-ins or advanced ActiveX controls. Question 6 designs a form to select student branch and hobbies from controls and writes code to display selections. Question 7 briefly discusses form and control events.

Uploaded by

Palak Ariwala
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/ 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