Coding 101
Number Systems
Words in "Computer Science"
Cryptography/ Cyber Security
Misc
100

Section of code that repeats continuously

What is a loop?

100

Convert 10102 to decimal

What is 1010?

100

A large plant, normally seen with bark and a trunk

What is a "tree"

100

Meaning to turn words into code, this word is used a lot in cryptography.

What is "Encrypt/Encode"

100

This computer language is for structuring a web page and its contents

What is HTML?

200

An example of a conditional statement

What is an "If" statement

200

The base numbers in decimal and binary

What are 10 and 2?

200

A yellow vegetable, normally associated with the word "cob"

What is "corn"

200

This Roman leader used the first successful cipher

Who is "Julius Caesar"

200

Known by many as CSS, this coding language gives a colorful new way to look at websites. (Full name of CSS)

What is "Cascading Style Sheets"

300

Data item that can take on one or more value(s)

What is a variable?

300
The most basic element of a computer (Like an on/off switch)

What is a "transistor"

300

Produce (books, newspapers, magazines, etc.), especially in large quantities, by a mechanical process involving the transfer of text, images, or designs to paper.

What is "print"

300

A virus in which the program locks all users from accessing that device. It is commonly used for monetary gain.

What is "Ransomware"

300

The part of a 3D printer that heats up to 200+ degrees and melts to plastic for the model.

What is an "Extruder"

400

Self-contained section of code that can be used independently of any other code.

What is a function?

400

254 is the decimal version of this binary number

What is 11111110 

400

The place where an incident in real life or fiction occurs or occurred. Often also associated with movies

What is a 'scene'

400

This ancient civilization was the first people to use cryptography in order to make their writing more secretive. 

Who are the "Egyptians"

400

In processing, this command is used to create circles, along with other oval shaped objects.

What is an "Ellipse"

500

What is wrong with the following Python code?

def exampleFunction():

x = 5

    y = 10

    print(x+y

def exampleFunction():

    x = 5   # incorrect indentation

    y = 10

    print(x+y)  # missing bracket

500

The value 15 in hexadecimal

What is F?

500

An official who watches a game or match closely to enforce the rules and arbitrate on matters arising from the play. They are normally seen in the sport baseball

What is an "Umpire"

500

Uncommonly referred to as a Distributed-Denial-Of-Service attack, this shortened way to say it is the common way.

What is a "DDOS Attack"

500

Referred to as the 3 ways of color, these 3 help create color in our processing program. 

What are "greyscales, RGB values and hex codes"

M
e
n
u