Data Types
Strings
Rules for Naming Variables
XMASS
Other
100
An integer data type with a range of 0 to 255
What is Byte
100

Temporarily converts a string to lowercase

What is ToLower()

100
How to declare a variable
What is Dim Variable Name As
100

In which modern-day country was St. Nicholas born in?

What is Turkey (originally Patara, a city in the ancient district of Lycia, in Asia Minor)

100

The diamond in a flowchart; used to represent the condition in a selection structure

What is Decision

200
a true or false data type
What is Boolean
200

String concatenation operator

What is (+)

200
The max length of a variable name
What is 255 characters
200

How many ghosts show up in A Christmas Carol?

What is four

200
you can choose to store data in memory locations is called_______
What is Variables
300

The space a char data type occupies

What is 2 bytes

300

Used to count the number of characters in the string.

What is the string Length Function

300
the character variable names must start with
What is alphabetical character
300

Which country started the tradition of putting up a Christmas tree?

What is Germany.

300

One of the logical operators; reverses the truth-value of a condition

What is NOT Operator

400
a type of data with 1 to about 65,000 characters
What is String
400

What is a string?

What is a character Array

400
used to identify a control type
What is a prefix
400

How many gifts in total were given in "The Twelve Days of Christmas" song?

What is 364

400
you can assign values to variables using _____
What is Assignment Operator
500
a data type from January 1, 100 to December 31, 9999
What is Date
500

Accesses any number of characters in a string.

What is the substring method

500
variable names can not include
What is spaces
500

What popular Christmas song was actually written for Thanksgiving?

What is Jingle Bells

500

It is used to code single-alternative, dual-alternative, and multiple-alternative selection structures in Visual Basic

What is If...Then...Else statement