Visual Basic Basics!

Visual Basic Basics!

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Chapter 5

Chapter 5

9th Grade

10 Qs

Programs and Variables in Code and Play

Programs and Variables in Code and Play

5th - 9th Grade

7 Qs

KIỂU DỮ LIỆU CÓ CẤU TRÚC

KIỂU DỮ LIỆU CÓ CẤU TRÚC

11th Grade - University

10 Qs

 Unit 4 Advanced AP CSP

Unit 4 Advanced AP CSP

9th - 12th Grade

10 Qs

Structs em C

Structs em C

9th - 12th Grade

10 Qs

VISUAL BASIC 3ro. Compu

VISUAL BASIC 3ro. Compu

10th - 12th Grade

10 Qs

Vocabulary Review Unit 4

Vocabulary Review Unit 4

9th - 12th Grade

12 Qs

C# 11

C# 11

1st - 10th Grade

10 Qs

Visual Basic Basics!

Visual Basic Basics!

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Rachel Roberts

Used 1K+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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