14.( TCO 3 & 4) Which of the selection structures determine whether the user enters a number outside a range of 5 and 15?( Points: 4)
15.( TCO 3 & 4) What value gets displayed for the variable Z? Set Set Set If(( balance <> 800) OR( stateCode <> 6) OR( creditCode <> 7) then Set Else Set EndIf Display Z( Points: 4)
1.( TCO 5) The statements executed within a loop are known collectively as the _____.( Points: 4)
2.( TCO 5) Which of the following statements is false?( Points: 4) 3.( TCO 5) A DO loop is considered what type of loop?( Points: 4) 4.( TCO 5) What happens when the loop control variable is not changed?( Points: 4) 5.( TCO 5) How many times will the following loop be executed? Set DOWHILE num <=> Display num Set + 1 ENDO( Points: 4) 6.( TCO 7) What is another name for an array’ s index?( Points: 4) 7.( TCO 7) Suppose you have an array named number,