Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 3 out of 17 pages
Exam (elaborations)

GCSE COMPUTER SCIENCE (9–1): PAST PAPER 2: APPLICATION OF COMPUTATIONAL THINKING. ALL ASSESSMENT & MARK SCHEME PRACTICE EXAMINATION 2026 QUESTIONS WITH ANSWERS GRADED A+

Document preview thumbnail
Preview 3 out of 17 pages

GCSE COMPUTER SCIENCE (9–1): PAST PAPER 2: APPLICATION OF COMPUTATIONAL THINKING. ALL ASSESSMENT & MARK SCHEME PRACTICE EXAMINATION 2026 QUESTIONS WITH ANSWERS GRADED A+

Content preview

GCSE COMPUTER SCIENCE (9–1): PAST
PAPER 2: APPLICATION OF
COMPUTATIONAL THINKING. ALL
ASSESSMENT & MARK SCHEME
PRACTICE EXAMINATION 2026
QUESTIONS WITH ANSWERS GRADED A+

◍ Lossless Compression.
Answer: No data is lost, but rather rearranged to ensure a perfect version of
the data can be returned. Used where exact reproduction is vital. Eg text
documents
◍ Casting is used to change the data type.
Answer: Casting is functions that let you manually convert between data
types Can be done using the int(), float(), bool(), strl() commands
◍ Combining Boolean operators.
Answer: Use brackets in long Boolean expressions to let the computer know
which part to do first Brackets, NOT, AND, then OR
◍ UNICODE.
Answer: A characters set which uses 16 bits to store 65,535 characters (216)
◍ Linear search.
Answer: Can be used on items in an unordered list Goes along list and
checks each number of its correct Less efficient than binary with longer list
◍ The basic arithmetic operators are straightforward.
Answer: Arithmetic orders take 2 values and perform a maths function on

, them Addition: +Subtraction: -Multiplication *Division: /Exponentiation: ^
or **Quotient: DIV (20 DIV 3 = 6)Remainder: MOD or %
◍ Boolean operators.
Answer: AND true: 4<6 false: 10>20OR true: 1<8 OR 2==2 false: 1==8 OR
2<2NOT true: NOT(5>8) false: NOT(10>6)
◍ DIV.
Answer: Integer Division. To divide a number by another, but only return
the number of full sets. [ 10 DIV 3 = 3 ]
◍ JPEG / JPG.
Answer: Joint Photographic Experts Group Compression for images - lossy
◍ Exponent.
Answer: Mathematical term which tells you how many time to multiply a
BASE by itself.
◍ Insertion Sort.
Answer: Checks through the data until finding the first incorrectly places
item. The algorithm then checks all the previous places to see where the data
fits, before inserting it into this slot.
◍ Valid Extreme.
Answer: Unusual data - the highest and lowest data - on the very edge of
what should pass
◍ Flow diagrams use different shapes for different commands.
Answer: Circle - beginning/ending Parallelogram - input/outputRectangle -
process Diamond - decision Arrow - direction to follow
◍ Program Control.
Answer: Using Boolean logic to guide the computer through a program
based on decisions
◍ Check Digits.
Answer: Bits used to ensure that the value sent digitally is not corrupted on
transfer

, ◍ DO UNTIL Loop.
Answer: Controlled by a condition at the end of the loopKeep going until the
condition is true Always runs the code inside them at least onceIf the code is
never true - infinite loop
◍ Beta Testing.
Answer: Making a small release of the software to a group of tech-literate
enthusiasts to broaden the usage-testing and get lots of feedback prior to full
release.
◍ Pseudo Code.
Answer: A structured way of planning code, which is 'computational' in
style (uses Boolean logic, variables, comparisons and arithmetic for
example) but is not tied to a strict high-level language's syntax
◍ High Level Language.
Answer: An abstracted programming language which is closer to English
than binary
◍ Sequence.
Answer: A series of coded instructions for a computer to follow, step by step
◍ Make sure pseudocode isn't too vague.
Answer: Make sure it's readable and easy to interpret
◍ Maintainability.
Answer: Building software which is modular to enable sections to be
updated and replaced without having to write the whole program again from
scratch
◍ Syntax Error.
Answer: An error in the code - incorrectly typed, missing punctuation etc
◍ Defensive design.
Answer: Planning a program from the very beginning to prevent accidental
or purposeful misuse
◍ Metadata.

Document information

Uploaded on
June 13, 2026
Number of pages
17
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$13.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
FocusFile7
3.9
(24)
Sold
230
Followers
3
Items
59067
Last sold
4 days ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions