CyberSecurity
Code
Chanukah
Mr. Spindel
MISC
100

Trying to gain access to people's information by pretending to be a trusted source is an example of?

Phishing

100

Whats's the CodeHS Dog's name?

Karel

100

Chanukah takes place over which Hebrew dates?

25th of Kislev -> 3rd of Tevet

100

My first name is?

Michael

100

What is the name of the fictional wizarding school in the "Harry Potter" series?

Hogwarts

200

Why are two of the three parts of the CIA triad?

Confidentiality, Integrity, Accessibility

200

How would you make a function named goingUp?

function goingUp(){

}

200

Why do we eat fried foods on Chanukah?

Because of the miracle of the oil
200

Which High School did I attend?

HANC

200

In the periodic table, what is the symbol for the element oxygen?

O

300

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

300

How would you write code to continue moving while there is no wall in front of Karel?

while(frontIsClear()){

move();

}

300

What is the Machloket between Bait Shammai and Bait Hillel?

How to light candles

300

What are my 3 non-class related central jobs?

Softball, Podcasting, Science Olympiad

300

Which river is the longest in the world?

The Nile

400

What are the 3 colors involved in Hacking and what do they represent?

White - Black - Grey

400

Write code to move forward unless there is a wall in which case you turn left

if(frontIsClear()){

move();

} else {

turnLeft();

}

400

The story of Chanukah shows up where in the Gemara?

Shabbos

400

My wife and I started going out when?

8th grade

400

 In which year did the Titanic sink after hitting an iceberg?

1912

500

Explain the differences between:

Public Domain

Some Rights Reserved

All Rights Reserved

.

500

Write code to move forward exactly 5 times then turn left

for(int I = 0; I < 5; I++){

move();

}

turnLeft();

500

What was Atara's big gift this year?

A Kitchen Set

500

I own and operate a game development studio named?

Farwind Studios

500

What popular social media platform limits posts to 280 characters?

Twitter (X)

M
e
n
u