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

Bca - 401 (Old)

401 bca file

Uploaded by

bhurkamariya14
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)
37 views2 pages

Bca - 401 (Old)

401 bca file

Uploaded by

bhurkamariya14
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

Dr.

Babasaheb Ambedkar Open University


Term End Examination March – 2021
Course : BCA Date : 06-March-2021
Subject Code : BCA- 401(OLD) Time : 01:00pm to 03:00pm
Subject Name : Visual Windows Programming Duration : 02 Hours
(Visual Basics)
Max. Marks : 50

Section A
Answer the following (Attempt any two) (20)
1. What is a variable? List some data types available in VB. How do you declare
variable using dim statement?
2. Explain with example, how will you define and call procedures in VB.
3. What is event? Explain the following events in brief: Click, Change, Gotfocus,
Keydown, Mousemove
4. Explain any five intrinsic controls available in Toolbox

Section B
Answer the following (Attempt any three) (15)
1. Differentiate between Modal and Non Modal dialog boxes
2. Write short note on Picture control
3. List few built in string functions
4. What do you understand by forms and what is its utility.
5. Explain briefly Menu design facility of VB

Section C
Part – A (Multiple Choice Questions) (10)
1 What is Extension of Code Module?
A .CLS B .FRM
C .BAS D None of above
2 What is Shortcut key of Properties Window?
A F2 B F7
C F4 D Shift+F4
3 Control is displayed in _____________
A ToolBar B ToolBox
C Properties window D None of Above
4 ___________ is an invisible control
A Timer B Lable
C Panel D All of these
5 Visual Basic responds to events using which of the following?
A A code procedure B An event procedure
C A form procedure D A property
6 What property of controls tells the order they receive the focus when the tab key is
pressed during run time?
A Focus order B Focus number
C Tab index D Control order
7 Each individual variable in the list student(0), student(1), student(2) is known as
a(n)
A Subscript B Dimension
C Element D Type
8 Which of the following is a valid name for a variable?
A One_Two B 1Two
C One Two D One.Two
9 _________ Control is used to group other controls
A Timer B Panel
C Lable D Textbox
10 Find when the user clicks a button, _________ is triggered.
A An event B A method
C A property D A setting

Part – B (Do as Directed) (05)


State whether the following statements are true or false
1 Visual Basic is a Object Oriented Language
2 The Visual Basic Code Editor will automatically detect certain types of errors as you
are entering code.
3 A variable declared inside an event procedure is said to have local scope
4 Keywords in Visual Basic are words that should be used when naming variables.
5 One may use a Select Case block within an If block.

*****

You might also like