+ 2
What is a Mechine language?
I am a beginner.
6 Answers
+ 6
Machine language is the set of instructions which can be directly executed by the computer without any conversion.
+ 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
+ 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.
+ 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.
+ 1
For Beginner,What is a best language to lern?
+ 1
Thank u all