CTSS 2019 P1 Solution
Uploaded by IDKWHYBUTIAM · 3 November 2024
Preview
Question Answer 1 Any 3 listed below Capacity, Speed, Portability, Durability, Cost Question Answer 2 The computer loads instructions for performing a power-on self-test (POST) from ROM to ensure that all the hardware components are functioning properly. The computer then loads the basic input/output system (BIOS) from ROM. The BIOS provides basic instructions on how to communicate with hardware components as well as where to look for an operating system. Assuming that an operating system is found on the computer’s hard drive, its data and instructions are then loaded from the hard drive into RAM. Question Answer 3(a) Number of processor cores Speed of the processor 3(b) i. More processor cores to process more instructions ii. Faster speed Question Answer 4(a) Strings, alphabets only 4(b) Format check, to ensure the input is in alphabets only. 4(c) True / Word is a palindrome. False / Word in not a palindrome Question Answer 5(a) Any method (CD7)16 = 3287 5(b) Any method (1101 1011)2 = DB 5(c) Any method (3172)10 = C64 Question Answer
6 One mark for any stated Error 1: Line 2 Correction: Sum = 0 Error 2: Line 5 Correction: IF Number is ODD Error 3: Line 6 Correction: Sum = Sum + Number or Sum += Number Error 4: Line 10 Correction: OUTPUT Sum Question Answer 7 Set to even or odd before data is transmitted If number of ones not even odd after transmission, data has occured Question Answer 8 1 mark each for each loop management 2 marks for turning the turtle 2 marks for moving the turtle forward import turtle bob = turtle.Turtle() bob.shape("turtle") bob.left(90) bob.forward(50) bob.forward(50) for i in range(4): bob.left(90) for i in range(4): bob.forward(50) bob.right(90) 2 Question Answer 8 (a) Phishing 8 (b) Any 2 : Dubious email asking for personal information Email using generic greetings Inaccurate logos Hyperlink and destination link do not match Fake senders with email accounts from Gmail or Yahoo Tone of email is threatening or very urgent 9(c) Any 2: Pharming Spamming
Spyware Trojan Horse Virus Worm 9(d) Cookie • A small piece of data used by websites to store personal information on a user’s web browser • Although usually not malicious in nature, cookies are sometimes misused to collect personal information about users Pharming • The interception of requests sent from a computer to a legitimate website and redirection to a fake website to steal personal data or credit card details • More difficult to detect than phishing as the fake website uses the same address as the real website Phishing • The use of emails and fake websites that appear to be from reputable companies in order to steal personal information such as passwords and credit card numbers from users Spamming • The mass distribution of unwanted messages or advertising to email addresses which are collected from sources such as public mailing lists, social networking sites, company websites and personal blogs Spyware
Content continues in the PDF.
Related notes
- Computing o level notes Notes/Practices · 2023
- BVSS Prelim P1 CPExam Papers · 2024
- CWSS Prelim P1 CPExam Papers · 2024
- CWSS Prelim P1 MSExam Papers · 2024
- BVSS Prelim P1 MSExam Papers · 2024
- computing notesNotes/Practices

