WorksheetsTHE QUIZ
Total questions: 8
Worksheet time: 4mins
Name
Class
Date
1.
What is the correct way to shorten 'Timberland shoes'?
a)
Timberlands
b)
👢Timbs👢
c)
Timbs
d)
👢Timbz👢
2.
JavaScript:
(Using jQuery) What is the 'jQuery general selector'?
(Using jQuery) What is the 'jQuery general selector'?
a)
$(object)
b)
_(object)
c)
$("object")
d)
_("object")
3.
Calculus:
What is the antiderivative of 3x2?
∫3x2
What is the antiderivative of 3x2?
∫3x2
a)
2x3
b)
9x
c)
3x3
----
3
----
3
d)
F(3x2)
4.
CSS:
Keep an object in one place, even while scrolling
Keep an object in one place, even while scrolling
a)
relative-scroll: top;
b)
position: relative;
c)
position: absolute;
d)
position: fixed;
5.
JavaScript:
(jQuery) alert with onclick event, using an object with class name 'meow'
(jQuery) alert with onclick event, using an object with class name 'meow'
a)
$('.meow').click(function() {
alert("");
})
alert("");
})
b)
$('.meow').click(function() {
alert("");
});
alert("");
});
c)
$('#meow').click(function() {
alert("");
});
alert("");
});
d)
$('#meow').click(function() {
alert("");
})
alert("");
})
6.
Are you ready for the real questions? (Don't worry, they're not like the previous ones)
a)
yes
b)
yes
c)
yes
d)
yes
7.
CSS:
How do you select multiple elements?
How do you select multiple elements?
a)
#a; b; .c
b)
#a, b, .c
c)
You can't.
d)
👢TIMBZ👢
8.
CSS:
Order of border values
Order of border values
a)
border: size type color
b)
border: type color size
c)
border: type, color, size
d)
border: color, type, size
100 %
