Explore topic-wise MCQs in Bachelor of Business Administration in Computer Applications (BBA [CA]).

This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Bachelor of Business Administration in Computer Applications (BBA [CA]) knowledge and support exam preparation. Choose a topic below to get started.

1.

The ________ is a very useful control for Visual Basic, as it is not onlyused to provide instructions and guides to the users, it can also be usedto display outputs.

A. image
B. combo
C. label
D. text
Answer» D. text
2.

When an option box is selected, its value is set to True and when it is unselected; its value is set to False .

A. true
B. false
C. both
D. none of these.
Answer» B. false
3.

The property values of the shape control are 0, 1, and 2,3,4,5 whichwill make it appear as a rectangle, a square, an oval shape, a circle, arounded rectangle and a rounded square respectively.

A. true
B. false
C. both a and b
D. none of these.
Answer» B. false
4.

______variables are not reinitialized each time Visual Invokes aprocedure and therefore retains or preserves value even when aprocedure ends

A. static
B. public
C. local
D. general
Answer» B. public
5.

The ______ selection structure allows the programmer to specify thata different action is to be performed when the condition is True thanwhen the condition is False.

A. if ... then ..else
B. do while
C. dynamic array
D. array
Answer» B. do while
6.

the ________is a term commonly used in the programming world todescribe the interface and environment that we use to create ourapplications.

A. ide
B. tool bar
C. menu bar
D. none of these.
Answer» B. tool bar
7.

_______ format. In this format, the windows associated with theproject will stay within a single container known as the parent. Code andform-based windows will stay within the main container form.

A. mdi
B. sdi
C. form
D. code
Answer» B. sdi
8.

Object Browser are open from the ________or pressing the key F2.The left column of the Object Browser lists the objects and classes thatare available in the projects

A. view menu
B. tool menu
C. insert menu
D. object browser
Answer» B. tool menu
9.

__________are open from the View menu or pressing the key F2. Theleft column of the Object Browser lists the objects and classes that areavailable in the projects

A. properties window
B. project explorer
C. object
D. object browser
Answer» E.
10.

In _______ first we execute the true statement . then we check the condition if the condition is true then it again execute the true statement .

A. while
B. do while
C. if condition
D. nested
Answer» C. if condition