Variables

Variables

8th - 10th Grade

9 Qs

quiz-placeholder

Similar activities

Database

Database

1st - 12th Grade

10 Qs

Bitesize eSafety Quiz

Bitesize eSafety Quiz

8th Grade

10 Qs

Apex Legends

Apex Legends

2nd - 12th Grade

10 Qs

Strings & Integers

Strings & Integers

6th - 9th Grade

10 Qs

Variables

Variables

6th - 8th Grade

9 Qs

C++ Programming

C++ Programming

9th - 12th Grade

10 Qs

Grade 10 Quiz 1 - Visual Basic Variables and Data Types

Grade 10 Quiz 1 - Visual Basic Variables and Data Types

10th Grade

10 Qs

Defensive Programming

Defensive Programming

10th Grade

12 Qs

Variables

Variables

Assessment

Quiz

Computers

8th - 10th Grade

Hard

Created by

R. Lutchman

Used 4+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a variable?

programming

storage location

value

variable name

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A Variable consists of...

VariableName and Value

Storage Location

IPO Chart and Flowchart

Programs

Algorithms

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one is true:

Variables can change

Values can change

VariableNames can change

Data Types can change

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one is true:

Values cannot change

Variable Name

Data Type

A variable can only hold one value at a time

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Select all that are true for creating a VariableName

no spaces

start with a letter

each word starts with a capital letter

can only be a single word

same name used throughout

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is the best VariableName to store the date of birth?

DOB

date of birth

Date Of Birth

DateOfBirth

1995

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one can be considered a value to be stored in the variable for date of birth

DOB

date of birth

Date Of Birth

DateOfBirth

1995

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is the best VariableName for the amount of money you currently have in your wallet

amount of money you currently have in your wallet

$100.00

AmtOfMoney

100.00

Wallet

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one could be the value to be stored in the variable about the amount of money your currently have in your wallet?

amount of money you currently have in your wallet

$100.00

AmtOfMoney

100.00

Wallet