answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Do computers have built-in compilers and interpreters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Two specialised software tools for translation?

Compilers and interpreters.


What are the component of system programming?

various components of system programming are: - Assemblers - Interpreters - Compilers - Loaders - Macros


Write down three differences between compilers and interpreters?

complisr check entrie program at a time and gives errors and wrranings. but interpreters chech line by line. if any line having error it gives message . if u cleary error in that and goes to next line. otherwise checking in that line only. in java language use both compilers and interpreters


Advantages of interpreters over compilers in systems programming?

during testing of any code it is usefull, normally interpreters are slow as we need to interpret every time the code is to be executed , but for compilers object code generated can used for any no . of times . for a code to be interpreted it has to be completely in main memory .


What is comment as used in programming?

It's a part of program ignored by compilers and/or interpreters, created mainly for source code documentation.


What are the various types of compilers used in computers?

Compiler can be divided into following four main types. 1. one pass compilers 2. multi pass compilers 3. load and go compiler 4. optimizing compilers


What do mnemonics mean?

High-level languages are converted into machine code using translation software, which is commonly included with programming software. Compilers and interpreters are the terms for these translators. Compilers and interpreters are used to translate programmes. To learn more about data science please visit- Learnbay.co


What invention or innovation to make computer successfully product Explain?

Lots of inventions were essential to make the computer work, for example:* The transistor (as well as its precursor, the vacuum tubes). * The integrated circuit. * The use of binary numbers. * Programming languages (assemblers, compilers, interpreters). * Operating systems. * The diverse programs used on computers.


What is the difference between assemblers interpreters and compilers?

Assemblers convert Assembly code to machine code Interpreters convert high level code to real-time machine code and store it in the memory for direct execution Compilers convert high level code to real-time machine code or some intermediate code and store it in a file for later execution Assemblers use the basic building blocks of the command processor code to write programs and is the language closest to the binary on which all computers operate, although it is difficult to use it does work well for things like networking and communication protocols. Interpreters are just what they say, they translate the code in real time as you operate the program, then process it, and are therefore the slowest. Compilers translate the code into a format the computer understands prior to the execution (or distribution) of the code and is therefore the easiest to use as it combines the better attributes of both programming methods into one easy to use package.


What is compilers and interpreters the purpose?

compiler and interpreter used to convert high level language to machine level language .....compiler does dis job in atonce while interpreter does in step by step


Why can't we use English in programming?

Computers don't understand English. All programs must be written in machine code -- the native language of the machine. Programs written in high-level languages must be converted to machine code in order to be executed. We can write machine code programs to perform the conversion for us. These programs are called compilers or interpreters.


What are the recent softwares which are used by programmers?

Always the same: text-editors, compilers, linkage-editors, debuggers... well interpreters too. These are often integrated into so called IDEs (Integrated Developing Environment).