One minute speech on coding
Answers
Answer:
Hope it helps you=Coding or programming is the process of creating instructions for computers using programming languages. Coding is used to program the websites, apps, and other technologies we interact with every day.
If you pay any attention to the technology world, you’ve undoubtedly heard the terms coding and programming dozens of times. Many of the best tech careers require the ability to code. If you want to work in a high paying field like software engineering, web development, or data science, understanding and using code is essential.
In this article, we’ll answer the following questions: what is coding, and what can programming be used for?
What is Coding?
Computer coding is the use of computer programming languages to give computers and machines instructions on what actions to perform. It is the way humans communicate with machines, and it allows us to create software like programs, operating systems, and mobile apps.We can also use programming languages to create web pages and applications. Some of the top programming languages include:
C
Python
JavaScript
Ruby
C++
C#
Scala
Perl
PHP
What is Coding Used For?
Simply put, coding is used for communicating with computers. People use coding to give computers and other machines instructions on what actions to perform. Further, we use coding to program the websites, apps, and other technologies we interact with every day. That covers what they’re used for, but how does coding work?
How Coding Works
A laptop and a monitor displaying code.
Coding is just telling a computer to flip a number of switches very quickly.
Computers are electronic machines made with transistors. Transistors aren’t very complicated; they’re a simple solid-state on and off switch. When you combine tens of thousands of these on/off switches, you get a computer.
» MORE: The Best Coding Websites for Beginners
It’s a little more complicated than that, but for the sake of explanation we won’t delve deeper into the topic. Binary code (the 1s and 0s you see in the movies) instructs these switches whether to turn on (1) or turn off (0). Each transistor will receive a 1 or a 0, and with thousands working at once, you can do some computing.
Unfortunately, attempting to make an entire computer work by manually typing a number for each transistor would take an incredible amount of time. Instead, we developed high level languages to help speed up the process. Instead of addressing individual transistors with machine code, we address entire sections of them to perform a specific task.