Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

VB Using Expressions and Operators

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Compare numeric values using comparison operators and return a Boolean value representing the result of the comparison.

a)

comparison/relational operators

b)

arithmetic operators

c)

logical operators

d)

bus operators

2.

Combine Boolean or numeric values and returns of the same data type as the values.

a)

comparison/relational operators

b)

arithmetic operators

c)

logical operators

d)

bus operators

3.

Combine Boolean or numeric values and returns of the same data type as the values.

a)

sequence structure

b)

order of precedence

c)

selection structure

d)

arrays

4.

Named storage that temporarily resides in the computer memory.

a)

dim

b)

string

c)

variable

d)

arrays

5.

A combination of operators, literals or constants, and variables that returns a value of a specific data type.

a)

equation

b)

arithmetic

c)

expression

d)

string

6.

Made-up of variables that represent the values to be manipulated.

a)

arrays

b)

expression

c)

operands

d)

operator

7.

A code element that performs an operation on one or more code elements that hold values.

a)

arrays

b)

expression

c)

operands

d)

operator

8.

Symbol for Multiplication

a)

mul

b)

X

c)

times

d)

*

9.

Symbol for Modulus Division

a)

/

b)

mod

c)

\

d)

divide*

10.

Symbol for Division (Integers)

a)

/

b)

div

c)

|

d)

\