๐ 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.