COMPUTER STUDIES

Messages
324
Reaction score
24
Points
28
HEY GUYS JUST GAVE MY COMPUTER EXAMS IT WAS AWESOME, PRETTY EASY. aLmOsT LIKE THE SPECIMEN PAPERS.
HWS URS
.


_______------------------------________________-_--------------------------------_____________-------------__________---
:Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!:
 
Messages
6,440
Reaction score
31,077
Points
698
HEYA!
just gave my exam
not so difficult as expected ....... :Yahoo!: :Yahoo!: :Yahoo!:
made one or two mistakes
i dont know loops and algorithms that well :oops: :oops: :oops: :oops: :oops: :oops:
and found d pseudocode a bit tricky!!!
all the best to u guys :good: :good: :good: :good: :good:
 
Messages
133
Reaction score
12
Points
28
farhan143 said:
HEY GUYS JUST GAVE MY COMPUTER EXAMS IT WAS AWESOME, PRETTY EASY. aLmOsT LIKE THE SPECIMEN PAPERS.
HWS URS
.


_______------------------------________________-_--------------------------------_____________-------------__________---
:Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!: :Yahoo!:

this guy is liying we r frm the same centre!!!!!!!!! :oops:
 
Messages
6,440
Reaction score
31,077
Points
698
what wre d 3 mistakes in d repeat loop???????????? :%) :%) :%) :%) :%)
 
Messages
878
Reaction score
1,474
Points
153
gary221 said:
what wre d 3 mistakes in d repeat loop???????????? :%) :%) :%) :%) :%)

Repeat
.
.
.
Print 'something'
UNTIL x < 20

Errors
1) Change the line to 'UNTIL x = 19'
2) swap the last 2 lines
3) i cant recall :p
 
Messages
6,440
Reaction score
31,077
Points
698
ChantooPantoo said:
gary221 said:
what wre d 3 mistakes in d repeat loop???????????? :%) :%) :%) :%) :%)

Repeat
.
.
.
Print 'something'
UNTIL x < 20

Errors
1) Change the line to 'UNTIL x = 19'
2) swap the last 2 lines
3) i cant recall :p
thnx but why is it necessary to change the line to x=19?????????
 
Messages
6,440
Reaction score
31,077
Points
698
i wrote -
1) the loop shud be started after the no. is input ( which is wrong 4 sure but cudnt think of anything else)
2)the count shud be initialised and no. of loops shud be set after d loop is run at least once
3) the result shud be printed after d loop ends


i also added tht its better to use a FOR loop as no. of loops is known
 
Messages
6,440
Reaction score
31,077
Points
698
i cant actually remember !!!
i used a FOR loop


got my chem and computer exam coming up n im not tht well prepared!!!!
so lets focus on the upcoming pprs....

ALL THE BEST!!!! :good: :good: :good: :good:
 
Top