๐Ÿ“– Quick Glossary

Every topic in one sentence. Click a term for the full explanation.

๐Ÿค– AI Software that learns patterns from lots of data and uses them to make guesses or decisions.
๐Ÿงฉ Algorithms A set of step-by-step instructions for solving a problem - like a recipe, but for a computer.
๐Ÿ”Œ API A way for one app or website to ask another app or website for information.
๐Ÿ“ฑ App vs Website A website runs inside a browser and works the same on any device; an app is installed on your device and can use its hardware and work offline.
โ›“๏ธ Blockchain A shared list of records that many computers all keep a copy of, making it very hard to tamper with.
๐Ÿงญ Browsers A program that reads website code and turns it into the pages you see on screen.
๐Ÿšš CDN A network of servers spread around the world that stores copies of a website's files, so you're served from whichever copy is closest to you.
โ˜๏ธ Cloud "The cloud" just means using other people's computers on the internet instead of your own.
๐Ÿ’พ Cloud Storage vs Backup Cloud storage keeps a live, synced copy of your files that updates everywhere at once; a backup is a separate snapshot that protects you if something goes wrong.
๐Ÿช Cookies A small file a website saves on your device to remember things about you, like that you're logged in.
๐ŸŽจ CSS Decides how a website looks - colours, fonts, spacing, and layout.
๐Ÿ›ก๏ธ Cybersecurity The practice of protecting computers, data, and networks from people who want to access them without permission.
๐Ÿ—„๏ธ Databases An organised store of information that apps can search, read, and update instantly.
๐Ÿ“– DNS Like a phone book for the internet - it translates website names like "google.com" into the address computers actually use.
๐Ÿงฑ Firewall A checkpoint that filters traffic in and out of a network or device, blocking anything that doesn't match the rules it's been given.
๐ŸŽญ Frontend vs Backend The frontend is everything you see in a browser; the backend is the invisible logic and data storage that powers it.
๐Ÿ“ฆ Git A tool that keeps track of changes you make to your code over time.
๐Ÿ“„ HTML The language that tells a website what things exist on a page, like text, buttons, and images.
๐Ÿ”’ HTTPS & Encryption Encryption scrambles your data so only the intended recipient can read it - the padlock in your browser means this is happening.
๐ŸŒ The Internet A giant network of computers all around the world that are connected together and can talk to each other.
๐Ÿ“ก IP Addresses A unique number assigned to every device on the internet, so data knows where to go and where to come back from.
๐Ÿ“จ IP Packets A small chunk of data wrapped with sender and destination addresses, sent across the internet and reassembled at the other end.
โšก JavaScript Lets websites do things when you interact with them, like clicking buttons or filling in forms.
๐Ÿ’ฌ LLMs & Chatbots An AI trained on enormous amounts of text that predicts the next word in a sentence - chatbots like ChatGPT are built on top of one.
๐Ÿ—ƒ๏ธ Local Storage Another way websites save data in your browser - holds more than a cookie, stays only on your device, and isn't sent to the server.
๐Ÿง  Machine Learning The technique where software improves at a task by practising on lots of examples, without being told the rules.
๐Ÿฆ  Malware & Viruses Malicious software designed to damage, steal from, or take control of your device without permission - a virus is just one type.
๐ŸŒฑ Open Source Software whose code anyone can read, use, copy, and improve - built in public, often for free.
๐Ÿ—ฃ๏ธ Programming Languages A set of words and rules humans use to write instructions that a computer can follow.
๐Ÿ–ฅ๏ธ Servers A computer that's always turned on and ready to send websites or data to other computers.
โŒจ๏ธ Terminal A text-based window where you type commands directly to your computer, instead of clicking buttons and icons.
๐Ÿ” Two-Factor Authentication Proving who you are in two different ways - like your password plus a code sent to your phone.
๐Ÿ”— URLs The full web address of a page - it tells your browser exactly which server to contact and which page to ask for.
๐Ÿš‡ VPN Encrypts your internet traffic and routes it through another server, hiding your activity from your network and your real IP address.
๐ŸŒ Websites A bunch of pages stored on a computer somewhere else, which your computer asks to see.
๐Ÿ“ถ Wi-Fi & Routers Wi-Fi is the wireless signal your devices use to connect to your router, which shares your internet connection around your home.