Halloween Town
Pseudo Horror
Ghost in the Operating System
Algo-Terror
math
100

What is name of this famous series of Disney channel movies

Halloween Town

100

Mitchel Resnick and Natalie Rusk are widely regarded for creating this incredible programming platform used all over the world and even at BIST

Scratch

100

Apple, Microsoft, and the Red Hat company all produce and sell this type of software product? 

Bonus Question: 

Name the specific product for all companies

Operating Systems

100

In horror movies there is a concept called the Final Girl. What is that even? 

Bonus:
Give an example from media.

Typically the protagonist who makes it to the end. Characterized by being the "average joe" audience surrogate. 
100

This math based horror movie was quite a hit with certain audiences

Multiple possible answers

The number 23 

Pi

200
Emily is being haunted by a ghost. Her dad tries to put a motion sensor in her room to calm her down. 

Why doesn't this help Emily? 

Motion sensors typically use infrared light or pressure to detect motion. 

That rule might not apply to ghosts. 

200

This famous author created a story in which a killer cellphone signal turned people into monsters. Name this author. 

Bonus: 

Identify some software that a writer could use that does not include word document type software. 

Steven King: 

Web Browsers

Calendars 

Source/Bibliography software. 

200

Rams are often associated with creepy imagery. 

Identify what computer RAM is. 

Bonus: 

Identify ROM and what makes is different than RAM

RAM: Random Access Memory

ROM: Read only Memory

RAM is for temporary storage and ROM is for long term storage

200

What sort of block would use to adapt this statement to a flowchart. 

If you are running away from an axe murderer do you head upstairs or outside 

Bonus:
Write the full flowchart for this question

A decision statement with two branches 

200

Famous horror writer HP Lovecraft was described as having a weak constitution for math and science as a child. This show's in his writing in one passage he talks about the horror of a non-Euclidean space.

Why is this statement funny? 

Non-Euclidean spaces are just spaces that aren't bound by a plane. I.E. real life. 

300

A witch has decided to enhance her broom with sensors. She wants her broom to automatically stop if it is within a certain proximity of an object. What types of sensors should she use? 

Ultra sonic sensor or Optical Sensor

300

Who was this pioneering woman was both the student of the father of computing Charles Babbage daughter, of Lord Byron the hedonistic poet, and relative of Mother of Horror Mary Shelley? 

Lady Ada Lovelace or Augustus Ada Byron

300

Von Neumann Architecture involves the CPU, the ALU, memory, inputs, and outputs. Describe one of these components. 

Bonus:
Describe all components

CPU: Central Processing Unit. Decides what to run

ALU: Arithmetic Logic unit. Does all the math

Memory: Stores instructions and info

Inputs/Outputs: what goes in and out of the system

300

Four aspects of computational problem solving include decomposition, , pattern recognition, abstraction, and algorithms. 

Define one of these terms and give an example. 

Bonus Question: Define all the terms. 

Decomposition: Breaking down a subject into smaller parts. 

Pattern Recognition: Recognizing recurrences in a sequences or subjects. 

Abstraction: Identifying aspects of a subject that define it as a whole 

Algorithms: A step by step solution to a given problem

300

What is 50+50? 


Hint: There are two answers

An expression and 100

400

Halloween town hall has been taken over a by a zombie botnet. 

What is a botnet and what exactly are the zombies? 

A botnet is a group of computers that have been remotely taken over by a threat actor

400

A mad man or genius directed these films: Psycho, The Birds, Vertigo and more.

Alfred Hitchcock

400

Whenever this famous vampire hunter needed a system hacked or a magic spell she turned to her reliable friend Willow Rosenburg

Buffy the Vampire Slayer

400
AI is often used as the villain in certain sci-fi horror and thriller movies. Today's AI uses machine learning to create adaptable programs. What is machine learning? 

Bonus:
Identify an AI based movie character and how machine learning could be used by them. 

Machine Learning is an algorithm that allows a program to do X task by training itself on specific data and improving it's performances over time. 

400
Define the following terms: 


Counting
Iteration
Totaling

Bonus: Give an example of each

Totaling: Adding numbers together

Counting: Adding how many items are together

Iteration: Advancing a value at a set rate. 

500

If you need to explore a haunted house what type of sensors would you need? 

List 3 sensors

For a bonus 

List and explain 5 Sensors

Visual

Audio

PH
Moisture

Temperature

Electromagnetic


500

What types of special effects are used in making movies and created by tools made by programmers. 

Bonus: Describe what the "Volume" is and what sort of screens it uses in it's technology

CGI 

Computer Generated Imagery 

500

This device often used by us and not nearly enough in Horror movies is peak convenience. 

Identify this device. 

Bonus:
Is this device a computer and what qualifies it as such

A cellphone and yes 
500

Write a step by step algorithm for surviving a horror movie. 

Answers can be given in Pseudocode, Flowchart, or plain English

Bonus: Best Answer receives a bonus

Various Answers

500

Belphegor's Prime is 1,000,000,000,000,066,600,000,000,000,001. What is a prime number? 

Bonus: 

How can primes be used in computing? 

A number that is only divisible by itself and 1. 

Could be useful in certain algorithms