Visual Basic Basics!

Visual Basic Basics!

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Операци и типове данни във VB

Операци и типове данни във VB

11th Grade

13 Qs

Pseudocode Input

Pseudocode Input

9th - 12th Grade

10 Qs

data type

data type

9th Grade

10 Qs

Examen Programación Avanzada

Examen Programación Avanzada

9th Grade

10 Qs

Visual Basic for Beginners

Visual Basic for Beginners

9th - 12th Grade

8 Qs

BenchmarkI RetestPractice - CMPI

BenchmarkI RetestPractice - CMPI

9th - 12th Grade

10 Qs

Computer Programming Review Quiz #2

Computer Programming Review Quiz #2

9th - 12th Grade

10 Qs

Variables

Variables

10th - 12th 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