What does the selection control structure represent? ( 2 )
What is a condition? ( 2 )
List out all the relational operators and the meaning ( 6 )
What are logical operators?
List out all the logical operators ( 3 )
What is the peudocode of selection control structure?
IF ( condition ) THEN
//statement1
ELSE
//statement2
ENDIF
What is the noun of this meaning? “A choice is made between two alternative paths, depending on the result of a
condition being true or false”
List out all the selection control structure ( 4 )
What is the keyword for selection control structure? ( 5 )