• We need your support!

    We are currently struggling to cover the operational costs of Xtremepapers, as a result we might have to shut this website down. Please donate if we have helped you and help make a difference in other students' lives!
    Click here to Donate Now (View Announcement)

Am i the only one doing computer studies?! ._.

Messages
22
Reaction score
4
Points
3
any of u got any notes? ._. i really need some.. and +some tips would be nice too.. thankyou :)
 
Messages
167
Reaction score
203
Points
43
any of u got any notes? ._. i really need some.. and +some tips would be nice too.. thankyou :)

i have notes which contain booklets ....
in booklets there r topics which are frequently asked in paper1 and 3.... i hope it will be helpful and plz........ like if it seems useful
here it is :
 

Attachments

  • 0420-NOS_AS_5.pdf
    96.8 KB · Views: 6
  • 0420-NOS_AS_1.pdf
    179.3 KB · Views: 4
  • 0420-NOS_AS_2.pdf
    130.9 KB · Views: 6
  • 0420-NOS_AS_3.pdf
    232.8 KB · Views: 5
  • 0420-NOS_AS_4.pdf
    178.3 KB · Views: 2
Messages
1,258
Reaction score
1,397
Points
173
hey can any1 tell me wen to use ELSE in algorithms?
else is used when you do not wanna specify a specific thing after your if statement............ lets say if i wanna make a statement that prints "number = 10" if input is 10, and give an error message if ANY other number is input. the algorithm would be something like this (m only making a rough one)

Input X
IF X = 10 then
output "number = 10"
else
output "error"
end if

Else would be something like the word we use "otherwise" It covers all other possibilities not included in our IF statement :)
 
Messages
219
Reaction score
228
Points
53
else is used when you do not wanna specify a specific thing after your if statement............ lets say if i wanna make a statement that prints "number = 10" if input is 10, and give an error message if ANY other number is input. the algorithm would be something like this (m only making a rough one)

Input X
IF X = 10 then
output "number = 10"
else
output "error"
end if

Else would be something like the word we use "otherwise" It covers all other possibilities not included in our IF statement :)
thanks alot!!!!! :) .. well so for higest and lowest anwers.. v dnt use else rite ....y? e.g if m>y then y=m
else
if m<l then l=m
 
Top