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

  1. 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.

Correct answer: Programming convention
Programming paradigm

Q2.
A programming paradigm that focuses on the use of objects

Correct answer: Object-oriented programming
Procedural programming

Q3.
A template used to create objects.

Correct answer: Class
Subroutine

Q4.
A model or pattern used to write programs.

Programming convention
Correct answer: Programming paradigm

Q5.
A programming paradigm that encourages the use of subroutines; functions and procedures

Object-oriented programming
Correct answer: Procedural programming

Q6.
An instance of a class

Correct answer: Class
Object