👤

How compilers make things easier?​

Sagot :

Answer:

Compilers have several advantages:

Compiled programs run quickly, since they have already been translated.

A compiled program can be supplied as an executable file. An executable file is a file that is ready to run. ...

Compilers optimise code. Optimised code can run quicker and take up less memory space.

[tex]\huge\color{Cyan}{\boxed{\tt{Answer:}}}[/tex]

Compilers take text, parse and process it, then turn it into binary for your computer to read. This keeps you from having to manually write binary for your computer, and furthermore, allows you to write complex programs easier.