Basics
Code
Loops & Operations
Vocabulary
Voacbulary 2
RANDOM
100

This is the programming language we have been using

python

100

This will print out a blank line

\n

100

a type of loop ran while a condition is met

condition-controlled loops

100

data going into a program

input

100

Find the error:

print(What is your name)

no quotation marks

100

Where did Mrs. Scott go to college?

Texas A&M

200

This is the symbol used to make a comment

#

200

code following a # is called this

documentation

200

a loop that runs a specific number of times

count-controlled loops

200

a number without a decimal

integer

200

calculations done while running a program

processing

200

What is Shaq's middle name?

Rashaun

300

what must you do when done using your chromebook

log off & plug it in

300

print("What is your name") would display what on the user's screen

What is your name?

300

how many times would the following run?

for x in range (6):

     print("Hello World!")

6

300

the category a piece of data belongs to

datatype

300

the end result of a program

output

300

What year was the first world series?

1903

400

the grammatical structure of your code

syntax

400

allows the programmer to alter the flow of the code

control structure

400

a symbol for a mathematical operation

operator

400

a collection of characters

string

400

stored information that can be changed

variable

400

Who invented basketball?

James Naismith

500

Abbreviated as IDE

integrated development environment

500

command utilized for drawing shapes

turtle

500

The count of how many times a loop is performed

iteration


500

a number that can have a decimal

float

500

place where code is executed immediately

shell

500

Where did Miss E go to high school?

Kingwood Park

M
e
n
u