alevel
Here are 43 public repositories matching this topic...
At-home A-level Physics Experiment Resource
-
Updated
May 11, 2021
Create a program that takes a time for a car going past a speed camera, the time going past the next one and the distance between them to calculate the average speed for the car in mph. The cameras are one mile apart.
-
Updated
Aug 1, 2022 - Python
-
Updated
Apr 3, 2026 - HTML
A Level Computer Science Coursework 2017-18
-
Updated
Jun 16, 2019 - C#
Converts various units between one another. The user enters the type of unit being entered, the type of unit they want to convert to and then the value. The program will then make the conversion.
-
Updated
Aug 1, 2022 - Python
Create a program that allows entry of 10 numbers and then sorts them into ascending or descending order, based on user input. The user can input a word or string, and it arranges the string into alphabetical order. E.g. My Rabbit would be shown as “abbimty “. (Punctuation placement is not essential)
-
Updated
Aug 2, 2022 - Python
Design and write a program that displays all the possible combinations for any four numerical digits entered by the user. The program should avoid displaying the same combination more than once.
-
Updated
Aug 1, 2022 - Python
Write a program to simulate a Fruit Machine that displays three symbols at random from Cherry 🍒, Bell 🔔, Lemon 🍋, Orange 🍊, Star ⭐, Skull 💀.
-
Updated
Aug 1, 2022 - Python
The Factorial of a positive integer, n, is defined as the product of the sequence n, n-1, n-2, ...1 and the factorial of zero, 0, is defined as being 1. Solve this using both loops and recursion.
-
Updated
Aug 1, 2022 - Python
Landing page and catalog for Physicsim simulations
-
Updated
Feb 22, 2025 - HTML
Create a program that will only open a text document if the correct password is entered. The user should choose the username and password first and it should also verify the password before allowing it.
-
Updated
Aug 2, 2022
Write a program that checks if a string entered by the user is a palindrome. A palindrome is a word that reads the same forwards as backwards like “racecar" or "hannah".
-
Updated
Aug 2, 2022 - Python
Simulations and library for Physicsim
-
Updated
Aug 11, 2025 - JavaScript
Implement a Caesar cipher, both encoding and decoding. The key is an integer from 1 to 25. This cipher rotates the letters of the alphabet (A to Z). The encoding replaces each letter with the 1st to 25th next letter in the alphabet (wrapping Z to A). So key 2 encrypts “HI” to “JK”, but key 20 encrypts “HI” to “BC”.
-
Updated
Aug 2, 2022 - Python
Improve this page
Add a description, image, and links to the alevel topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alevel topic, visit your repo's landing page and select "manage topics."