Data Transmission
Binary Basics Binary to Decimal Decimal to Binary
How to Create your own scratch account Scratch is a programming language. Programming language is meant that a means of communicating with the computer, so as to give some instructions for it to perform. Programming in Scratch is very easy, including animation and games. It is a very useful tool for young kids or creators
Creating a Scratch Account Read More »
Create a simple game rating application database using a VIDE coding tool replit Identify Coding and Database structures
Databases with Vibe Coding Read More »
Password Generator For this challenge, we will use a Python script to generate a random password of 8 characters. Each time the program is run, a new password will be generated randomly. The passwords generated will be 8 characters long and will have to include the following characters in any order: To solve this challenge
Password Generator Read More »
Rock paper Scissors Create a new file, rps.py. Then enter the following: Experienced programmers will be very quick to point out that there are better ways to write a “Rock, Paper, Scissors” Python game. But, for a beginner, it’s very important to be able to understand and follow the program. Let’s break it down… First,
Rock paper Scissors Read More »
Basic Guessing Game Today we are going to make an interactive guessing game in Python. This is going to be a simple guessing game where the computer will generate a random number between 1 to 10, and the user has to guess it in 5 attempts. Based on the user’s guess computer will give various
Basic Guessing Game Read More »
TASK Create examples of the following gears and show your teacher Spur Idle 90 Degree (Mitre) Rack & Pinion
Building Spike Gears Read More »
Vibe Coding Tools Tool Vibe OS Native Mobile? Deployment Cursor “I’m a builder” Desktop (Mac/Win) Manual Setup GitHub / Manual Lovable “I want it to look pretty” Browser No (Web only) One-Click (Vercel) Replit “I want it to just work” Browser / App No (Web/PWA) Instant Internal Bolt.new “I need it right now” Browser No
Scoring Your game needs to keep score. For the more advanced programmer, you can keep a high score using Cloud variables Scoring High Score
Levels Your game needs to have at least TWO levels
Scratch – Game Levels Read More »