Easy-Secure is 'n gesagsliggaam (CA) wat digitale sertifikate uitreik - NSC Information Technology - Question 2 - 2017 - Paper 1
Question 2
Easy-Secure is 'n gesagsliggaam (CA) wat digitale sertifikate uitreik. Anlynl handelaars kan vir 'n digitale sertifikaat aansoek doen. Jy het 'n program nodig om die... show full transcript
Worked Solution & Example Answer:Easy-Secure is 'n gesagsliggaam (CA) wat digitale sertifikate uitreik - NSC Information Technology - Question 2 - 2017 - Paper 1
Step 1
Maak die onvoltooide program in die Vraag 2-lêrgids oop.
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
Open the project folder for Vraag 2 and locate the incomplete program file. Open the file in your IDE.
Step 2
Maak die onvoltooide objekklas Dsertifikaat_U.pas oop.
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
In the same project folder, find the Dsertifikaat_U.pas file and open it to make the necessary additions.
Step 3
Skakel jou eksamenommer as kommentaar in die eerste reel van beide die Vraag2_U.pas-leer en die Dsertifikaat_U.pas-leer in.
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
Add your exam number as a comment at the top of both files using the syntax for comments in the programming language you are using.
Step 4
Kompileer en voer die program uit.
98%
120 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Compile the program to check for any syntax errors. Once compiled successfully, run the program to see the initial interface without functionality.
Step 5
Voltooi die kode vir hierdie program, soos in VRAAG 2.1 en VRAAG 2.2 gespesifiseer word.
97%
117 rated
Only available for registered users.
Sign up now to view full answer, or log in if you already have an account!
Answer
Refer to the marking scheme sections VRAAG 2.1 and VRAAG 2.2 to implement the necessary functionalities in the existing code. This includes developing constructors, methods for managing expiration dates, and initializing security codes.