Python
JavaScript
Vocabulary
Coding
International Women's Day
100

A computer programming language often used to build websites and software, automate tasks, and conduct data analysis

What is Python?

100

A scripting language used to create and control dynamic website content

What is JavaScript?

100

One or more commands or algorithm(s) designed to be carried out by a computer

What is code?

100
(JAVASCRIPT):

var GWC = "gwc";

What is string variable?

100

Name of the first woman who got PhD in Computer Science?

What is Sister Mary Kenneth Keller?

200

A command that displays text and numbers on the screen

What is "print()"?

200

The punctuation mark used to make a statement executable

What is semicolon(;)?

200

The action of doing something over and over again

What is loop?

200

(PYTHON):

if product <= 100:

   ____ product

*product is already declared

What is "return"?

200

An organization still active today that furthers the use of technology in education

What is Association of Small Computer Users in Education (ASCUE)?

300

A program that translates written code into machine language


What is compiler?

300

Stops the execution of more code inside the switch/loop

What is "break"?

300

A rule that can be used anywhere in your code

What is function?

300

___ hello_name:

  return "Hello " + name + "!"

What is "def"?

300

Date/year when the first National Women's Day was declared

What is (February 28,) 1909?

400

A note written in computer code for the programmer to read, that the computer ignores, written with a symbol

What is comment (#)?
400

Data types

What is string, integer, float, and boolean?

400

A list of steps to finish a task; set of instructions that can be performed with or without a computer

What is algorithm?

400

The statement "return" is used for JavaScript

False

400

Leader of the 'Women's Office' for the Social Democratic Party in Germany who founded this day

What is Clara Zetkin?

500

A program environment that allows users to write a program, run the program, and debug the program

Integrated Development Environment (IDE)    

500

Difference between = and ==

What is comparing (==) and declaring variable (=)?

500

The order that a computer executes the directions written by the programmer

What is sequence?

500

name = "Ana"

age = 18

Result: "Ana is 18 years old"

What is: name " is " + age + " years old"?

500

University where Sister Mary Kenneth Keller earned her B.S. in Mathematics and M.S. in Mathematics and Physics 

What is DePaul University (in the 1950s)?

M
e
n
u