This program is used to turn code into an executable.
What is a Compiler?
This country contains the headquarters of the EU and NATO.
What is Belgium?
10 PRINT "HELLO WORLD!"
20 INPUT "WHAT IS 2+2? ", b%
30 PRINT "2+2=", b%
40 GOTO 20
What is Basic?
This packing material consists of air pockets in a clear plastic sheet.
What is Bubble Wrap?
This software was by apple.
What is Apple Notes?
This open-source software is used to edit images, like photoshop.
What is GIMP?
This country is landlocked, and bordered by Russia and Ukraine.
Where is Belarus.
import Random
def rand_numb():
print(random.randint(1,10))
What is Python?
This material is usually made of white foam, and resembles a cylinder.
What is a Packing Peanut?
This app has a green color scheme and is recognizable by it's logo of an elephant's head.
What is EverNote?
This feature in MarioKart will give the player a random item.
What is a Mystery Block / Cube?
This country is a British island territory in the North Atlantic Ocean.
Where is Bermuda.
using System;
namespace HelloWorld
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}
What is C# (C-sharp)?
This material is soft and squishy.
What is Foam?
This app was made by Microsoft and is part of their business software package, and has a purple logo.
What is Microsoft OneNote?
Minecraft Mods use this coding language.
What is Java?
This country is a Balkan nation with diverse terrain encompassing Black Sea coastline, a mountainous interior and rivers, including the Danube.
Where is Bulgaria?
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)
This material is made of pieces of paper layered together, usually brown.
What is Cardboard?
This software was made by Google, and has a yellow color scheme and icon.
What is Google Keep.
What is pi2?
pi2≈ 9.869
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?
func _ready() -> void:
$Ball/Camera2D/PowerMeter.frame = selected_speed - 1
rangle = angle * (PI / 180)
timer.reset_timer()
timer.start_timer()
GDScript (Godot)
Bonus!
Get double or lose double on next question!
This app is free, uses MarkDown, and has a purple logo, and was NOT made by Microsoft.
What is Obsidian.