Binary Bits and Bobs Lesson 3 – Main Task 2
Now, work out what the words represent to find the final coded word!
Binary Bits and Bobs Lesson 3 – Main Task 2 Read More »
Now, work out what the words represent to find the final coded word!
Binary Bits and Bobs Lesson 3 – Main Task 2 Read More »
Firstly, convert each set of binary values to their associated ASCII characters, to form a word, which should then be entered in the relevant input box.
Binary Bits and Bobs Lesson 3 – Main Task 1 Read More »
Complete the following binary additions:
Binary Bits and Bobs Lesson 2 – Main Task Read More »
In your own words, explain how the ‘Binary Number System’ works.
Binary Bits and Bobs Lesson 1 – Main Task 3 Read More »
Convert each ‘Decimal/Denary’ number below into 8-bit Binary.
Binary Bits and Bobs Lesson 1 – Main Task 2 Read More »
Convert each ‘Binary’ number below into Denary/Decimal.
Binary Bits and Bobs Lesson 1 – Main Task 1 Read More »
1. Copy and paste this code into the online HTML editor below, click the ‘save progress’ button and then render the webpage. <html> <head> <style> </style> </head> <body> <div id=”header”> <h1>The Solar System</h1> </div> <div id=”nav”> Mercury<br> Venus<br> Earth<br> Mars<br> Jupiter<br> Saturn<br>
HTML and CSS Lesson 4 – Main Task Read More »
1. Copy and paste this code into the online HTML editor below, click the ‘save progress’ button and then render the webpage. <html> <head> </head> <body> <h1>Cheese</h1> <hr> <p>Cheese is a lovely food – yum yum.</p> <img src=”https://static.toiimg.com/thumb/82065684.cms?resizemode=4&width=1200″ height=”200px”> <h1>Biscuits</h1> <hr> <p>Cheese goes very well with biscuits.</p> <img
HTML and CSS Lesson 3 – Main Task Read More »
1. Copy and paste this code into the online HTML editor below, click the ‘save progress’ button and then render the webpage. <html> <head> </head> <body> <h1>Planet Earth</h1> <hr> <p>This is our home!</p> <img src=”http://ichef.bbci.co.uk/images/ic/480×270/p01l49tk.jpg” alt=””> </body> </html> 2. Then complete the steps below to style the webpage using CSS: 1.
HTML and CSS Lesson 2 – Main Task Read More »
1. Copy and paste this code into the online HTML editor below, click the ‘save progress’ button and then render the webpage. <html> <head> </head> <body> <h1>My First Webpage with CSS!!</h1> <hr> <p>This is my first webpage written with CSS!</p> <p>The CSS on this page will make this text look so
HTML and CSS Lesson 1 – Main Task Read More »