Computer Grade 10 FTQuiz 1 - Visual Basic 2019 Quiz

Computer Grade 10 FTQuiz 1 - Visual Basic 2019 Quiz

10th Grade

10 Qs

quiz-placeholder

Similar activities

String Manipulation

String Manipulation

9th - 11th Grade

13 Qs

AP CSA Inheritance Polymorphism

AP CSA Inheritance Polymorphism

10th - 12th Grade

8 Qs

[AP CSP] JavaScript Basics

[AP CSP] JavaScript Basics

9th - 12th Grade

14 Qs

VB.NET Competition

VB.NET Competition

10th - 12th Grade

14 Qs

X Input in Java

X Input in Java

10th Grade

15 Qs

One-Dimensional Array in Python

One-Dimensional Array in Python

10th - 11th Grade

10 Qs

Python Arrays

Python Arrays

9th - 10th Grade

11 Qs

PHST Software 1

PHST Software 1

1st Grade - University

11 Qs

Computer Grade 10 FTQuiz 1 - Visual Basic 2019 Quiz

Computer Grade 10 FTQuiz 1 - Visual Basic 2019 Quiz

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Mr.Arman Lao-ay

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a data type?

A way to store data permanently

Defines what kind of data a variable can store

A method for sorting data

A type of variable that cannot change

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a String data type?

Dim age As Integer = 21

Dim pi As Double = 3.14

Dim name As String = 'Anna'

Dim price As Decimal = 9.99

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must you do before using a variable?

Assign it a value

Declare it

Delete it

Change its data type

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid rule for naming variables?

First character must be a letter or underscore

Cannot be a VB language keyword

Can contain spaces

Must contain only letters, numbers, and underscores

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using 'Const' in Visual Basic?

To declare multiple variables at once

To declare a variable with no data type

To declare a variable that can change

To declare a variable whose value cannot change

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you declare a variable as 'Dim age As Integer', what type of data can it store?

Date and time

Text

Whole numbers

Decimal numbers

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the 'Dim' keyword do in Visual Basic?

It infers the data type

It declares a variable

It deletes a variable

It assigns a value to a variable

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?