• 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)

COMPUTER STUDIES??!! HOW TO PREPARE? HELP PLEASE!!

Messages
22
Reaction score
0
Points
0
ok so the paper is on tuesday and i have NO CLUE on how to prepare for it! :(
i have gone through with those 5 booklets and some other notes..but still its not enough..or is it?
and can someone please explain me algorithms in detail..i can do the logic gates but its the ALGORITHMS that confuse me! :/
some help me please!! :)
 
Messages
971
Reaction score
532
Points
103
- Read the algorithm notes in one of the booklets. An algorithm usually works like this:

1. Initialization of all required variables.
2. Loop (for..next, while..do..endwhile, repeat...until).
3. Processing/calculations/etc. done inside the loop.
4. Printing the output.

But yeah, one of the booklets explains algorithms pretty well so go through that since it'd take ages to explain here. Also, have you done the past papers? Do 2010 backwards and also attempt the specimen paper. You might want to check out the syllabus too to see if you've covered everything required.
 
Top