More results...

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

Voting Age Checker – Flowchart

For this challenge you are going to code a script to ask a user how old they are and inform them as to whether they are old enough to vote or not. If they are not old enough to vote,

Pizza Robot – Flowchart

In this blog post we will design our own algorithms using both pseudo-code and flowcharts. When given a problem to solve using a computer program you need to think about? What are the main steps required to solve this program?

Digital Data – Terminology

Complete this domino activity to revise key definitions on how text files, pictures and sound files are stored on a computer using binary code.  

HTML – Styling Text using CSS

Learning Objectives In this challenge we are learning how to format text 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 properties

HTML – How to add a Favicon?

Once your website is ready, you will want to design and add a favicon. This graphic will appear in your web-browser in the tab section as well as in the favourite toolbar. The favicon is also used by smartphone and

HTML – Using CSS with Pictures

There are many CSS properties that can be used to change the look and feel of your web graphics. You can use CSS to: Position a picture (e.g. center a picture or add a margin around your picture) Resize your

HTML – Adding Pictures

In this video tutorial you will learn: How to organise your picture files in your website folder The main three types of picture files: .png, .jpg and .gif How to use the <IMG> tag to add pictures to your webpage.

HTML – Website Layout

Are you ready to build up your first website? Before using this blog post let’s go through this checklist: Do you know your HTML tags? Do you understand how CSS works? Have you created a design for your website? Have

BBC micro:bit – Whack-a-Mole

Whack-a-mole is a popular arcade game invented in 1976 by Aaron Fechter of Creative Engineering, Inc.. The adaptation of this game to the mirco:bit has been fully designed and implemented by one of our students during a computer science lesson!

String Manipulation

String? In computer science, a string is a piece of text or a collection of characters. A string can be stored in a variable, can be typed in by the end-user (input) or can be displayed on the screen (output).