What function do you need to make Karel turn right?
function(){
turnLeft();
turnLeft();
turnLeft();
}
Computers store all data using what?
The secondary memory, were all data and programs are stored.
Why is it important to avoid repetitive code while creating a website?
The low ratio between information symbols, bad error correcting performance.
LAN and WAN stand for what?
(local area network) and (Wide area network).
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.
Name one thing super Karel can do that normal Karel cannot
turn right, turn around, etc.
Why is hexadecimal used?
To describe locations in memory because it can represent every byte as two consecutive hexadecimal digits (i.e.,eight bits).
What tag is used to add a image?
The <img> tag
What controls a computer's basic operations?
Software
Which boxer caused Muhammad Ali's first defeat in professional boxing?
Joe Frazier, in 1971
What is Karel?
A doggo
What is the biggest integer that can be shown using 7 bits?
128
How do you create a id in CSS?
Write a hash(#) character followed by the id of the element.
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.
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
What can you use to teach Karel a new trick?
A function
What is the largest two-digit hexadecimal value?
FF
What symbol could you use to target a class name?
The .class selector
What is a type of a local network that people can use to access the internet
LAN
What country is the only country to participate in every Olympics under it's own flag?
Greece
Name just one advantage of functions for Karel
they make things easier, faster, etc.
How many different values can be represented using 8 bits?
11111111 or 255 in decimal notation.
TRUE or FALSE: HTML is used for styling web pages.
FALSE
What is a computer firewall?
A system designed to prevent unauthorized access to or from a private network.
Who is the only left-handed quarterback in the pro football hall of fame?
Steve Young