What is a Mechine language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is a Mechine language?

I am a beginner.

5th May 2018, 2:15 AM
Nil00Rythm
Nil00Rythm - avatar
6 Answers
+ 6
Machine language is the set of instructions which can be directly executed by the computer without any conversion.
5th May 2018, 3:26 AM
Harsh
Harsh - avatar
+ 6
From the FAQ: That depends on what you're trying to achieve. For web development: Start with HTML, and then move on to CSS, JavaScript, JQuery, PHP, and SQL. For general application programming: Python, C++, and Ruby; then Java, C#, or Swift, based on the platform you're targeting. https://www.sololearn.com/faq/#q1
5th May 2018, 5:16 AM
Harsh
Harsh - avatar
+ 3
You should probably stick with something easy like Python. Although it really depends on what you want to accomplish. Python is a general purpose language which is why it's recommended to beginners.
5th May 2018, 4:15 AM
Ben Allen (Njinx)
Ben Allen (Njinx) - avatar
+ 2
Machine language is language that the CPU understands. It's all in binary, 0's and 1's. In theory, we could write a program in binary, but it would be very difficult to understand and debug. That is why we have programming languages like Java and Python. They abstract the 0's and 1's in a way that's easier for humans to understand.
5th May 2018, 9:41 AM
Yubi Doo
Yubi Doo - avatar
+ 1
For Beginner,What is a best language to lern?
5th May 2018, 3:36 AM
Nil00Rythm
Nil00Rythm - avatar
+ 1
Thank u all
5th May 2018, 5:24 AM
Nil00Rythm
Nil00Rythm - avatar