Programming — GCSE Revision Notes

5 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…

What these notes cover

← All GCSE Computer Science notes