Edexcel GCSE Computer Science

2.1.2: understand the benefit of producing programs that are easy to read and be able to use techniques (comments, descriptive names (variables, constants, subprograms), indentation) to improve readability and to explain how the code works

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
Commentssections of code that aren't executed but that describe how the rest of the code works
Constanta value with a name, that is set once, before the program runs. It can be used multiple times but it's value never changes
Descriptive namesidentifiers for variables, constants and subprograms that describe what they store or do
Indentationusing tabs and spaces to the left of a line of code to help show where it fits within the the structure of a program
Subprograma procedure or function: a section of code with a name that can be reused multiple times
Variablea data structure with a name, that can store a value that might change while the program runs
Keyword games:
Resources: