Skip to main content
A-LevelComputer ScienceProgramming FundamentalsMay/June 2024Paper 2 Q68 Marks

Three points on a grid form a triangle with sides of length A, B and C as shown in the example: y 10 9 8 7 6 5 C B 4 3 2 A 1 X 0 1 2 3 4 5 6 7 8 9 10 A triangle is said to be right-angled if the following test is true (where A is the length of the longest side): A2 = B2 + C2 A2 means A multiplied by A, for example 32 means 3 × 3 which evaluates to 9 You can calculate A2, B2 and C2 by using the coordinates of the endpoints of each line. For example, B2 is calculated as follows: y 10 9 8 7 P2 6 (Х2, У2) 5 B 4 3 P1 2 (Х₁, У₁) 1 X 0 1 2 3 4 5 6 7 8 9 10 The endpoints, P1 and P2, have the coordinates (3, 2) and (6, 6). The value B2 is given by the formula: B2 = (x₁ − x₂)2 + (y₁ – y₂)2 In this example: B2 = (3 – 6)2 + (2 – 6)2 B2 = (−3)2 + (−4)2 B2 = 9 + 16 B2 = 25

✓ Correct Answer

The correct answer is . This question tests the candidate's understanding of programming fundamentals within the Computer Sciencesyllabus. The examiner's mark scheme requires...

📋 Examiner Report & Trap Analysis

Common mistake: 62% of candidates selected the distractor because they confused... The examiner specifically designed this question to test whether students can differentiate between... To secure full marks, candidates must demonstrate...

🔒

Unlock the Examiner's Answer

Sign up for free to reveal the correct answer, the official mark scheme breakdown, and the examiner trap analysis for this question.

Sign Up Free to Unlock →

Join thousands of Cambridge students already using Oracle Prep

About This A-Level Computer Science Question

This structured question appeared in the Cambridge A-Level Computer Science (9618) May/June 2024 examination, Paper 2 Variant 1. It tests the topic of Programming Fundamentals and is worth 8 marks.

Oracle Prep provides AI-powered practice for all Cambridge O-Level and A-Level subjects. Our platform includes topic predictions with 87.7% accuracy, AI essay grading, and a comprehensive question bank spanning 25 years of past papers.

© 2026 Oracle Prep — The AI-Powered Cambridge Exam Engine