002. AQA A Level SLR01 Introduction to programming Part 2 – Basic constructs
About this video
AQA Specification Reference
AS Level 3.1.1.2
A Level 4.1.1.2
This video is one in a series of six which provides you with an introduction to some fundamental concepts of programming. In this video we take a look at: Programming constructs (sequence, selection iteration) and then go on to discuss assignments, subroutines and nested statements.
Key questions:
- What are the three primary programming constructs?
- What do we mean by nesting constructs?
00:00 Programming basics - Part 2
00:06 Intro
00:11 What is a computer program?
00:31 Programming constructs
01:06 Sequence
01:24 Selection (branching)
01:54 Iteration (looping)
03:40 Nested structures
04:32 Key questions
04:45 Outro
Last updated: 04.09.25
Other videos on this course
-
001. AQA A Level SLR01 Introduction to programming Part 1 – Data types
-
003. AQA A Level SLR01 Introduction to programming Part 3 – Variables and constants
-
004. AQA A Level SLR01 Introduction to programming Part 4 – Mathematical operators
-
005. AQA A Level SLR01 Introduction to programming Part 5 – String handling
-
006. AQA A Level SLR01 Introduction to programming Part 6 – Random numbers