More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
post
page
Python IDE Dashboard
Author: Administrator

Lunar Craters Challenge

The Moon’s surface is covered with thousands of craters. These are caused by asteroids and meteorites colliding with the lunar surface. In this challenge, we will use Python Turtle to create a drawing of the Moon with a random selection

Q&A Grid – Computer Science GCSE

How confident are you with your computer science subject knowledge? Answer questions from these two-player Q&A grids and try to connect four cells in a row!

Live CSS Editor

Learning Objectives In this challenge we are learning how to format a frame on a web page using a range of CSS properties. Remember the key syntax for CSS is as follows: In this challenge we will use various CSS

Code Spotlight!

The following “code spotlight” activity will test your knowledge of some of the key programming techniques using in procedural programming. You might find out more about procedural programming concepts using the following online activities: Domino Activity Crossword

Procedural Programming Concepts – Crossword

Are you confident with your knowledge of key procedural programming concepts, including sequencing, selection, iteration and the use of subroutines? You can find out more about the key programming constructs using in procedural programming on the following page.

Relational Databases – Crossword

Are you confident with your knowledge of key Relational Databases concepts? You can find our more about Relational Databases on the following page.

Object-Oriented Programming – Crossword

Are you confident with your knowledge of key Object-Oriented Programming concepts: Classes & Objects, Inheritance, Encapsulation, Polymorphism and Abstract Classes? You can find our more about OOP concepts on the following page.

Object-Oriented Programming – Terminology

Click on the picture below to check your knowledge of key Object-Oriented Programming concepts: Classes & Objects, Inheritance, Encapsulation, Polymorphism and Abstract Classes.  

Object-Oriented Programming – Quiz

Before taking this quiz, make sure you are confident with your understanding of key Object-Oriented Programming concepts. Take the Quiz! (open full screen) List of Keywords If you are stuck and need a clue, you can reveal below the list

Object-Oriented Programming Concepts

Object-Oriented Programming (OOP) is a programming approach based on objects and classes. The object-oriented paradigm allows us to organise software as a collection of objects that consist of both data/attributes and behaviours. This programming concept appeared in the 1980s and