9618 9618_w25_ms_12
Year: 2025
Season: Oct/Nov
Paper: 1
Variant: 2
Type:
Mark Scheme
File: 9618_w25_ms_12.pdf •
Pages: 11 •
Size: 360.7 KB
Open PDF
Indexed
Extracted Questions (24)
Question 1
1 1 mark for 2 or 3 correctly connected verification method boxes, 2 marks for all 4 correctFingerprint: 4791a5080f981e16...
Question 1
1 mark per bullet point, max 2 marks e.g. • to create a safe, respectable and professional working environment for all employees • to ensure that employees understand the expectations • ... and the consequences of their actions • to provide a clear outline of what is considered good practice • so there are clear rules to follow in certain situations • to protect the reputation of the organisation // maintain public trustFingerprint: 97d33c5d0285ba50...
Question 1
1 mark per bullet point, max 2 marks • The relationship between SHIP and CONTAINER is one-to-many (1:M) • The primary key ShipID in the SHIP table is linked to the foreign key ShipID in the CONTAINER tableFingerprint: 1790391fb6bcb3b1...
Question 1
1 mark per bullet point, max 2 marks • Covers a small geographical area • Normally privately owned / dedicated infrastructure • Can use wired or wireless communicationFingerprint: 4bd1865a7e005e6d...
Question 1
1 mark for correct threat 1 mark corresponding description 1 mark for correct method of prevention Threat Description Prevention Malware / Virus Malicious code that can alter/delete files Anti-virus // Anti- malware // Firewall Spyware Records keystrokes which are sent to third party Anti-spyware // Firewall // Anti- malware Hacking Gaining unauthorised access to a computer network / device Authentication // Firewall Phishing Emails supposedly from reputable companies are sent to trick people into revealing personal information Use a spam filter // Do not open emails from unknown sources Pharming Users are directed to a bogus website that looks legitimate to obtain personal information Use a VPN // Anti- malware// Do not open links or download attachmentsFingerprint: b0e9a0b1dd9c1492...
Question 1
1 mark for correct answer parity bit ↓ 1 1 1 0 6(c)(ii) 1 mark for correct answer parity bit ↓ 0 1 1 1 1 1 0 0 0 1 0 1 1 1 1 0 parity byte→ 0 0 0 0 [1] 6(d) 1 mark for the working 1 mark for the correct answer Working: (1000 * 2000 * 16) / (8 * 1000 * 1000) // (1000 * 2000 * 2 / (1000 * 1000) Answer: 4 megabytesFingerprint: 2946c093032f7abc...
Question 1
1 mark per bullet point, max 2 marks • Cloud storage can be free of charge for a limited amount • There is no need for personal storage devices • The data can be accessed from any computer with an internet connection • Cloud data services usually include data backup and recovery services • It is easier to share data / collaborate with colleagues • Cloud storage capacity can be quickly and easily increased if neededFingerprint: 7c565f2aac6562b1...
Question 1
1 mark for 1 or 2 row numbers correct, 2 marks all three correct Row 2 Row 4 Row 7Fingerprint: f370e3d0270df128...
Question 2
2 Question Answer Marks 2(a) 1 mark for each correct row, max 4 marks Term Description Copyright Gives the holder the legal right of ownership of intellectual property Open Source (Initiative) Software can be freely copied, distributed or adapted Shareware Gives the user a trial period / limited functionality before a payment/sign up may be required Software Licence A (legal) agreement that defines the rights and terms of usage for the softwareFingerprint: 86ada60b606504a3...
Question 2
2 Question Answer Marks 3(a)(i) 1 mark • The value of the operand is an offset value which is added to another base value to give the address from which the contents are loaded to the accumulator 3(a)(ii) 1 mark per bullet point, max 2 marks • Program counter (PC) • Memory Data Register (MDR) • Memory Address Register (MAR) • Current Instruction Register (CIR) • Status Register 3(b) 1 mark for each correct value, max 3 marks Instruction Value in ACC LDM #98 LDI 101Fingerprint: f70c0dc7dc7841a9...
Question 2
2 4(b) 1 mark per bullet point, max 2 marks • ALTER TABLE statement • Including the additional field with a suitable field name and suitable field type Example answer ALTER TABLE CONTAINER ADD InspectionDate DATE; 4(c) 1 mark per bullet point, max 4 marks • SELECT COUNT statement • Using the correct tables • Joining the tables • The condition for the name Example Answer 1: SELECT COUNT(ContainerID) FROM CONTAINER, SHIP WHERE CONTAINER.ShipID = SHIP.ShipID AND ShipName = "Caledonia"; Example Answer 2: SELECT COUNT(ContainerID) FROM CONTAINER INNER JOIN SHIP ON CONTAINER.ShipID = SHIP.ShipID WHERE ShipName = "Caledonia";Fingerprint: f6e9cdd8ab0d028c...
Question 2
2 5(b) 1 mark per bullet point, max 2 marks • All computers directly connected to switch and no other connections • Switch connected directly to server 5(c) 1 mark per bullet point, max 3 marks • The sending device sends the packets to the switch • The switch checks the destination address on each packet • … and sends them only to the intended receiverFingerprint: 29b093126e9184ba...
Question 2
2 Question Answer Marks 7(a) 1 mark for the correct answer 1100 0000 7(b) 1 mark for the correct answerFingerprint: fa1144feca2cc113...
Question 2
2 8(a)(ii) 1 mark per bullet point, max 2 marks • The storage/cloud can only be accessed with an internet connection • There may be no backups // possibly no control over backups // reliance on third party for backups • Uploading / downloading data could take a long time • Potential issues with the cloud storage company impacting access e.g. downtime or technical problems • Potential compatibility issues if wanting to move the data • Limited storage availability without paying extra • … meaning (possibly) more expensive in the long term • Possibly security issues 8(b)(i) 1 mark per bullet point, max 4 marks Methods to determine point of touch (Max 2) • Resistive // two layers of material make contact and complete a circuit • Capacitive // contact with the screen creates a change in charge • Infrared // the beams are broken by the pointing device • Optical imaging // a shadow is created when the surface is touched • Acoustic pulse // the acoustic wave is absorbed by the pointing device • Selection from the menu (Max 2) • The point of touch is used to determine the x and y coordinates • The menu item corresponding to the coordinate position is recognised and the menu item is added to the orderFingerprint: 52ba939a2fb6083e...
Question 2
2 Question Answer Marks 10(a) 1 mark per bullet point, max 4 marks Max 2 from each section. Interpreter: • Use an interpreter while writing/coding the program • … to test / debug the partially completed program • … because errors can be corrected and processing continue from where the execution stopped // errors can be corrected in real time // errors are identified one at a time Compiler: • Use the compiler after the program is complete • … to create an executable file so source code not seen • Use the compiler to repeatedly test the same completed section without having to re-interpret every timeFingerprint: ff8a9081bb8e6432...
Question 3
3 3(c) 1 mark per bullet point, max 2 marks for each Clock Speed: • Processor can perform more F-E cycles per second • ... so more instructions / data can be processed each second Cache Memory: • Can store more of the most frequently used instructions • … which reduces the need to access slower RAMFingerprint: b431a2369ee3dca0...
Question 3
3 5(d) 1 mark per bullet point, max 3 marks • The use of CSMA/CD // Carrier Sense Multiple Access with Collision Detection • The workstations listen to the communication channel • ... and send data only when there is no data being transmitted / the line is idle • If a collision is detected, transmission is aborted • …and a jamming signal is sent • The workstation calculates a random wait time before trying to re-transmit • The random time is increased if there are multiple collisions 3Fingerprint: e263f26560328980...
Question 3
3 Question Answer Marks 6(a) 1 mark for correct answer Type of compression: lossy Justification: There will be fewer samples per second, so data will be permanently lost // There will be fewer samples per second, so the original sound cannot be re- created 6(b) 1 mark for correct words in the correct order Binary Value 0011 1000 0011 1100 0011 1110 Word Science is Amazing! 1Fingerprint: 7aee48d2472279da...
Question 4
4 Parity byte check Checksum Parity block check Data transfer Visual check Data entry Use Verification MethodFingerprint: 3da5edbf6ac14bab...
Question 4
4 4(d) 1 mark per bullet point, max 2 marks • To allow the user to create / modify / delete tables // maintain the database • To allow the user to set up / modify relationships • To allow the user to create a form for data input • To allow a user to add tools to a form // for example, drop-down boxes / buttons etc. • To allow a user to design a report (to show the output in an organised manner) • To allow a user to add a menu to enable a choice of different actions • To allow a user to inspect the database contents and metadata • ... by creating and/or running different SQL queries 2Fingerprint: 264e097a936cd7f6...
Question 4
4 8(b)(ii) 1 mark per bullet point, max 2 marks • Disk repair / disk contents analysis • Back-up software Question Answer Marks 9(a) 1 mark per bullet point, max 2 marks • NOT (A XOR B) • NAND ((B AND C) OR A) X = (NOT (A XOR B)) NAND ((B AND C) OR A) // X = ((B AND C) OR A) NAND (NOT (A XOR B)) 2Fingerprint: 552f32fe6aeae1ed...
Question 4
4 10(b) 1 mark per bullet point, max 2 • The software is free of restrictions • The software is not necessarily free of charge • The source code comes with the program // A user can edit the source code to add functionality / suit their needs • Users can share the software with others 10(c) 1 mark for a correct answer • Digital Signature Question Answer MarksFingerprint: 0c1183583bdd4b1a...
Question 8
8 // 16 // 32 // 64 7(c)(i) 1 mark for the correct answer 0001 0000 0100 7(c)(ii) 1 mark for the correct answer 1Fingerprint: 6abcf65be2d6f8c6...
Question 11
11 1 mark per bullet point, max 3 marks Identification: Control system (no mark) Justification: • The system uses an actuator to open or close the doors • The output / opening the doors allows people to move, which changes the input to the sensor • The system acts autonomously on the feedback from a sensorFingerprint: 586c93843705bb00...