Visual Basic Basics!

Visual Basic Basics!

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

visual studio

visual studio

9th Grade

10 Qs

VB Variables

VB Variables

11th Grade

10 Qs

Yr9 - Java Script - Lesson 2

Yr9 - Java Script - Lesson 2

8th - 9th Grade

11 Qs

HTML5 Forms

HTML5 Forms

11th - 12th Grade

10 Qs

مراجعة

مراجعة

10th Grade

12 Qs

Programming Concepts-Grade XC

Programming Concepts-Grade XC

10th Grade

10 Qs

S3 Software Dev Quiz

S3 Software Dev Quiz

KG - University

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