A computer programming language often used to build websites and software, automate tasks, and conduct data analysis
What is Python?
A scripting language used to create and control dynamic website content
What is JavaScript?
One or more commands or algorithm(s) designed to be carried out by a computer
What is code?
var GWC = "gwc";
What is string variable?
Name of the first woman who got PhD in Computer Science?
What is Sister Mary Kenneth Keller?
A command that displays text and numbers on the screen
What is "print()"?
The punctuation mark used to make a statement executable
What is semicolon(;)?
The action of doing something over and over again
What is loop?
(PYTHON):
if product <= 100:
____ product
*product is already declared
What is "return"?
An organization still active today that furthers the use of technology in education
What is Association of Small Computer Users in Education (ASCUE)?
A program that translates written code into machine language
What is compiler?
Stops the execution of more code inside the switch/loop
What is "break"?
A rule that can be used anywhere in your code
What is function?
___ hello_name:
return "Hello " + name + "!"
What is "def"?
Date/year when the first National Women's Day was declared
What is (February 28,) 1909?
A note written in computer code for the programmer to read, that the computer ignores, written with a symbol
Data types
What is string, integer, float, and boolean?
A list of steps to finish a task; set of instructions that can be performed with or without a computer
What is algorithm?
The statement "return" is used for JavaScript
False
Leader of the 'Women's Office' for the Social Democratic Party in Germany who founded this day
What is Clara Zetkin?
A program environment that allows users to write a program, run the program, and debug the program
Integrated Development Environment (IDE)
Difference between = and ==
What is comparing (==) and declaring variable (=)?
The order that a computer executes the directions written by the programmer
What is sequence?
name = "Ana"
age = 18
Result: "Ana is 18 years old"
What is: name " is " + age + " years old"?
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)?