Look at the picture on the right. Can you give a unique name to each of the colours displayed on the picture? (e.g. Lemon yellow, sunset yellow, tangerine etc.) Do you know your colour codes? When building websites or Graphical…
Did You Know?Everything that is stored on a computer is stored as binary code. Binary code is made of bits (0 or 1). We often use Bytes to store data. A Byte is made of eight bits and can be…
Complete this drag and drop activity to complete the HTML code used to create the page displayed below: <B> <FONT color=”#FF0000″> <H1> </B> <U> <CENTER> </H1> </FONT> <A href=”http://www.101computing.net”> </A> </U> </CENTER> <IMG src=”logo.png” width=”250″/> Welcome to my webpage <P>I…
Complete this drag and drop activity to use the right computing terminology about If Statements, boolean operators and comparison operators. equal to False comparison elif OR != boolean , =, AND and are operators, The result of a comparison is…