Programming — GCSE Revision Notes

5 notes on Programming for GCSE Computer Science.

Programming FundamentalsData types Type Example Stores Integer 5 whole number Real / Float… Selection and IterationSelection — IF statements IF score = 70 THEN OUTPUT "Distinction"… Arrays, Lists and RecordsArrays Store many values under one name, accessed by an index… Subroutines: Functions and ProceduresWhat a subroutine is A named block of code you can call whenever… String ManipulationCommon operations LEN("hello") = 5 length "hello"[0] = "h" index…

← All GCSE Computer Science notes