WorksheetsVB Using Expressions and Operators
Total questions: 10
Worksheet time: 5mins
Compare numeric values using comparison operators and return a Boolean value representing the result of the comparison.
comparison/relational operators
arithmetic operators
logical operators
bus operators
Combine Boolean or numeric values and returns of the same data type as the values.
comparison/relational operators
arithmetic operators
logical operators
bus operators
Combine Boolean or numeric values and returns of the same data type as the values.
sequence structure
order of precedence
selection structure
arrays
Named storage that temporarily resides in the computer memory.
dim
string
variable
arrays
A combination of operators, literals or constants, and variables that returns a value of a specific data type.
equation
arithmetic
expression
string
Made-up of variables that represent the values to be manipulated.
arrays
expression
operands
operator
A code element that performs an operation on one or more code elements that hold values.
arrays
expression
operands
operator
Symbol for Multiplication
mul
X
times
*
Symbol for Modulus Division
/
mod
\
divide*
Symbol for Division (Integers)
/
div
|
\
