1) Which statement has TWO possible paths only? a) IF...ELSE b) IF...ELSEIF...ELSE c) IF...ELSEIF... d) IF only 2) Which statement has THREE possible paths only? a) IF...ELSEIF...ELSE b) IF...ELSE c) IF...ELSEIF... d) IF only 3) To check if mark is between 50 and 69 (inclusive), which condition is correct? a) mark >= 50 AND mark <= 69 b) mark > 50 OR mark < 70 c) mark = 50 TO 69 d) mark >= 69 AND mark <= 50 4) Rule: mark > 60. Is 60 a pass? a) No b) Yes c) Sometimes d) Not sure 5) Rule: mark >= 60. Is 60 a pass? a) Yes b) No c) Sometimes d) Not sure 6) Which is the ELSE part? a) runs when the condition is false b) runs when the condition is true c) prints the output d) ends the program 7) Which is the IF part? a) runs when the condition is true b) runs when the condition is false c) prints the output d) ends the program 8) Which is the ELSEIF part? a) extra condition checked after the initial IF b) extra condition checked after the ELSE c) extra condition checked after the THEN d) extra condition that ENDS the program

Lestvica vodilnih

Vizualni slog

Možnosti

Preklopi predlogo

Obnovi samodejno shranjeno: ?