This is the programming language we have been using
python
This will print out a blank line
\n
a type of loop ran while a condition is met
condition-controlled loops
data going into a program
input
Find the error:
print(What is your name)
no quotation marks
Where did Mrs. Scott go to college?
Texas A&M
This is the symbol used to make a comment
#
code following a # is called this
documentation
a loop that runs a specific number of times
count-controlled loops
a number without a decimal
integer
calculations done while running a program
processing
What is Shaq's middle name?
Rashaun
what must you do when done using your chromebook
log off & plug it in
print("What is your name") would display what on the user's screen
What is your name?
how many times would the following run?
for x in range (6):
print("Hello World!")
6
the category a piece of data belongs to
datatype
the end result of a program
output
What year was the first world series?
1903
the grammatical structure of your code
syntax
allows the programmer to alter the flow of the code
control structure
a symbol for a mathematical operation
operator
a collection of characters
string
stored information that can be changed
variable
Who invented basketball?
James Naismith
Abbreviated as IDE
integrated development environment
command utilized for drawing shapes
turtle
The count of how many times a loop is performed
iteration
a number that can have a decimal
float
place where code is executed immediately
shell
Where did Miss E go to high school?
Kingwood Park