Python
Java
HTML & CSS
Riddles
Miscellaneous
100

What is Google Collab? (Exact words are not necessary!)

Google Colab or Google Colaboratory is a free cloud service integrated with Google Drive. This means that every notebook you make in Google Colab will be automatically stored in GDrive and you can access it at any time you are connected to your HDSB email account!

100

List three data types. 

  • Int 

  • Double 

  • Long/Short/Byte

  • Float

  • Boolean 

  • Char

100

FREE POINTS!!

HEHEHEHEHEHE! Yayy!

100

What is the best month for a parade?

MARCH!! 

100

What is the award called for the worst movies in history?

Golden Turkey Award

200

print is a __________ in Python. ___________(the same word) means...that they cannot be used for anything else except for a specific task pre-handed by Python Libraries.


print is a keyword in Python. Keywords means...that they cannot be used for anything else except for a specific task pre-handed by Python Libraries.

200

How do you write comments in Java and how is it different from Python(mention how you write comments in Python!)?

You write comments in Java using //. In python, you write comments by writing a #(hashtag/number sign) first. 

200

WHat does HTML & CSS stand for?

Hypertext Markup Language & Cascading Style Sheet.

200

Feed me and I live, give me a drink and I die. What am I?

Fire!

200

True or false. Beijing's is the second most populated city in China.

True.

300

What word is a variable in this code:

String userPrompt 

userPrompt = ("Please enter your favourite dessert: ")

userInput = input(userPrompt)


userPrompt

300

How do you print in Java? 

System.out.println("this is how you print!");

300

True/False. 

HTML is the styling of the website (i.e. fonts, colours) and CSS is the content of a website (i.e. texts, images).

FALSE! HTML is the content of a website (i.e. text, images) and CSS is the styling of the website (i.e. fonts, colours)

300

I am considered alive and I only have one foot. What am I?

One living leg! *insert crazy emoji*
300

How can you write 1000 with 8?

888+88+8+8+8

400

List the steps you would take to code something that allows the user to input his/her age and then add that age to 6 and finally print it out to the console?

String userPrompt; 

userPrompt = ("Please enter your favourite dessert: ");

userAge = input(userPrompt);

int finalAge = userAge + 6;

print("This was the age inputted by the user: " + userAge);

print("This was the finalAge: " + finalAge);

400
Mention one thing that you NEED to have in your code before running in order to prevent the crashing of your code or the computer giving you an error. 

- Semicolon

- Proper Declaration of Variables

- Start and End Connecting Braces

- No usage of keywords in your code except at proper place

- or any other sensible thing hehe

400
What is HTML written in? 

HTML is written in tags. The HTML properties require and opening tab and closing tag. 

400

At what time/when can giraffes have 8 feet?

When there's two of them! HAHAHA!

400

For all my future doctors, this one's for you <3

What is the condition called in which your head may explode?

Hyper-Cerebral Electrosis/HCE 

500

FREE POINTS!!

HEHEHEHE! Yayy! You really got lucky eh! *insert crazy emoji*

500

What statement is absolutely NECESSARY to include in your code if you plan on using the Scanner Class. 

The scanner class is part of the java.util library and therefore must be imported into the game. 

The statement is: import java.util.*;

500

Relating to CSS: What are properties? 

Properties determine the type of style to be applied (e.g. color). Values are specific to the property. 

500

It's been around for a million years but is only one month old. What is it?

The Moon!

500

About how many chemicals put in pesticides are excluded from the ingredients list?

600... yep! You heard and read that right, a whole of SIX HUNDRED!

M
e
n
u