while(true) {
print("beans");
}
"beansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeans" repeats forever
What HTML tag holds text that is formatted as paragraphs?
<p></p>
8.8.8.8 is an example of what?
IP Address
What part of a Clothes table would the SQL query below select?
SELECT * FROM Clothes
All of it
This martial art relies solely on punching and footwork
Boxing
beans = 0;
if (beans == 2) {
print("oh boy my beans");
}
else {
print("oh no my beans");
}
"oh no my beans"
Which HTML tags hold text that is formatted like the largest heading possible?
<h1></h1>
255.255.255.0 is most likely an example of what?
Subnet mask
What part of a Napkins table would the SQL query below select?
SELECT Cloth FROM Napkins
The Cloth column in the Napkins table
This Chinese group of martial arts has hundreds of varieties, with some styles mimicking animals.
Kung Fu
beans = 8;
while(beans > 0) {
print("beans");
beans -= 1;
}
"beansbeansbeansbeansbeansbeansbeansbeans"
What is the purpose of the HTML below?
<a href="www.youtube.com">Click me</a>
This is a hyperlink, that when you click "Click me" it would take you to youtube.com
What is the server called that translates website names to IP addresses?
DNS (domain name server)
What part of a Fortnite table would the SQL query below select?
SELECT * FROM Fortnite WHERE Drop="Twisted Towers"
Any row where the Drop column's entry is "Twisted Towers"
This Korean martial art takes advantage of the physics principle that speed gives more force than muscle, and uses a wide variety of kicks.
Taekwondo
name = "Dr. Pepper"
for(i = 0; i < 5; i++) {
if (name == "Dr. Pepper") {
print("Dr. Pepper");
name = "Mr. Pibb"
}
}
"Dr. Pepper"
This HTML tag creates a bulleted list.
<ul></ul>
If your subnet mask is 255.255.255.0, which part of the IP address 192.168.20.65 is the host part of the address?
65
What SQL query would be required to select all rows in a CocaCola table where the Flavor column contains "Vanilla"?
SELECT * FROM CocaCola WHERE Flavor="Vanilla"
This Brazilian martial art looks just like dancing, and incorporates very flashy techniques
Capoeira
function Goated(x, y) {
return x * y;
}
print(Goated(Goated(2, 2), Goated(2, 2));
16
This HTML tag creates a numbered list.
<ol></ol>
If your subnet mask is 255.255.0.0, which part of the IP address 192.168.22.40 is the network address?
192.168
What SQL query would select all rows in a Books table where the Title column has the word "Encyclopedia" in it?
SELECT * FROM Books WHERE Title LIKE '%Encyclopedia%'
This Taiwanese martial art is sometimes called "The 8-Limbed Martial Art" due to its use of hands, elbows, knees, and shins.
Muay Thai