Skip to main content

← Computer Science syllabus

EnglandComputer Science

2.2 Programming fundamentals

6 dot points across 6 inquiry questions. Click any dot point for a focused answer with worked past exam questions where available.

What are the arithmetic, comparison and Boolean operators, and what do MOD and DIV do?

How do you store and work with lists and tables of data, and query records with SQL?

What are the three programming constructs, and how do you use selection and the two kinds of iteration?

How do you manipulate strings and read from and write to text files?

What are procedures and functions, how do parameters and return values work, and why use subprograms?

What are variables, constants and data types, and how do you choose and convert between them?