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

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

Nocti Computer Programming Review

Nocti Computer Programming Review

9th - 12th Grade

10 Qs

GCSE Unit 2 Prep - pseudocode

GCSE Unit 2 Prep - pseudocode

10th Grade

10 Qs

C Programming Concepts

C Programming Concepts

10th Grade

15 Qs

Python Classes Quiz

Python Classes Quiz

9th - 12th Grade

15 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

Intro to Programming: data types, if/else, and loops

Intro to Programming: data types, if/else, and loops

8th - 12th Grade

15 Qs

ROBOT C PART2

ROBOT C PART2

10th - 12th Grade

13 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?