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

Computing P2 questions

Messages
47
Reaction score
1
Points
16
i got confused in some of the topics .
1. difference between recursion and iteration.
2. is it necessary to learn how to 'delete a record' from serial file?
3. syntax and function of LOCATE.
4. Use of translator diagnostics, break points, stepping and variable check/watch.

Please provide me with the answers as soon as possible... plzzz..
 
Messages
29
Reaction score
0
Points
11
hmm.. recursion is a programming technique in which the routine calls itself...iteration describes the process of repeating a set of instructions as a part of a loop cmd..
LOCATE [FOR lExpression1] [Scope] [WHILE lExpression2] [NOOPTIMIZE]
it locates the particular location of the display..

i hope its necessary to learn how to delete a record from a serial file as the question related to it is in sp as well...
 
Top