{"id":22888,"date":"2023-05-31T13:22:00","date_gmt":"2023-05-31T13:22:00","guid":{"rendered":"https:\/\/www.codemonkey.com\/?p=22888"},"modified":"2023-12-14T17:55:50","modified_gmt":"2023-12-14T17:55:50","slug":"coding-terminology-for-kids","status":"publish","type":"post","link":"https:\/\/www.codemonkey.com\/es\/blog\/coding-terminology-for-kids\/","title":{"rendered":"Coding terminology for kids"},"content":{"rendered":"
As the world becomes more technological, so does language. People today use hundreds of words that people of the past (the very recent past) would never have even heard of. Did any of us know what WiFi was thirty years ago? <\/p>\n\n\n\n
Some children pick up these modern words before they\u2019ve even started school. They hear their parents complaining about bad WiFi, and quickly work out that the strange little box with the blinking lights is the oh-so-important router. <\/p>\n\n\n\n
But there are other words that kids are unlikely to learn from a parent. Words like decomposition, packet, and algorithm. That\u2019s why we decided to put together this list of terms. Share it with your kids, and teach them the difference between clouds and clicks. <\/p>\n\n\n\n
Un algoritmo<\/a> is a set of instructions that tell a computer what to do. Computers always follow instructions in the order they are given, like a human following a recipe. Coders need to write good algorithms, just as chefs need to write good recipes.<\/p>\n\n\n\n Abstraction is another important coding term. It helps us to simplify something long and complicated into a smaller, less terrifying form. Basically, it involves ignoring the parts that we don\u2019t need to worry about, and only looking at the parts that actually matter. For example, if we\u2019re trying to fix a problem, we don\u2019t need to look at the code for our entire computer. We just need to look at a piece of it \u2014 the part which is causing the problem.<\/p>\n\n\n\n Artificial intelligence<\/a> is when a computer thinks for itself. We\u2019re not talking about sentient talking robots. We\u2019re talking about computers that know how to deal with new situations which they weren\u2019t originally coded for. This counts as \u2018thinking\u2019 \u2014 instead of sticking to their step-by-step instructions, they branch out and do something new.<\/p>\n\n\n\n Binary is the secret language at the heart of every computer. It\u2019s made up of millions of zeroes and ones: 01101000 01101001. These numbers don\u2019t mean much to us, but they mean everything to a computer. Even when we give a computer instructions in English, it translates them into binary before knowing what it needs to do.<\/p>\n\n\n\n A bit is a teeny, tiny piece of information. You know what we said about binary? Every 0 and every 1 is a bit. Eight bits is called a byte. A thousand bytes is called a kilobyte. A thousand kilobytes is called a megabyte. A thousand megabytes is called a gigabyte. A thousand gigabytes is called a terabyte\u2026 That\u2019s a lot of bits. <\/p>\n\n\n\n Codificaci\u00f3n utilizando bloques<\/a> lets people write algorithms using visual blocks instead of words. You can drag these blocks around the screen, try lining them up in different orders, and see how the computer responds. It\u2019s great for beginners and is usually the way that kids are taught to code. <\/p>\n\n\n\n Sometimes, your code won\u2019t work. Why won\u2019t it work? There\u2019s a bug. Basically, it\u2019s a glitch in the system. Something which makes your computer behave in an unexpected way. You clicked on a button, and nothing happened? That\u2019s probably a bug.<\/p>\n\n\n\n This is a style of writing that coders use. The first word always starts with a lowercase letter, then all the other words start with an uppercase letter. Also, there aren\u2019t any spaces between words: \u201clikeThis.\u201d You\u2019ve probably seen examples of camel cases. iPhone and eBay are a couple of examples. It\u2019s called a camel case because that capital letter right in the middle sticks up like a camel\u2019s hump.<\/p>\n\n\n\n This one is pretty obvious. A click is when you press the button on your computer mouse, or when you press down on your trackpad if you\u2019re a laptop user. It\u2019s simple but important \u2013 there\u2019s no easier way to tell your computer what to do.<\/p>\n\n\n\n Traditionally, people would store all their files on their own computers, but in recent years, they\u2019ve started using clouds instead. These are storage places somewhere far away, which you access using an internet connection. It’s like having a personal library floating in the sky, which you can visit using your computer, or your phone, whenever you like. <\/p>\n\n\n\n We\u2019ve been defining all these coding words, but we haven\u2019t defined coding yet. In simple terms, it\u2019s the process of writing instructions for a computer to follow. A good coder can use code to make websites, games, apps, and other digital things. <\/p>\n\n\n\nAbstraction<\/h2>\n\n\n\n
Artificial intelligence<\/strong><\/h2>\n\n\n\n
Binary<\/strong><\/h2>\n\n\n\n
Bits<\/strong><\/h2>\n\n\n\n
Bloques<\/strong><\/h2>\n\n\n\n
Bug<\/strong><\/h2>\n\n\n\n
Camel case<\/strong><\/h2>\n\n\n\n
Hacer clic<\/strong><\/h2>\n\n\n\n
Cloud<\/strong><\/h2>\n\n\n\n
Aventura de<\/strong><\/h2>\n\n\n\n
Command<\/strong><\/h2>\n\n\n\n