๐Ÿ“– 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.
โ›“๏ธ 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.
โ˜๏ธ Cloud "The cloud" just means using other people's computers on the internet instead of your own.
๐Ÿช 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.
๐ŸŽญ 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.
๐Ÿง  Machine Learning The technique where software improves at a task by practising on lots of examples, without being told the rules.
๐ŸŒฑ 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.
๐ŸŒ Websites A bunch of pages stored on a computer somewhere else, which your computer asks to see.