KS3 Computing

CS05: use a text based programming language (e.g. python) to solve a variety of computational problems

Keywords:
Computer Science
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
debugfinding and fixing errors in a program
Integrated Development Environmentthe software used to write, run and debug programs
iterationinstructions that cause some lines of code to be repeated multiple times
logic errora type of error message that occurs when your code runs and does exactly what you've told it to do, but you told it to do the wrong thing.
programming languagea way of describing instructions that a computer needs to understand so that it can run them in order
runtime errora type of error message that occurs when your code runs but then crashes because it tries to do something impossible
selectioninstructions that make a choice which lines of code to run next
sequencemore than one instruction running in a specific order
syntax errora type of error message that occurs when you break the rules of the programming language. The code refuses to run at all.
Keyword games:
Resources: