Respuesta :

The only language a computer can understand

Answer:

Everything.

Explanation:

Machine languages are used to build everything. Including programs, web browsers, websites, web servers, operating systems, operating system kernels, games, and everything.

Only machines can read them. X86 assembly is an example of a machine language. C and C++ also compiles into pure machine language. That is why you can't decompile C and C++ with it still looking like the original source code.