Execs
Java Basics
Python Basics
TV Shows
Riddles
100

Name two exec members of CodeHers

Isabel, Elaine, Humayra, Sivani, Ariana, Afifa, Salena, Etc...

100

What is the int number used for?

To declare an integer variable.

100

What does a boolean return?

True or False

100

“Winter is coming.”

Game of Thrones

100

What disappears as soon as you say its name?

Silence 

200

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)

200

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

200

What is wrong with this code?

input(“Enter a word: ”)

print(word)

Variable “word” not initialised

200

This 90s sitcom revolves around six friends living in New York City

F.R.I.E.N.D.S

200

I am an odd number. Take away one letter and I become even. What number am I?

Seven

300

Who are the co-presidents of CodeHers?

Isabel and Elaine

300

What symbol is used to end a statement in java?

;

300

What does this string method do?

.lower();

Returns all letters in input in lowercase

300

What iconic 90s show features "West Philadelphia born and raised"?

The Fresh Prince of Bel-Air?

300

What goes on and on and has an i in the middle?

Onion

400

Who had brie cheese instead of cake for their birthday?

Isabel

400

What keyword is used to check multiple conditions in a control structure?

else if

400

What does this code do?


sentence = input(“Enter a sentence: “)

sentence.replace(“ “, “...”)

print(sentence)

Returns sentence with every space replaced with …

400

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

400

There was a plane crash and every single person died. Who survived? 


Married Couples

500

Who has 4322 wins in Word Hunt on GamePigeon?

Hannah

500

What data type is used to store a true or false value?

Boolean

500

What does this code output?


word = input("Enter a word: ") if word.endswith("ing"):    print(word.replace("ing", "")) else:    print(word)

  • If the user inputs "running", the output would be "run" (removes "ing").
  • If the user inputs "play", the output would be "play" (remains unchanged).
500

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

500

 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