I NEED HELP WITH COMPUTER PROGRAMMING..

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Locked
rashad4990
Forum Newbie
Posts: 1
Joined: Wed Nov 19, 2008 10:33 am

I NEED HELP WITH COMPUTER PROGRAMMING..

Post by rashad4990 »

Topic locked. We don't do children's homework in this forum.

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. :banghead: :crazy: :drunk: :roll: :lol: :?: :?: :!: :idea: :crazy: :dubious:

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.

:banghead:
Locked