• CALL US: +91-8561868421
  • Address: Plont No 67 OM Shiv Colony Jhotwara Jaipur-12

V.B Quiz

(Total Question : 30)

Q.1

Visual Basic is a tool that allows you to develop application in????

Q.2

IDE stands for????..

Q.3

Which windows displays a list of all forms and modules making up your application

Q.4

Properties can be viewed in two ways

Q.5

Which of the following windows is the central to the development of Visual Basic applications

Q.6

Which of the following provides quick access to commonly used commands in the programming environment

Q.7

In ?????? window we can write code

Q.8

???? is used for finding out about objects, properties and methods.

Q.9

The form module has file extension...................

Q.10

A text box can hold as many as ??. characters for a single line text.

Q.11

A text box can hold as many as ??? characters for a multi-line text

Q.12

???.. control is used to provide an identifiable grouping for other controls

Q.13

. ???.property is used to set the maximum length of a text, a textbox can hold

Q.14

????. control is used to display text, but user cannot change it directly.

Q.15

The default datatype for Visual Basic is ??????

Q.16

In Visual Basic, a variable name cannot be more than ??? characters

Q.17

We can preserve the value of a local variable by making the variable???.

Q.18

???.. cannot be declared in a form or class module

Q.19

.???. arrays can be resized at anytime

Q.20

????.is a block of code that is executed in response to an event.

Q.21

????.function is used to return a copy of a string without leading spaces

Q.22

All the following statements are true about variable scope except

Q.23

The variables that does not change the value during execution of program is??

Q.24

What is the output of the following code: MyString=?Hello World? LeftString=left(MyString,3)

Q.25

??.. is a control related event

Q.26

When the form is first referenced in any manner by program,the triggered event is?.

Q.27

????.. returns or sets the number of characters selected.

Q.28

????.. combines the features of the text box and list box

Q.29

???property is an integer value corresponding to the position of the scroll box in the scroll bar.

Q.30

By default, the textbox control can hold text as ??..