Binary
Html
CSS
Karel
Riddles
100

What does a 1 represent?

yes and/or on

100

what is the tag for italics

<i> </i>

100

Which is more effective for styling websites: Html or CSS?

CSS

100

What is the format for any karel command

command();

100

What is seen in the middle of march and april that can't be seen at the beginning or end of them?

The letter R
200

What are the two numbers used in Binary code

1 and 0

200

What is the biggest header tag?

h1

200

state an example of a class

.class

200

What commands does Super Karel know that Karel doesn't 

turnRight and turnAround

200

what letter starts with E ends E and but only has one letter

an envelope

300

Convert 7 into binary code

0111

300

what is the tag for images

<img src=" ">

300

What does CSS stand for 

Cascading style sheets

300

what is a street in the karel world?

a row

300

I speak without a mouth and hear without ears. I have no body, but I come alive with wind. What am I?

an echo

400

convert 21 into binary code

10101

400

What does Html stand for?

hyper text markup language

400

True or false: In the case that two conflicting rules have the same order and specificity, therule that is written first will be applied

false

400

what is a code comment

a way to give notes to the reader about the code 

or

//comment

400

A doctor and a bus driver are both in love with the same woman, an attractive girl named Sarah. The bus driver had to go on a long bus trip that would last a week. Before he left, he gave Sarah seven apples. Why?

An apple a day keeps the doctor away

500

Covert  1101000 

68

500

code the link "google.com" into html

<a href="google.com"></a>

500

whats the tag for background color

<style>

background-color:color;

</style>

500

what is the format for a for loop

for (var i = 0; i < COUNT; i++) {

}

500

A prisoner is told "If you tell a lie we will hang you, if you tell the truth we will shoot you" What can he say to save himself?

You will hang me.

M
e
n
u