Operations & Expressions Flashcards
syntactically correct
combinations of operands and operators. This may consist of one or more operands.
Expression
What is this examples, ==, !=, <, >, <= ,>= called
Relational Operator
This two are often called equality operators.
== and !=
When applied to expressions, also
yield a 0 or 1 (false or true) result. This also connect two or more relational expressions into one or reverse the logic of an expression.
Logical Operators
What this three for, &&, ||, and !
For conjunction, disjunction and negation.
This are used in special situations.
Special Operator
This also known as type casting
Type conversion
way of converting one datatype
to another.
Implicit Type conversion
Specifies on which datatype
to be converted.
Explicit type conversion
Are used to test specific
conditions.
Relational operators
An assumption on which tests the validity or effect
of something else.
Condition
== and !=, are often referred to as?
Equality operators
When applied to expressions, also
yield a 0 or 1 (false or true) result. This also connect two or more relational expressions into one or reverse the logic of an expression.
Logical operators
Truth Table: And (&&): if may _, _ na lahat
False
Truth Table: Or (||): if may _, _ na lahat
True