Binary Bits and Bobs Lesson 1 – Main Task 3
In your own words, explain how the ‘Binary Number System’ works.
Binary Bits and Bobs Lesson 1 – Main Task 3 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 »
Write a program that asks the user to enter a number from 1-10 to represent how they are feeling (1=Sad, 10=Happy). Get the program to output the message “I’m so sorry to hear you are not a happy bunny” if they type in a number from 1-5. Get the program to output the message “Good
Introduction to Python Lesson 4 – Make 3 Read More »
Write a program that performs the following steps: Prompt the user to create a password and store their input. Ask the user to re-enter the same password to confirm it, storing this second input in a different variable. Compare the two passwords: If the passwords match, display a confirmation message. If the passwords do not
Introduction to Python Lesson 4 – Make 2 Read More »
Write a program that will allow the user to input a value and output whether the value is zero or above (number >= 0) or below zero (number < 0).
Introduction to Python Lesson 4 – Make 1 Read More »