What does a 1 represent?
yes and/or on
what is the tag for italics
<i> </i>
Which is more effective for styling websites: Html or CSS?
CSS
What is the format for any karel command
command();
What is seen in the middle of march and april that can't be seen at the beginning or end of them?
What are the two numbers used in Binary code
1 and 0
What is the biggest header tag?
h1
state an example of a class
.class
What commands does Super Karel know that Karel doesn't
turnRight and turnAround
what letter starts with E ends E and but only has one letter
an envelope
Convert 7 into binary code
0111
what is the tag for images
<img src=" ">
What does CSS stand for
Cascading style sheets
what is a street in the karel world?
a row
I speak without a mouth and hear without ears. I have no body, but I come alive with wind. What am I?
an echo
convert 21 into binary code
10101
What does Html stand for?
hyper text markup language
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
what is a code comment
a way to give notes to the reader about the code
or
//comment
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
Covert 1101000
68
whats the tag for background color
<style>
background-color:color;
</style>
what is the format for a for loop
for (var i = 0; i < COUNT; i++) {
}
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.