Trying to gain access to people's information by pretending to be a trusted source is an example of?
Phishing
Whats's the CodeHS Dog's name?
Karel
Chanukah takes place over which Hebrew dates?
25th of Kislev -> 3rd of Tevet
My first name is?
Michael
What is the name of the fictional wizarding school in the "Harry Potter" series?
Hogwarts
Why are two of the three parts of the CIA triad?
Confidentiality, Integrity, Accessibility
How would you make a function named goingUp?
function goingUp(){
}
Why do we eat fried foods on Chanukah?
Which High School did I attend?
HANC
In the periodic table, what is the symbol for the element oxygen?
O
Which of the following are safety guidelines when socializing online?
I. Be wary when communicating with people you don’t know in real life
II. Don’t disclose personal information–even if it doesn’t seem important
III. Don’t have any social media accounts
IV. Block/report if you are being harassed
V. Don’t send or receive any emails
VI. Ask a trusted adult if you need help
I, II, IV, VI
How would you write code to continue moving while there is no wall in front of Karel?
while(frontIsClear()){
move();
}
What is the Machloket between Bait Shammai and Bait Hillel?
How to light candles
What are my 3 non-class related central jobs?
Softball, Podcasting, Science Olympiad
Which river is the longest in the world?
The Nile
What are the 3 colors involved in Hacking and what do they represent?
White - Black - Grey
Write code to move forward unless there is a wall in which case you turn left
if(frontIsClear()){
move();
} else {
turnLeft();
}
The story of Chanukah shows up where in the Gemara?
Shabbos
My wife and I started going out when?
8th grade
In which year did the Titanic sink after hitting an iceberg?
1912
Explain the differences between:
Public Domain
Some Rights Reserved
All Rights Reserved
.
Write code to move forward exactly 5 times then turn left
for(int I = 0; I < 5; I++){
move();
}
turnLeft();
What was Atara's big gift this year?
A Kitchen Set
I own and operate a game development studio named?
Farwind Studios
What popular social media platform limits posts to 280 characters?
Twitter (X)