hi i have just gotten into college an i am trying ro be a computer programmer. Currently I am struggling I need someone to answer these questions.
1. If a For loop's increment is positive, then the body of the loop will not be executed if the initial value is ______________ the limit value.
2.To _______________ data means to ensure that they are in proper range.
3. If Number = 3, indicate whether each of the following statements is true or false:
a. T F ( Number * Number ) >= ( 2 * Number )
b. T F ( 3 * Number - 2 ) >= 7
4. If N1 = " Ann " and N2 = " Anne ", indicate whether each of the following statements is true of false:
a T F ( N1 = N2 ) AND ( N1 >= " Anne " )
b. T F ( N1 = N2 ) OR ( N1 >= " Ann " )
c. T F NOT ( N1 > N2 )
5. T F The body of a post-test loop must be executed at least once.
6. T F A counter- controlled loop cannot be constructed using a Repeat statement.
7. T F If one For loop is nested withing another, then the limit values fot the two loops must be different.
8. T F Two non- overlapping loops may not br nested within a third loop.