Year 11
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.
Loading...
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