Flowcharts
Logical Operators
Logical Operators: Not
Random
Blank
100

In a flowchart, what shape is used to represent a decision or condition?

What is a diamond?

100

What can A&&B be written as ? 

A AND B

100

True or False: The expression "NOT True" evaluates to False.

What is True?

100

What days do we have club ?

What is Tuesday, Wednesday, and Friday ?

100

The ___ operator is the inverse of the statement.

What is NOT ?

200

Which shape in a flowchart is used to show the start or end of a process?

What is an oval?

200

What is the first step ?

X = False

Y = True

X(!(X||Y))

Set X||Y = True

X = False

Y = True

200

If NOT(It's raining), you can go for a walk. What happens if it is raining?

What is you can’t go for a walk?

200

What time does club start ?

What is 3:45pm ?

200

Only one side of the _____ operator has to be true. Otherwise if both statements are false then the expression is false.  

What is OR ?

300

What do arrows in a flowchart represent?

What is the flow of control?

300

What is the first step ? 

D = True

E = False

D(!(D && !E))

Set D && !E = True

D = True

E = False

300

True or False: The expression "NOT(False)" evaluates to True.

What is True?

300

What year did Rosemont High School open ? 

What is 2003 ?

300

A ________ is a diagram that show a process, system or computer algorithm.

What is a flowchart ?

400

In a flowchart, what shape is used to show a process or action step?

What is a rectangle?

400

What is the first step ? 

A = True

B = False

A(!(A&&B))

Set A&&B = False

A = True

B = False

400

You will not eat broccoli if NOT(You like broccoli). What happens if you like broccoli?

What is you will eat broccoli?

400

What is the study of computers, computation, information, and automation ?

What is computer science ?

400

What is a _____:

Determine if something is true or false, then decide to take an action based on that. 

Condition

500

If a flowchart shows two arrows coming from a decision, what does that indicate?

What is a choice between two options (true/false or yes/no)?

500

What are only possibility for a Logic Expression ?

True or False 

500

What is the result of NOT(True AND False)?

What is True?

500

Who are the two Rosemont mascots?

Who is Monte and Rosie ?

500

Both statements on either side of your _____ operator must be true. Otherwise the whole statement is false.

What is AND ?