Welcome To CSE Study247 , Today I am provide you VISUAL BASIC 6.0 MCQ-2. That is very useful for Computer Science Students.
Q.1 IDE stands for
ANSWER= (C) Integrated Development Environment
Q.2 ———This control is use to display the images
ANSWER= (A) image
Q.3 A ______ variable is one that is declared inside a procedure.
ANSWER= (B) Local
Q.4 How many types of editions in visual basic
ANSWER= (C) 3
Q.5 To change the control’s Shape using the —— property
ANSWER= (C) shape
Q.6 We can preserve the value of a local variable by making the variable
SBTE 2019
ANSWER= (C) Static
Q.7 ______ arrays can be resized at anytime
SBTE 2019
ANSWER= (A) Dynamic
Q.8 HTML is a ________________
SBTE 2019
ANSWER= (B) Markup Language
Q.9 CSS stands for _______
SBTE 2019
ANSWER= (A) Cascade Style Sheets
Q.10 IIS is a ________
SBTE 2019
ANSWER= (B) Web Server
Q.11 The—-box is the standard control for accepting input from the user as well as to display the output
ANSWER= (D) text
Q.12 ——-Control is used to provide an identifiable grouping of other controls.
ANSWER= (A) Frame
Q.13 The file extension of form
ANSWER= (B) .frm
Q.14 Which of the following features of visual basic 6.0
ANSWER= (D) All of these
Q.15 DAO Stands for
ANSWER= (B) Data access object
Q.16 Text box can handle string (text) and numeric data but not images or pictures
ANSWER= (A) True
Q.17 The _ is a very useful control for Visual Basic, as it is not only used to provide instructions and guides to the users, it can also be used to display outputs.
ANSWER= (C) label
Q.18 ——- control is used to display text but user cannot change it directly.