The development process
Vocab
General
Activities
100

The first step in the process

What is investigate an idea

100

A named section of a program that performs a certain task

What is a function

100

The two options a boolean statement can return

What is true and false

100

The first big python activity we did

What is the combo menu

200

The final step in the process

What is document and present

200
The smallest unit of data storage that a program can use

What is a variable

200

A python function that converts the value to an integer, a function that converts the value to a string, a function that converts the value to a boolean value, a function that converts the value to a float-point

What does int(), str(), bool(), and float() do

200

The second big assignement 

What is the course registration activity

300

The fifth step in the process

What is evaluate the solution
300
The set of rules that defines the combinations of symbols that are considered to be correctly structured in that language
What is syntax
300

This function looks at what's inside the parenthesis and returns what type of object or data type it is

What is type()

300

The assignments that usually goes with each activity

What are the worksheets

400

The third step in the process

What is design

400

The kind of data stored in a variable

What is a type

400

The guy who made Python

Who is Guido von Rossum

400

Where we put our code for the coding activities

What is trinket

500

The fourth step of the process

What is create and test

500

A function that is a member of a class

What is a method

500

Ways to format python outputs

What is \, \n, \t

500

The exact unit number where we coded in python first 

What is unit 3.1.1