Visual Basic Basics!

Visual Basic Basics!

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

فيجوال بيسك

فيجوال بيسك

10th - 12th Grade

10 Qs

VBA

VBA

11th Grade

9 Qs

Hardeware en sagteware

Hardeware en sagteware

10th - 11th Grade

10 Qs

البرمجة بلغة الفيجول بيسك

البرمجة بلغة الفيجول بيسك

10th Grade

11 Qs

VISUAL STUDIO 2T

VISUAL STUDIO 2T

11th Grade

10 Qs

Computer Grade 10 FTQuiz 1 - Visual Basic 2019 Quiz

Computer Grade 10 FTQuiz 1 - Visual Basic 2019 Quiz

10th Grade

10 Qs

Unit 2 Quiz - Bootstrap: Algebra

Unit 2 Quiz - Bootstrap: Algebra

6th - 12th Grade

11 Qs

Grade 9 MIT

Grade 9 MIT

9th Grade

10 Qs

Visual Basic Basics!

Visual Basic Basics!

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Rachel Roberts

Used 1K+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Which of these names would be most appropriate for a button that allows the user to submit the answer?
Answer
Button1
SubmitBttn
Button1.text

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What would be the best name for this control? 
Textbox1.text
Textbox
Name
NameTxtbox

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable? 
A value that can change depending on the conditions or information passed through the program
The label of a control
An IF statement
None of these answers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What data type would this information be? 
Decimal
Currency
Integer
Number

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What data type would this information be? 
Boolean
String
Integer
Decimal

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What data type would this information be? 
Boolean
String
Integer
Decimal

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you declare a variable for the age of someone? 
DECLARE Age as decimal
DIM Age as integer
DIM Age as decimal
DECLARE Age as integer

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you make the variable "Surname" equal to the information that they have put in the SurnameTxtbox?
Dim Surname as string = SurnameTextbox
Declare "Surname" as string = SurnameTextbox
Dim SurnameTxtbox as string = Surname
Dim Surname as string = SurnameTextbox.text