Step 1 – Change your main sprite to a ball Step 2 – Add the following script to your sprite: This tutorial is available as a pdf: How to create a bouncing ball in Scratch See how to create a…
Check this video/animation from Ted Ed to understand what we mean by algothirm and pseudo code. Source: http://ed.ted.com/lessons/your-brain-can-solve-algorithms-david-j-malan#watch
Here is a good brainteaser when teaching binary code… Remember: Computers can only work with binary code. Computers don’t really like the number 1000 because in binary it’s not that straightforward: The binary code for 1000 is 1111101000 However computers…
Download our HTML Cheat Sheet and use it as a reference when working on all your HTML web projects.
The ASCII code is used to give to each symbol / key from the keyboard a unique number called ASCII code. It can be used to convert text into ASCII code and then into binary code. It can be used…