The symbol for not Equal
!==
10>=10 AND 11<=11
TRUE
How many End Terminator(s) can be only created?
One (1)
How many possible results can be resulted in a process symbol?
Zero (0)
Nina (N) is older than his brother Elmer(E)
Make this into Boolean
N > E
What is the operator to be used for comparing if both inputs are the same?
==
18 >= 5 *5 / 4 AND 59 <=(7^2)+20
false
It pertains to the shape used for an on-page connector.
Circle
Who invented Boolean?
George Boole
A student (x) will repeat a grade level when he/she exceeds 4.0 units of failed.
Make this a boolean statement.
X > 4.0
In executing GEMDAS, What does G means?
group
14 >= 3*3 OR 25 >= 9+9*2
_______ OR _______
TRUE OR FALSE
What is the two-letter word that distinguishes the Conditional statement in the Decision Symbol?
IF
What is the three letter word to distinguish a preparation?
Var
(X)Book1 =300 copies
(Y)Book2 =402 copies
The above mentioned was the number of sold copies in the book stores. What is the boolean expression without using >= or <=
X < Y
The _____ returns the boolean value true if either or both operands is true and returns false otherwise
OR
2*2*2 <= 2^4 AND (2^2)-2 !== 1+1
Final Result:
False
"enter, get, read " are action words that can signify ________ symbol.
input
Ages below 18, 65 yrs old and above were restricted again.
Turn this into an "If Condition Statement"
If age <=17 OR age >=65
In flowchart, Other word for "End"
Stop
The _______returns a value of TRUE if both its operands are TRUE, and FALSE otherwise.
AND
Let x=2, a=5, b=6
x+a >= b OR b+b /x < a*a
____?____ OR ____?____
TRUE OR TRUE
Shape to be used for output symbol
parallelogram
Algebra: 45 <= K = 89
Boolean: ------?-------
K >= 45 and K ==89
Just like in Math, Just like in Programming.
I can be a letter or might prefer a word. But, what matters most -I saved value.
What am I?
Variable