More results...

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

Anatomy of a computer program

Computer programs are a set of step-by-step instructions used to teach the computer how to complete a task. Computer programs are written using a specific programming language. Nowadays, most programmers would write code using a high-level programming language such as

The Von Neumann Processor Architecture

John Von Neumann (1903-1957) was a Hungarian-American mathematician, physicist and computer scientist and a founding figure in computer science, with significant contributions to computing hardware design. The Von Neumann architecture refers to a processor architecture which has access to a

Poem Decoding Challenge

To celebrate the start of the Winter, we have asked our Artificial Intelligence “AI-101” to generate a poem about the cold winter weather. The AI has generated the following poem which consists of a list of numbers! We believe the

Playing Cards Sorting Algorithm

The aim of this online activity is to sort a set of 8 playing cards randomly picked from a deck of cards based on the following rules: The cards need to be sorted in ascending order of their values. For

Logic Gates Circuits used in a Theme Park

In this set of challenges, you will design and test some logic gates circuits to control different automated systems used to control the following rides of a Theme park: Ferris Wheel Drop Tower Roller Coaster

Code Maintainability Q&A

Question 1[4 marks] The two Python scripts above were created by an IT manager of a school and are performing exactly the same task: to generate a username based on the student’s firstname, lastname and year group. Compare both of

The Marauder’s Map Coding Challenges

Welcome to Hogwarts, school of witchcraft and wizardry! For this set of challenges, you will be helping the famous wizard, Harry Potter, to recover all of his magical possessions. Effectively, it would seem that a malevolent wizard did cast a

The Moroccan Spices Box Set Puzzle

In the heart of the medina of Marrakech, you will find one of the largest and most colourful souks in Morocco. In this souk, you will find merchants selling traditional clothing, multicoloured carpets, pottery, jewellery, antiques, lanterns, spices, etc. On

HTML and CSS Quizzes

Do you know your HTML tags used to create a webpage? Do you know how to use CSS to customise the look and feel of all the elements of this page? See how many HTML tags and how many CSS

Standard Deviation Algorithm

In statistics, given a set list of numbers, the standard deviation is a measure of the amount of variation or dispersion within the set. A low standard deviation indicates that the values tend to be close to the mean value