004. AQA A Level SLR01 Introduction to programming Part 4 – Mathematical operators
About this video
AQA Specification Reference
AS Level 3.1.1.3 - 3.1.1.5
A Level 4.1.1.3 - 4.1.1.5
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: Arithmetic, Boolean and Assignment operators.
Key question:
- What are the common arithmetic, comparison and Boolean operators used in procedural programming?
00:00 Programming basics- Part 4
00:08 Intro
00:13 Common arithmetic and comparison operators
00:33 Common arithmetic operators
02:11 Rounding and truncation
02:51 Common comparison operators
03:47 Boolean operators
04:52 OR vs XOR
06:25 Boolean operators continued
06:59 Using operators in Python
07:09 Using arithmetic operators in Python
08:11 Using comparison operators in Python
09:08 Using Boolean operators in Python
11:00 Arithmetic, comparison and logic operators in different languages
11:21 Key question
11:33 Outro
Last updated: 04.09.25
Other videos on this course
-
001. AQA A Level SLR01 Introduction to programming Part 1 – Data types
-
002. AQA A Level SLR01 Introduction to programming Part 2 – Basic constructs
-
003. AQA A Level SLR01 Introduction to programming Part 3 – Variables and constants
-
005. AQA A Level SLR01 Introduction to programming Part 5 – String handling
-
006. AQA A Level SLR01 Introduction to programming Part 6 – Random numbers