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!
List three data types.
Int
Double
Long/Short/Byte
Float
Boolean
Char
FREE POINTS!!
HEHEHEHEHEHE! Yayy!
What is the best month for a parade?
MARCH!!
What is the award called for the worst movies in history?
Golden Turkey Award
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.
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.
WHat does HTML & CSS stand for?
Hypertext Markup Language & Cascading Style Sheet.
Feed me and I live, give me a drink and I die. What am I?
Fire!
True or false. Beijing's is the second most populated city in China.
True.
What word is a variable in this code:
String userPrompt
userPrompt = ("Please enter your favourite dessert: ")
userInput = input(userPrompt)
userPrompt
How do you print in Java?
System.out.println("this is how you print!");
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)
I am considered alive and I only have one foot. What am I?
How can you write 1000 with 8?
888+88+8+8+8
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);
- 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
HTML is written in tags. The HTML properties require and opening tab and closing tag.
At what time/when can giraffes have 8 feet?
When there's two of them! HAHAHA!
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
FREE POINTS!!
HEHEHEHE! Yayy! You really got lucky eh! *insert crazy emoji*
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.*;
Relating to CSS: What are properties?
Properties determine the type of style to be applied (e.g. color). Values are specific to the property.
It's been around for a million years but is only one month old. What is it?
The Moon!
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!