Week 1
Week 2
Week 3
100

Python

What is the programming language we are using?

100

Print

What command tells the computer to print the characters on the screen?

100

Variables

What is a value we want the computer to store

200

Bug

What is a problem in a program?

200

input("What is your name?")

What command asks the user to input their name and waits to they press the "Enter key"?

200

name = input("What is your name?)

What command asks the user to input their name and waits to they press the "Enter key" and stores it as the variable "name".

300

Replit

What is the website we are using to program?

300

Colour.green

What command turns text green?

300

import time

What command allows us to use functions associated with time?

400

Syntax

What are the grammatical rules for progreeamming?

400

from csinsc import *

Which line adds a library of code we can use written by somebody else. 

400

time.sleep(3)

What command tells the computer to wait three seconds?

500

IDE

What is the proper name of a code editor?

500

# Instructions

What symbol is used to add comments to your code?

500

replit.clear()

What command clears the screen?

M
e
n
u