Programming — GCSE Revision Notes

7 notes on Programming for GCSE Computer Science.

Programming FundamentalsEvery program, in any language, is built from a small set of core… Selection and IterationTwo of the three programming constructs let a program make decisions… Arrays, Lists and RecordsA single variable holds one value. Data structures let you store many… Subroutines: Functions and ProceduresA subroutine is a named block of code that performs a specific task… String ManipulationPrograms constantly handle text — names, passwords, messages. String… Robust ProgrammingRobust programming means writing code that handles unexpected inputs… String Manipulation and File HandlingThis note covers essential string operations and file handling…

What these notes cover

← All GCSE Computer Science notes