Visual Basic

Visual Basic

University

10 Qs

quiz-placeholder

Similar activities

sample quiz

sample quiz

University

10 Qs

Reflection Quiz

Reflection Quiz

University

10 Qs

Evaluación de Casos sobre Procesos Cognitivos

Evaluación de Casos sobre Procesos Cognitivos

University

10 Qs

Quiz#14ArtificialIntelligence (42)

Quiz#14ArtificialIntelligence (42)

University

10 Qs

Socio Emotional Development in Infancy

Socio Emotional Development in Infancy

University

11 Qs

RETROALIMENTACIÓN PERÍODOS 2 PLÁSTICA

RETROALIMENTACIÓN PERÍODOS 2 PLÁSTICA

University

14 Qs

B.Com. Tax III Yr. Various Central & Provincial Taxes

B.Com. Tax III Yr. Various Central & Provincial Taxes

University

11 Qs

Quiz STEAM

Quiz STEAM

University

10 Qs

Visual Basic

Visual Basic

Assessment

Quiz

Education

University

Hard

Created by

Dr Tandan

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. Who developed Visual Basic?

a) Symantec

b) Ashton-Tate

c) Microsoft

d) Sybase

Answer explanation

Explanation: Visual Basic is a programming language and environment developed by Microsoft. Visual Basic first version was published in 1991.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is used to define a class in visual basic?

a) Event class statement

b) Class statement

c) Form class statement

d) Event statement

Answer explanation

Explanation: The class statement is used to define a class in visual basic. The class statement begins with public class classname clause and ends with End class clause. Within the class statement, you write the code to tell the form and the object how to react to the user’s action.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following extension is used to represent the project file in Visual Basic?

a) .vbp

b) .vb

c) .cls

d) .vvb

Answer explanation

Explanation: The .vbp file extension is used to represent the program file in Visual Basic. .cls is used to save the Class module.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you keep a variable undeclared, it is automatically taken as to which of the following data type in Visual Basic?

a) Char

b) Int

c) Object

d) String

Answer explanation

Explanation: Visual basic can create variables “on the fly”. This means that if your code contains undeclared variables, Visual basic creates the variable for you and assigns object data type to it. An undeclared variable is a variable, which does not appear in the declaration statement i.e. the Dim statement.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following applications can be developed using Visual Basic tool?

a) Graphical User Interface

b) Real-time

c) Character User Interface

d) All of the mentioned

Answer explanation

Explanation: Visual Basic tool provides an easy way to develop graphical user interface (GUI) applications.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Visual Basic, which of the following is used for coding single-alternative and dual-alternative selection structures?

a) Switch-Case block

b) If…Then…Else statement

c) function overloading

d) Recursion

Answer explanation

Explanation: In Visual Basic If…Then…Else statement is used for coding single-alternative and dual-alternative selection structures. The If…Then…Else statement statements provide for a statement block where the condition may be true and another if the condition is false.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Visual Basic application, which of the following are listed in a properties window?

a) Items

b) Values

c) Attributes

d) Objects

Answer explanation

Explanation: Attributes also known as properties are listed in a Properties Window. Attributes are keyword-like tags in which you can specify additional information about entities defined in Visual Basic application. Attributes are saved as assembly’s metadata.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?