Mystery
Countries that start with B
Programming Languages
Types of Packing Material
Note Taking Software
100

This program is used to turn code into an executable.

What is a Compiler?

100

This country contains the headquarters of the EU and NATO.

What is Belgium?

100

10 PRINT "HELLO WORLD!"

20 INPUT "WHAT IS 2+2? ", b%

30 PRINT "2+2=", b%

40 GOTO 20

What is Basic?

100

This packing material consists of air pockets in a clear plastic sheet.

What is Bubble Wrap?

100

This software was by apple.

What is Apple Notes?

200

This open-source software is used to edit images, like photoshop.

What is GIMP?

200

This country is landlocked, and bordered by Russia and Ukraine.

Where is Belarus.

200

import Random 

def rand_numb(): 

    print(random.randint(1,10))

What is Python?

200

This material is usually made of white foam, and resembles a cylinder.

What is a Packing Peanut?

200

This app has a green color scheme and is recognizable by it's logo of an elephant's head.

What is EverNote?

300

This feature in MarioKart will give the player a random item.

What is a Mystery Block / Cube?

300

This country is a British island territory in the North Atlantic Ocean.

Where is Bermuda.

300

using System;

namespace HelloWorld

{

  class Program

  {    

static void Main(string[] args)    

{      

Console.WriteLine("Hello World!");        

}  

}

}

What is C# (C-sharp)?

300

This material is soft and squishy.

What is Foam?

300

This app was made by Microsoft and is part of their business software package, and has a purple logo.

What is Microsoft OneNote?

400

Minecraft Mods use this coding language.

What is Java?

400

This country is a Balkan nation with diverse terrain encompassing Black Sea coastline, a mountainous interior and rivers, including the Danube.

Where is Bulgaria?

400

self.addEventListener("fetch", (evt) => {

  //console.log('fetch event', evt);

  evt.respondWith(

    caches.match(evt.request).then((cacheRes) => {

      console.log("fetch", evt, cacheRes);

      return cacheRes || fetch(evt.request);

    })

  );

});

JavaScript (JS)

400

This material is made of pieces of paper layered together, usually brown.

What is Cardboard?

400

This software was made by Google, and has a yellow color scheme and icon.

What is Google Keep.

500

What is pi2?

pi2≈ 9.869

500

This country is a tiny nation on the island of Borneo, in 2 distinct sections surrounded by Malaysia and the South China Sea. 

Where is Brunei?

500

func _ready() -> void:

    $Ball/Camera2D/PowerMeter.frame = selected_speed - 1

    rangle = angle * (PI / 180)

    timer.reset_timer()

    timer.start_timer()

GDScript (Godot)

500

Bonus!

Get double or lose double on next question!

500

This app is free, uses MarkDown, and has a purple logo, and was NOT made by Microsoft.

What is Obsidian.