More results...

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

Binary Shift using Python

Did You Know?Everything that is stored on a computer is stored as binary code. Binary code is made of bits (0 or 1). We often use Bytes to store data. A Byte is made of eight bits and can be

Code Breaker Challenges – Series 3

Crack the Codes! (open full screen) In this set of challenges, you will analyse some pseudocode to try to get the pass codes required to move on to the next levels. Levels will get more and more complex as your

Code Breaker Challenges – Series 2

Crack the Codes! (open full screen) In this set of challenges, you will analyse some pseudocode to try to get the pass codes required to move on to the next levels. Levels will get more and more complex as your

Min, Max, Mean, Median and Mod

In this Python challenge we will manipulate a list of numbers to calculate the Min, Max, Mean, Median and Mod of all these numbers. First you may want to refresh your maths skills and check the meaning of these terms:

Code Breaker Challenges – Series 1

Crack the Codes! (open full screen) In this set of challenges, you will analyse some pseudocode to try to get the pass codes required to move on to the next levels. Levels will get more and more complex as your

Computer Networks – Quiz!

Take the Quiz! (open full screen)

Algorithm Terminology – Quiz!

Take the Quiz! (open full screen)

How old will you be in…

In this challenge we will write a Python program to help us find out hold we will be in the coming years! We have designed the algorithm of our program using both a Flowchart and Pseudocode. Algorithm Reviewing the Algorithm

Sampling Sound – Revision

Before attempting this task make sure you understand what is meant by sampling sound. Complete this drag and drop activity to highlight the key concepts of sound sampling. digital large sampling rate analogue quality Hz milliseconds bps measurements lower bits

Sampling Sound

Sampling is a method of converting an analogue audio signal into a digital signal. While sampling a sound wave, the computer takes measurements of this sound wave at a regular interval called sampling interval. Each measurement is then saved as