This is a block of organized, reusable code that is used to perform a single, related action
What is a function?
What is a variable?
Statements that check a if a boolean is true or false
CS stands for what?
Computer Science
this is used in reference to an event
What is when?
This is the amount of times variable with the same name can be used in a program
What is 1?
Examples of these are <, <=, !=, etc.
What are booleans?
IAS stands for Information access store.
True or False
False it stands for Institute for Advanced Study
What is many?
count++ also means this
What is count + 1?
This is used in reference to a decision about whether or not to execute a certain piece of code
What is an if statement?
What does "HTML" mean?
a) Hypertext markup language
b) Hypertext mediated linguistics
c) Higs-Tact markup language
d) Hyper transfer mode list
a) Hypertext markup language
This is avoidance of putting functions inside other functions
What is embedding or stacking?
whenVariablesUseCapitalizationLikeThis
What is concatenation or camel case?
The additional lines of code on the ends of If Else statements
What is else?
When was the first computer game invented?
a) 1925
b) 1958
c)1971
d)1960
b) 1958
This is the common way to name of a function that updates something
What is updateFunction?
Variables like cat1 do not mean Cat1 or CAT1
What is same spelling or capitalization?
When a conditional checks if two conditions are both true
What is &&?
Who was the first female game programmer?
Carol Shaw
In 1978, Shaw was the first woman to design and program a video game: 3D Tic-Tac-Toe. Women have always been involved in the gaming industry, though, from helping code the elements to writing about games in magazines.