SECTION D
QUESTION 4: PROBLEM-SOLVING PROGRAMMING
SCENARIO
A school uses a maze as a team-building activity for the rugby and netball first teams - NSC Information Technology - Question 4 - 2019 - Paper 1
Question 4
SECTION D
QUESTION 4: PROBLEM-SOLVING PROGRAMMING
SCENARIO
A school uses a maze as a team-building activity for the rugby and netball first teams.
Do the follow... show full transcript
Worked Solution & Example Answer:SECTION D
QUESTION 4: PROBLEM-SOLVING PROGRAMMING
SCENARIO
A school uses a maze as a team-building activity for the rugby and netball first teams - NSC Information Technology - Question 4 - 2019 - Paper 1
Step 1
Open the incomplete program in the Question 4 folder.
96%
114 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Navigate to the designated 'Question 4' folder and locate the provided incomplete program file.
Step 2
Enter your examination number as a comment in the first line of the Question4_U.pas file.
99%
104 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Open the 'Question4_U.pas' file in a text editor and add a comment at the top of the file in the format: // Examination Number: <your-number>.
Step 3
Compile and execute the program. The program has no functionality currently.
96%
101 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Using an appropriate Pascal IDE, compile the program to check for any errors. Once there are no errors, run the program to verify that it executes successfully, even though it currently lacks functionality.