Karel
Binary and Hexadecimal
HTML and CSS
Computing Systems
Sports
100

What function do you need to make Karel turn right?

function(){

turnLeft();

turnLeft();

turnLeft();

}

100

Computers store all data using what?

The secondary memory, were all data and programs are stored.

100

Why is it important to avoid repetitive code while creating a website?

The low ratio between information symbols, bad error correcting performance.

100

LAN and WAN stand for what?

(local area network) and (Wide area network).

100

What teams played in super bowl IV in 1970? Can you guess who one?

Minnesota Vikings and the Kansas City Chiefs, Chiefs won 23 to 7.

200

Name one thing super Karel can do that normal Karel cannot

turn right, turn around, etc.

200

Why is hexadecimal used?

To describe locations in memory because it can represent every byte as two consecutive hexadecimal digits (i.e.,eight bits).

200

What tag is used to add a image?

The <img> tag

200

What controls a computer's basic operations?

Software

200

Which boxer caused Muhammad Ali's first defeat in professional boxing?

Joe Frazier, in 1971

300

What is Karel?

A doggo

300

What is the biggest integer that can be shown using 7 bits?

128

300

How do you create a id in CSS?

Write a hash(#) character followed by the id of the element.

300

What does troubleshooting refer to?

Troubleshooting is a form of problem solving, often applied to repair failed products or processes on a machine or a system.                                  

300

How many years did it take for the New Orleans Saints to win their first playoff game? (counts if you are just a couple years off)

32 years

400

What can you use to teach Karel a new trick?

A function

400

What is the largest two-digit hexadecimal value?

FF

400

What symbol could you use to target a class name?

The .class selector

400

What is a type of a local network that people can use to access the internet

LAN

400

What country is the only country to participate in every Olympics under it's own flag?

Greece

500

Name just one advantage of functions for Karel

they make things easier, faster, etc.

500

How many different values can be represented using 8 bits?

11111111 or 255 in decimal notation.

500

TRUE or FALSE: HTML is used for styling web pages.

FALSE

500

What is a computer firewall?

A system designed to prevent unauthorized access to or from a private network.

500

Who is the only left-handed quarterback in the pro football hall of fame?

Steve Young

M
e
n
u