100% found this document useful (1 vote)
4K views

Visual Studio Mcq's

The document provides information about Visual Basic, including that it is an object-oriented programming language used to write programs that run in the Windows environment. Visual Basic uses a three-step process of planning, designing the interface, and writing code. The solution file contains information about the projects, while the .resx file defines resources and the Properties window is used to set object properties.

Uploaded by

Sarkhel Jiskani
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
100% found this document useful (1 vote)
4K views

Visual Studio Mcq's

The document provides information about Visual Basic, including that it is an object-oriented programming language used to write programs that run in the Windows environment. Visual Basic uses a three-step process of planning, designing the interface, and writing code. The solution file contains information about the projects, while the .resx file defines resources and the Properties window is used to set object properties.

Uploaded by

Sarkhel Jiskani
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/ 5

The correct answer for each question is indicated by a

1 CORRECT

Microsoft Windows uses a GUI environment. GUI (pronounced "gooey")


stands for _______.
A)
B)
C)
D)

Geographical User Interchange


Graphical User Interface
Geometrical Upper Intelligence
Grammatical User Incorporation

2 CORRECT

Visual Basic is a(n) _______.


A)
B)
C)
D)

Procedural programming language


Object-oriented programming language
Hyperlink programming language
Sequential programming language

3 CORRECT

In Visual Basic, we work with objects that have _______.


A)
B)
C)
D)
4
INCORRECT

Programmer preference
Projects, solutions, and procedures
Classes, actions, and disciplines
Properties, methods, and events

When you plan a Visual Basic program, you follow a three-step process that
should end with _______.
A)
B)
C)

Setting the properties


Writing the Basic code
Coding all of the remark statements

D)
5
INCORRECT

Defining the user interface

After the steps for planning a Visual Basic project are competed, you can
begin actually constructing a program by _______.
A)
B)
C)
D)

Setting the properties


Creating the interface
Writing the code
Executing the next step based on the programmer's preference

6 CORRECT

Which of the following shows the correct order for creating a Visual Basic
program?
A)
B)
C)
D)

Set the properties, create the interface, write the code


Create the interface, set the properties, write the code
Create the interface, write the code, set the properties
Write the code, set the properties, create the interface

7 CORRECT

The _______ holds information about the solution and the projects it
contains. This is the file that you open to work on or run your project
A)
B)
C)
D)
8
INCORRECT

The project file


The resource file
The solution file
The .vb file

Each Visual Basic project contains a text file that defines all resources used
by the form. This file has a _______ extension
A)
B)

Resx
Designer.vb

C)
D)
9
INCORRECT

vb

The Visual Studio environment contains many different windows. Which


window will be the user interface when the project is running?
A)
B)
C)
D)

10
INCORRECT

sln

The Toolbox
The Solution window
The Properties window
The Form Designer window

Which window do you open if you want to see all of the objects that you can
add to a form?
A)
B)
C)
D)

The Toolbox
The Solution window
The Properties window
The Form Designer

With Visual
Basic, you
can write
computer
programs
that run in
the
Microsoft
Windows
environment
A)
B)

True
False

2 CORRECT

Visual Basic is an object-oriented programming language


A)
B)
3
INCORRECT

B)

True
False

Writing a program in Visual Basic is so easy that it is not necessary to do any


planning
A)
B)

5
INCORRECT

False

In Form1.Text, the word Text is referring to a method


A)

4
INCORRECT

True

True
False

When creating a project in Visual Basic, you should always begin by writing
the Basic code
A)
B)

True
False

6 CORRECT

A .vb file is a text file that can be opened with any text editor and it holds the
code procedures that you write

A)
B)

True
False

7 CORRECT

The .resx file is a text file that defines all resources used by the form
including any graphics that are displayed on the form
A)
B)

True
False

8 CORRECT

The Properties window is used to set the properties for the objects on your
form
A)
B)
9
INCORRECT

False

The Solution Explorer window is used to design a form that makes up your
user interface
A)
B)

10
INCORRECT

True

True
False

You are in run time when you design the user interface
A)
B)

True
False

You might also like