WorksheetsConversion, Paths, and HTML/CSS Quiz
Total questions: 21
Worksheet time: 11mins
What is the binary equivalent of decimal 15?
1010
1101
1110
1111
What is the hexadecimal equivalent of decimal 25?
1A
19
20
18
What is the decimal equivalent of binary 110?
8
7
6
9
What is the decimal equivalent of hexadecimal 14?
18
22
20
24
What is the hexadecimal equivalent of binary 1110?
E
F
D
B
What is the binary equivalent of hexadecimal 11B?
100011010
100010011
100011011
10001001
One digit in Hexa is equivalent to ________ digits in binary.
3
4
5
2
The highest digit in Hexadecimal is ________________.
15
14
E
F
What is the proper code for an unordered list?
ul
ol
il
al
Which one is the largest heading?
h1
h2
h4
h6
Every element of html coding must have an opening and closing tag.
True
False
What HTML code is used to center the words on the page when the coding starts on the left margin?
right-align;
<center></center>
left-align;
<middle></middle>
HTML stands for
Hyper Text Marker Language
Hyper Text Marker Lingo
Hyper Text Markup Language
Hyper Text Markup Lingo
CSS stands for
Code Style Sheet
Coding Style Sheet
Cascading Sheet Style
Cascading Style Sheet
An absolute file path is the full URL to a file and a relative file path points to a file relative to the current page.
True
False
It is best practice to use relative file paths (if possible).
True
False
