What is the coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the coding?

Find the encounter rate

25th Mar 2022, 11:54 AM
CML
CML - avatar
7 Answers
+ 1
 Coding is what makes it possible for us to create computer software, apps and websites. Your browser, your OS, the apps on your phone, Facebook, and this website – they’re all made with code. Here’s a simple example of code, written in the Python language: print 'Hello, world!' Many coding tutorials use that command as their very first example, because it’s one of the simplest examples of code you can have – it ‘prints’ (displays) the text ‘Hello, world!’ onto the screen. You write code to tell it what to do: print("Hello, world"). The code is compiled, which turns it into machine code the computer can understand. The computer executes the code, and writes Hello, world back to us. https://code.sololearn.com/c3xvRrXQuZIZ/?ref=app How to Start Coding 1.Take online courses. 2.Watch video tutorials. 3.Read books and ebooks. 4.Complete coding projects. 5.Find a mentor and a community. 6.Consider enrolling in a coding bootcamp.
27th Mar 2022, 5:21 AM
Ahmed Kazia
Ahmed Kazia - avatar
0
Random choice
25th Mar 2022, 12:32 PM
CML
CML - avatar
0
How to find the encounter rate of pokemon ball?
25th Mar 2022, 12:33 PM
CML
CML - avatar
25th Mar 2022, 1:15 PM
Junior
Junior - avatar
0
Coding means feeding our commands in the computer in a language the computer understands.
26th Mar 2022, 3:55 AM
Vaibhav
Vaibhav - avatar
0
Coding means feeding our commands in the computer in a language the computer understands, so that the computer can carry out the said command, and perform the task.
26th Mar 2022, 11:55 AM
Ahmed Kazia
Ahmed Kazia - avatar
0
Doing practical instead of asking "What is coding" can answer you question : D
26th Mar 2022, 9:17 PM
Malay Patra