What is the Internet?
A vast network of computers connected worldwide which allows you to access information, connect with friends, play games and more on a computer or smartphone.
What is a website?
A collection of pages on the internet that you can visit.
What is coding?
Coding is like giving instructions to a robot or computer in a language they understand. It's a bit like telling them what to do step by step, just like teaching your pet a new trick. Coders are like the teachers who tell computers how to do things.
What does HTML stand for?
HyperText Markup Language
What does a closing tag look like?
</x>
Name a preventive measure of cyber security?
- Use strong passwords
- Don't share personal information
- Be cautious with email links
- Don't to talk to online strangers
- Ask a trusted adult for help
What is web accessibility?
Designing websites so that everyone, including people with disabilities, can use them easily.
What are the three languages of coding?
HTML, CSS and JS
What is HTML?
HTML is like the special code used to create the pages in that online book (website). It is like the cake batter of a website.
How do you code a paragraph?
<p> </p>
What are 3 forms of threat in cyber security?
Phishing, Malware, and Ransomware
Name 2 examples we have looked at of good websites and 2 examples of bad websites.
Good: McDonalds, Google, PBS Kids, Disney Junior, Airbnb
Bad: School websites, Toronto cupcakes, eBay, IMDb, lingsCARS
Why is coding important?
It is the languages that computers use to communicate information.
How would one save an HTML file?
How do you code the biggest heading level?
<h1> </h1>