Page 133 - CodePilot V5.0 C7
P. 133
PERIODIC ASSESSMENT - 3 Based on Chapters 6 to 8
A. Convert the decimal number 98 into a binary number by breaking down the process into smaller
steps:
Step Decimal No. ÷ 2 Quotient Remainder
1 98 2 49
2 49 2 24
3 24 2 12
4 12 2 6
5 6 2 3
6 3 2 1
The binary number of 98 is: .
B. Find errors in the following code:
<!DOCTYPE CSS>
<HTML>
<HEAD>
Human Organs</TITLE>
</HEAD>
<BODY STYLE="BACKGROUND-COLOR: #e6f7ff;">
<H1>TYPES OF COMPUTERS</H>
<UL STYLE="LIST-STYLE-IMAGE: URL('green-check-mark-icon.png');">
<LI>LAPTOP</LI>
<LI>SMARTPHONE
<LI>TABLET</LI>
<LI>DESKTOP</LI>
</UL>
</BODY>
<HTML>
C. Label the components of an HTML table.
131
Periodic Assessment - 3

