What is the fundamental language of Computer ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the fundamental language of Computer ?

The languages we are learning like Java, C,C++ ,etc just makes the O/s understand what we want to execute but O/S is also written in some language which in turn ............. So which is the 1st language which form the basics of all.

18th Dec 2017, 7:12 AM
Mr.Curious
Mr.Curious - avatar
3 Answers
+ 9
Machine language is the basis of all languages. It works with binary numbers i.e 0 and 1
18th Dec 2017, 7:29 AM
OLUSEGUN OBADINA
OLUSEGUN OBADINA - avatar
+ 22
First of all - Assembler. It's the most nearest to the machine code.
18th Dec 2017, 8:04 AM
Robert
Robert - avatar
+ 2
The lowest level is assembly language with the extension asm. CPP and c are translated into assembly language on compilation.
18th Dec 2017, 12:44 PM
Core i9
Core i9 - avatar