Year 11
Year 11
Programming Paradigms
Link copied to clipboard
These resources will be removed by end of Summer Term 2025.
Switch to our new teaching resources now - designed by teachers and leading subject experts, and tested in classrooms.
These resources were created for remote use during the pandemic and are not designed for classroom teaching.
Lesson details
Key learning points
- In this lesson, we will focus on how a programmer chooses to write programs. We will investigate how they use a programming paradigm, which is a set of conventions, a set pattern or set way of doing things.
Licence
This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.
6 Questions
Q1.
An agreed upon programming practice, the way things are usually done.
Programming paradigm
Q2.
A programming paradigm that focuses on the use of objects
Procedural programming
Q3.
A template used to create objects.
Subroutine
Q4.
A model or pattern used to write programs.
Programming convention
Q5.
A programming paradigm that encourages the use of subroutines; functions and procedures
Object-oriented programming
Q6.
An instance of a class
Object