answersLogoWhite

0

no

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Does the C plus plus programming language use a virtual machine?

No, it does not. But Microsoft Visual Studio 2008 allows you to connect to a virtual machine and run your projects "sandboxed".


What type of programming language does assembly language use?

Assembly language uses a low-level programming language that directly corresponds to machine code instructions.


What is assembler language and how is it used in computer programming?

Assembler language is a low-level programming language that uses mnemonic codes to represent machine instructions. It is used in computer programming to directly communicate with the computer's hardware and control its operations. Programmers use assembler language to write programs that can be translated into machine code, which the computer can execute.


Which is correct source program is a high level language or machine language?

Neither. Programming languages are what we use to create source code.


What are the differences between the human language and machine programming language?

Human language is natural and used for communication between people, while machine programming language is artificial and used to communicate instructions to computers. Human language is context-dependent and ambiguous, while programming languages are precise and unambiguous. Humans use language for various purposes, such as expressing thoughts and emotions, while programming languages are designed for specific tasks like controlling hardware and software.


What is Programming languege and why we use programming languege andexplain it?

A computer can do many different things, depending on the program provided to the computer. The program is a list of instructions.Rather than learn the "machine language", which is the underlying instructions the computer can execute, nowadays people usually program in a "programming language", which is closer to a human natural language, usually English. The instructions in this programming language are then converted into machine language, by programs specifically designed for that purpose (assemblers, compilers, and - in a way - interpreters). Writing in a programming language is much easier than learning the machine language.


The machine language and assembly language for each CPU architecture are the highest-level programming languages?

No, it is just the opposite assembly language is the lowest level of programming language.A high level language uses one command to do complicated things such as placing buttons on the screen or triggering events when you click the mouse. Low level programming like assembly programming takes many lines of code to do even the most simple things such as putting text on the screen.Low level programming gives the programmer more fine machine specific control, however with machine specific control you loose the ability to run your programs on different computers. The best bet for programming is to use a hybrid language such as C++ or Basic. They have the ability to use low level programming, but with the use of library extensions you can also use high level code.Hopefully this is helpful to you. :)


What is difference between problem oriented and machine oriented languages?

machine oriented language: A programming language designed for use on specific class of computers. problem oriented language: A language whose statement resemble terminology of the user. Thanks


Why do you need programming language?

Without programming languages it would be impossible to program a computer to perform a specific task, let alone reprogram it to perform a variety of different tasks. Machine code is the native language of the machine and is therefore a programming language in its own right (in the early days of computing, it was the only language available). Even if we couldn't reprogram the machine, we'd still need some means of providing it with the machine code that would determine the computer's function, even if that means encoding those instructions on a permanent memory chip such as a ROM. This necessitates that we also need to know which "dialect" of machine code the machine specifically understands, because machine code is a machine-dependent language. That is, the machine code to program one type of machine cannot be used to program another type of machine -- each has its own specific version of machine code. We can, of course, use low-level and high-level languages that we can more easily understand, but in order for the computer to be able to understand those languages we must still program it to translate the source code to its native machine code, which means we need a programming language. In the absence of any other programming languages, we must use machine code -- which is exactly what we used with the very first computers. Once we have one translation program, we can use it to create newer and better translators, newer and better languages. Today, we can use virtually any high-level programming language on any machine in order to produce machine code for any other machine. But it all started with just one machine and one programming language -- machine code.


Is there a program that can help you make a programming language but you don't need to know a programming language?

No. In order to make or use a program or a programming language, you need to know a programming language.


What do you mean by java virtual machine explain?

A Java Virtual Machine enables a set of computer software programs and data structures to use a virtual machine model for the execution of other computer programs and scripts. The model used by a JVM accepts a form of computer intermediate language commonly referred to as Java bytecode. A virtual machine is a software implementation of a machine (i.e. a computer) that executes instructions (not programs) like a physical machine.


The process of translating a task into a series of commands that a computer will use to perform a task?

Multiply matrices