Programming Output
HTML
Networking
SQL Queries
Martial Arts
100

while(true) {

     print("beans");

}

"beansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeansbeans" repeats forever

100

What HTML tag holds text that is formatted as paragraphs?

<p></p>

100

8.8.8.8 is an example of what?

IP Address

100

What part of a Clothes table would the SQL query below select?

SELECT * FROM Clothes

All of it

100

This martial art relies solely on punching and footwork

Boxing

200

beans = 0;

if (beans == 2) {

     print("oh boy my beans");

}

else {

     print("oh no my beans");

}

"oh no my beans"

200

Which HTML tags hold text that is formatted like the largest heading possible?

<h1></h1>

200

255.255.255.0 is most likely an example of what?

Subnet mask

200

What part of a Napkins table would the SQL query below select?

SELECT Cloth FROM Napkins

The Cloth column in the Napkins table

200

This Chinese group of martial arts has hundreds of varieties, with some styles mimicking animals.

Kung Fu

300

beans = 8;

while(beans > 0) {

     print("beans");

     beans -= 1;

}

"beansbeansbeansbeansbeansbeansbeansbeans"

300

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

300

What is the server called that translates website names to IP addresses?

DNS (domain name server)

300

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"

300

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

400

name = "Dr. Pepper"

for(i = 0; i < 5; i++) {

     if (name == "Dr. Pepper") {

          print("Dr. Pepper");

          name = "Mr. Pibb"

     }

}

"Dr. Pepper"

400

This HTML tag creates a bulleted list.

<ul></ul>

400

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

400

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"

400

This Brazilian martial art looks just like dancing, and incorporates very flashy techniques

Capoeira 

500

function Goated(x, y) {

     return x * y;

}


print(Goated(Goated(2, 2), Goated(2, 2));

16

500

This HTML tag creates a numbered list.

<ol></ol>

500

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

500

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%'

500

This Taiwanese martial art is sometimes called "The 8-Limbed Martial Art" due to its use of hands, elbows, knees, and shins. 

Muay Thai