Science
Technology
Engineering
Math
Coding
100

What is the largest land animal?

Elephant

100

What type of robots are designed for fun? 

Entertainment robots

100

Who are the creative minds behind robots?

Engineers

100

Which two numbers make up the Binary Number System?

0 and 1

100

Who is the father of modern computer science?

Alan Turing

200

What is the only planet not named after a Greek God or Goddess?

Earth

200

How big does the Turing Tumble board have to be for it to work like an electrical computer?

The size of Texas

200

Which engineers design the robot's body and how it moves?

Mechanical engineers

200

What is a binary digit called?

A bit

200

What number system do computers use?

Binary Number System

300

What is the brightest planet in our sky?

Venus

300

What type of computers are Turing Tumbles?

Mechanical computers

300

Which engineers work on the robot's circuit, power systems, and sensors?

Electrical engineers

300

What is the decimal number 10 in binary?

1010

300

What is the name for a word that is the same when read forwards and backwards?

Palindrome

400

The process of changing to survive in an environment?

Adaptation

400

What is the name for a machine which given enough time and memory, could compute any mathematical formula?

Turing machine

400

Which engineers write the code that controls the robot's actions and decisions?

Software engineers

400

What is the sum of the two binary numbers 1000 and 0110? (Answer should be in binary)

1110

400

Which is faster: linear (N) or exponential (N2) time?

Linear

500

What is the theory that explores how some animals survive better than others thanks to their features?

Survival of the fittest

500

What is the name of the first digital computer with stored programs, devised by Alan Turing?

Automatic Computing Machine (ACE)

500

What protocol is used to securely transport data over the internet?

https

500

What is the minimum and maximum 4-bit binary numbers in decimal numbers?

0 (=0000) and 15 (=1111)
500

What type of solution is a simple, brute-force approach? 

(Example: Trying ALL the arrangements of a pile of blocks)

Naive solution