EGR 1400 Exam 1 fully solved & updated (latest
version verified for accuracy) (Questions +
Answers) Solved 100% Correct!!
Save
Practice questions for this set
Learn 1 /7 Study with Learn
Designed for situations requiring a counter variable to control the number
of times that a loop iterates.
Choose an answer
1 for loop 2 control structure
3 >= 4 AND
Don't know?
Terms in this set (132)
, control structure A logical design that controls the order in which
statements execute.
sequence structure A set of statements that execute in the order that
they appear.
decision structure Execute statements only under certain
circumstances.
if-else Will execute one block of statement if its
Boolean expression is true or another block if its
Boolean expression is false.
AND &&
OR ||
NOT !
AND operator Both subexpression must be true for the
compound expression to be true.
OR operator One or both subexpression must be true for the
compound expression to be true.
version verified for accuracy) (Questions +
Answers) Solved 100% Correct!!
Save
Practice questions for this set
Learn 1 /7 Study with Learn
Designed for situations requiring a counter variable to control the number
of times that a loop iterates.
Choose an answer
1 for loop 2 control structure
3 >= 4 AND
Don't know?
Terms in this set (132)
, control structure A logical design that controls the order in which
statements execute.
sequence structure A set of statements that execute in the order that
they appear.
decision structure Execute statements only under certain
circumstances.
if-else Will execute one block of statement if its
Boolean expression is true or another block if its
Boolean expression is false.
AND &&
OR ||
NOT !
AND operator Both subexpression must be true for the
compound expression to be true.
OR operator One or both subexpression must be true for the
compound expression to be true.