Visual Basic Basics!

Visual Basic Basics!

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

VB Variables

VB Variables

11th Grade

10 Qs

مسابقات لأوامر البرمجة

مسابقات لأوامر البرمجة

12th Grade

10 Qs

Nat5 - Visual basic

Nat5 - Visual basic

11th Grade

13 Qs

تقنيات وبرمجة الاجهزة الذكية

تقنيات وبرمجة الاجهزة الذكية

11th Grade

12 Qs

visual studio

visual studio

9th Grade

10 Qs

Windows Form Application

Windows Form Application

6th Grade - University

9 Qs

الفاقد التعليمي

الفاقد التعليمي

10th - 11th Grade

10 Qs

visual studio 2010

visual studio 2010

10th - 12th Grade

12 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