Name two exec members of CodeHers
Isabel, Elaine, Humayra, Sivani, Ariana, Afifa, Salena, Etc...
What is the int number used for?
To declare an integer variable.
What does a boolean return?
True or False
“Winter is coming.”
Game of Thrones
What disappears as soon as you say its name?
Silence
What is the mission statement of CodeHers?
“The purpose of coders is to help break the gender gap in STEM providing girls with engineering career exploration, mentorship, and technical workshops”(Any variation like this)
This allows the execution of a block of code only when a specified condition is evaluated as true. It is often used for decision-making in code.
if statement
What is wrong with this code?
input(“Enter a word: ”)
print(word)
Variable “word” not initialised
This 90s sitcom revolves around six friends living in New York City
F.R.I.E.N.D.S
I am an odd number. Take away one letter and I become even. What number am I?
Seven
Who are the co-presidents of CodeHers?
Isabel and Elaine
What symbol is used to end a statement in java?
;
What does this string method do?
.lower();
Returns all letters in input in lowercase
What iconic 90s show features "West Philadelphia born and raised"?
The Fresh Prince of Bel-Air?
What goes on and on and has an i in the middle?
Onion
Who had brie cheese instead of cake for their birthday?
Isabel
What keyword is used to check multiple conditions in a control structure?
else if
What does this code do?
sentence = input(“Enter a sentence: “)
sentence.replace(“ “, “...”)
print(sentence)
Returns sentence with every space replaced with …
In The Good Place, what is the name of the timeline that explains how time loops and twists in the afterlife, resembling cursive words?
Jeremy Bearimy
There was a plane crash and every single person died. Who survived?
Married Couples
Who has 4322 wins in Word Hunt on GamePigeon?
Hannah
What data type is used to store a true or false value?
Boolean
What does this code output?
word = input("Enter a word: ") if word.endswith("ing"): print(word.replace("ing", "")) else: print(word)
In Doctor Who, the Doctor uses this tool, which can unlock doors and perform various tasks, though it doesn't work on wood.
Sonic Screwdriver
When liquid splashes me, none seeps through. When I am moved, liquid I spew. When I am hit, color I change, and color, I come in quite a range. What I cover is very complex, and I am very easy to flex. What am I?
Skin