O.P. Ako
BOOLY
Let it Flow
Logic
Level App
100

The symbol for not Equal

!==

100

10>=10 AND 11<=11

TRUE

100

How many End Terminator(s) can be only created? 

One (1)

100

How many possible results can be resulted in a process symbol?

Zero (0)

100

Nina (N) is older than his brother Elmer(E)

Make this into Boolean

N > E

200

What is the operator to be used for comparing if both inputs are the same?

==

200

18 >= 5 *5 / 4 AND 59 <=(7^2)+20

false

200

It pertains to the shape used for an on-page connector.

Circle

200

Who invented Boolean?

George Boole

200

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

300

In executing GEMDAS, What does G means?

group

300

14 >=  3*3 OR  25 >= 9+9*2

_______ OR _______

TRUE OR FALSE

300

What is the two-letter word that distinguishes the Conditional statement in the Decision Symbol?

IF

300

What is the three letter word to distinguish a preparation?

Var

300

(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

400

The _____ returns the boolean value true if either or both operands is true and returns false otherwise

OR

400

2*2*2 <= 2^4 AND (2^2)-2 !== 1+1

Final Result: 

False

400

"enter, get, read " are action words that can signify ________ symbol.

input

400

Ages below 18,   65 yrs old and above were restricted again.

Turn this into an "If Condition Statement"

If age <=17 OR age >=65

400

In flowchart, Other word for "End"

Stop

500

The _______returns a value of TRUE if both its operands are TRUE, and FALSE otherwise.

AND

500

Let x=2,  a=5,  b=6

x+a >= b OR b+b /x < a*a

____?____ OR ____?____

TRUE OR TRUE

500

Shape to be used for output symbol

parallelogram

500

Algebra: 45 <= K = 89

Boolean: ------?-------

K >= 45 and K ==89

500

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