Functions
Variables
Conditionals
Random CS Knowledge
100

This is a block of organized, reusable code that is used to perform a single, related action

What is a function?

100
Names to which you store values 

What is a variable?

100

Statements that check a if a boolean is true or false

What is a conditional?
100

CS stands for what?

Computer Science 

200

this is used in reference to an event

What is when?

200

This is the amount of times variable with the same name can be used in a program

What is 1?

200

Examples of these are <, <=, !=, etc. 

What are booleans?

200

IAS stands for Information access store. 

True or False 




False it stands for Institute for Advanced Study

300
This is the amount a single function can be called in a program

What is many?

300

count++ also means this

What is count + 1?

300

This is used in reference to a decision about whether or not to execute a certain piece of code

What is an if statement?

300

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

400

This is avoidance of putting functions inside other functions

What is embedding or stacking?

400

whenVariablesUseCapitalizationLikeThis

What is concatenation or camel case?

400

The additional lines of code on the ends of If Else statements 

What is else?

400

When was the first computer game invented? 


a) 1925

b) 1958

c)1971

d)1960

b) 1958

500

This is the common way to name of a function that updates something

What is updateFunction?

500

Variables like cat1 do not mean Cat1 or CAT1

What is same spelling or capitalization?

500

When a conditional checks if two conditions are both true

What is &&?

500
  1. 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.

M
e
n
u