Computer: Operands and Operators (3rd SQT)

?
  • Created by: Ellydear
  • Created on: 13-11-15 23:46
a named storage that temporarily resides in the computer memory
Variable
1 of 55
a combination of operators, literals, or constants and variables that returns a value of a specific data type
Expression
2 of 55
are made up of variables that represent the values to be manipulated
Operands
3 of 55
a code element that performs an operation on one or more code elements that holds values
Operator
4 of 55
perform familiar calculations on numeric values such as addition, subtraction, multiplication, division, etc.
Arithmetic Operators
5 of 55
compare numeric values using comparison operators and return a boolean value representing the result of the comparison
Comparison/Relational Operators
6 of 55
combine boolean or numeric values and returns of the same data type as the values
Logical Operators
7 of 55
arithmetic operator that adds two or more numbers
Addition
8 of 55
arithmetic operator that subtracts two numbers
subtraction
9 of 55
arithmetic operator that multiplies two numbers
multiplication
10 of 55
arithmetic operator that squares the value of a number
exponentiation
11 of 55
arithmetic operator that divides two numbers and returns a floating point result
division
12 of 55
arithmetic operator that divides two numbers and return an integer result
division (integers)
13 of 55
arithmetic operator that divides two numbers and return only the remainder
Modulus division
14 of 55
refers to the sequence in which operators are evaluated
order of precedence
15 of 55
Order of Precedence : 1st
parenthesis
16 of 55
Order of Precedence : 2nd
exponentiation
17 of 55
Order of Precedence : 3rd
division and multiplication
18 of 55
Order of Precedence : 4th
integer division
19 of 55
Order of Precedence : 5th
modulus arithmetic
20 of 55
Order of Precedence : 6th
addition and subtraction
21 of 55
the first value of the expression is less than the second value
less than
22 of 55
the first value of the expression is less than or equal to the second value
less than or equal to
23 of 55
the first value of the expression is greater than the second value
greater than
24 of 55
the first value of the expression is greater than or equal to the second value
greater than or equal to
25 of 55
the first value of the expression is equal to the second value
equal to
26 of 55
the first value of the expression is unequal to the second value
not equal to
27 of 55
symbol of addition
+
28 of 55
symbol of subtraction
-
29 of 55
symbol of multiplication
*
30 of 55
symbol of exponentiation
^
31 of 55
symbol of division
/
32 of 55
symbol of division (integers)
\
33 of 55
symbol of modulus division
Mod
34 of 55
symbol of parenthesis
()
35 of 55
symbol of division and multiplication
*/
36 of 55
symbol of modulus arithmetic
Mod
37 of 55
symbol of addition and subtraction
+-
38 of 55
symbol of greater than
>
39 of 55
symbol of greater than or equal to
>=
40 of 55
symbol of equal to
=
41 of 55
operator of ()
parenthesis
42 of 55
operator of ^
exponentiation
43 of 55
operator of /
division
44 of 55
operator of *
multiplication
45 of 55
operator of \
integer division
46 of 55
operator of Mod
Modulus division
47 of 55
operator of +
addition
48 of 55
operator of -
subtraction
49 of 55
operator of
less than
50 of 55
operator of >
greater than
51 of 55
operator of
less than or equal to
52 of 55
operator of >=
greater than or equal to
53 of 55
operator of
not equal to
54 of 55
operator of =
equal to
55 of 55

Other cards in this set

Card 2

Front

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

Back

Expression

Card 3

Front

are made up of variables that represent the values to be manipulated

Back

Preview of the front of card 3

Card 4

Front

a code element that performs an operation on one or more code elements that holds values

Back

Preview of the front of card 4

Card 5

Front

perform familiar calculations on numeric values such as addition, subtraction, multiplication, division, etc.

Back

Preview of the front of card 5
View more cards

Comments

No comments have yet been made

Similar Other resources:

See all Other resources »See all Operands and Operators resources »