Coding

Table of Contents

Binary

Binary

Click the cards to flip. Once the cards have been flipped, find the sum of all cards that are flipped to 1 and that is your decimal value. For example, 10001 (binary) = 17 (decimal).

Cryptography & Cryptanalysis

01. Ciphering

How a CPU Works: Fetch-Execute Cycle

Python

Python Basics

Try coding something! For your first program, type in "print("Hello, World!)" without the outer quotation marks and press run. Congratulations, you have just written your first program! This program can run Python Turtle graphics, too! You can draw cool designs and even make games using the Turtle library.

Microsoft MakeCode Arcade

Make your own retro style game using code blocks or JavaScript! Here is an example game from one of their tutorials. Using the arrow keys, try to catch the clovers and avoid the wasps. Lose all three lives and it's game over! A link to MakeCode can be found below - under "Coding Resources".

World Wide Web

The World Wide Web

HTML

Try experimenting with the code below. What do all of the tags (<tag>) do? Can you make the text bigger, smaller, or a different color? This is how all web pages work! 

Coding Resources