answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Do these programming languages need a compiler or an interpreter?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What does the SQL distinct programming sentence stand for?

The SQL distinct programming sentence stand for Structural Query Language. It is a special interfacing program. Its means we need to learn this language like other language i.e C++.


What is test script in software testing?

A test script is a set of instructions, written using a scripting or programming language, that are executed on a system under test. A test script is used to verify that the system performs as expected. Nowadays, QA outsourcing companies are primarily focusing on automation. Some of the most commonly used scripting languages used in automation testing are:JavaPythonPerlRubyVB scriptThere are many automation tools that generate the test scripts in their own scripting languages without the need for actual coding, for example Selenium IDE. Hope this information is clear to you and you can get back to us in case need more information


Is python required on a computer?

Python is in no way required on a Microsoft or Apple operating system. Python is a programming language/interpreter and is just an addon. Python, a computational language, like Java/C++, is not required to operate a computer. It is solely a shell and language combination that programmers might use to write code/ algorithms in a simpler language than Java. You do not need it unless you want to use for coding or learning computational function construction. Your computer will not be affected by whether or not you have Python, (the latest version is 3.0).


How do you modify skin of SPD shell v3.88 for s60 v5?

To modify the skin of the SPD shell v3.88 for s60 v5 you need to have some programming skills.


How do you hack a webcam site private show?

You need to have basic programming and hacking skills to hack a webcam site private show. To get into the webcams you will have to type inurl:view.

Related questions

Why HTML doesn't need a compiler to run?

They are not programming languages and do not create programs, so they don't need a compiler. A browser opens a web page and reads the HTML or XHTML and displays it, more like an interpreter would.


What compiler and interpreter effect the speed of computer?

need to get to mars


Explain the statement there is more to java than the language?

All programming languages are abstract things - collections of rules which dictate how symbols may form words, how words may form statements, and how statements may form programs. Programming languages need "other stuff" in order to actually be useful. For most languages this will include either a compiler or an interpreter which can turn source code into executable programs. Java's "other stuff" includes a compiler, which turns Java source code into Java byte code, and the Java Virtual Machine (JVM), which allows Java byte code to execute on your computer.


Is there any programming language that does not use compiler or interpreter?

Not really. You need some program to interpret your source code. There is the "assembler", but that can be thought of as a simpler version of a compiler - simpler, because the assembler basically just converts the source code instructions one-to-one to machine instructions.


How do languages work?

The key item is the compiler. The compiler takes the programming language and converts it into a language and sequences that the computer can understand. The other item is the library. It is a set of commands that the compiler can understand and can translate into the machine language. The programming language is what you use to create your processes. Most of them are directly related to logic sequences and storing and retrieving of data. You write the commands in the programming language, run it through the compiler which converts it to machine code and then have an executable program. Some programs are also interpreted meaning they don't need to be run through a compiler. Such as PHP and JavaScript


Why you need programing languages?

Programming languages are used to code a program.


Why do we need so many programming languages?

No one language is perfect, so we have had to create many programming languages for specific purposes.


Write shorts note on interpreter?

An interpreter is a program that directly executes instructions written in a high-level programming language without the need for compiling them into machine code. It translates code line by line and executes it immediately, making it slower than compiled languages like C++. Interpreted languages are generally more flexible and easier to debug, as changes can be seen immediately without the need to recompile the entire program.


How can you make a ms-dos com program?

You would need to write it using a software development system that includes a compiler and an integrated development environment. Turbo Pascal and Euphoria are two programming languages you could use.


What program do you use to open a batch file?

Hey want to learn batch?? Well a batch file does not need a program (I.E a compiler or interpreter) like in other languages like C++ and Python. No a batch file is just saved a certain way.


Does c sharp work on c or c plus plus compilers or you need a c sharp compiler?

They are different languages, each of them requires its own compiler.


Where can you make games?

Anywhere. You just need a PC/laptop/other device with capabilities to support text editor(s) and compiler(s)/interpreter(s).