In a flowchart, what shape is used to represent a decision or condition?
What is a diamond?
What can A&&B be written as ?
A AND B
True or False: The expression "NOT True" evaluates to False.
What is True?
What days do we have club ?
What is Tuesday, Wednesday, and Friday ?
The ___ operator is the inverse of the statement.
What is NOT ?
Which shape in a flowchart is used to show the start or end of a process?
What is an oval?
What is the first step ?
X = False
Y = True
X(!(X||Y))
Set X||Y = True
X = False
Y = True
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?
What time does club start ?
What is 3:45pm ?
Only one side of the _____ operator has to be true. Otherwise if both statements are false then the expression is false.
What is OR ?
What do arrows in a flowchart represent?
What is the flow of control?
What is the first step ?
D = True
E = False
D(!(D && !E))
Set D && !E = True
D = True
E = False
True or False: The expression "NOT(False)" evaluates to True.
What is True?
What year did Rosemont High School open ?
What is 2003 ?
A ________ is a diagram that show a process, system or computer algorithm.
What is a flowchart ?
In a flowchart, what shape is used to show a process or action step?
What is a rectangle?
What is the first step ?
A = True
B = False
A(!(A&&B))
Set A&&B = False
A = True
B = False
You will not eat broccoli if NOT(You like broccoli). What happens if you like broccoli?
What is you will eat broccoli?
What is the study of computers, computation, information, and automation ?
What is computer science ?
What is a _____:
Determine if something is true or false, then decide to take an action based on that.
Condition
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)?
What are only possibility for a Logic Expression ?
True or False
What is the result of NOT(True AND False)?
What is True?
Who are the two Rosemont mascots?
Who is Monte and Rosie ?
Both statements on either side of your _____ operator must be true. Otherwise the whole statement is false.
What is AND ?