answersLogoWhite

0


Best Answer

An interpreter

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A system programme that translate and executes an instruction simultaneously is know as?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How PLC store a program?

how a plc stores a programme and executes it


What is called the collection of commands that a specific CPU executes?

machine code instruction set or assembly language


What is the use of direction flag and Trace flag in 8086?

The direction flag (DF) controls the direction of repeated string instructions. The trap flag (TF) executes one instruction and then executes a debug (INT 1) instruction so that a debugger can single step through a program.


How do the basic computer components work together to execute an instruction?

The input devices receive the instruction from the user, which is then fed into the processor. The processor then executes the instruction and displays the result on the screen or other appropriate output device.


Difference between microprocessor and instruction code?

difference between micro operation and microinstruction


What a thread executes?

A thread can do anything a regular class does. However, the idea of having multiple threads is so that the computer can do several things simultaneously.


What program is the program that contains the language instructions or code to be converted?

There is no such thing: compiler translates but doesn't execute; interpreter executes, but doesn't translate.


What Is the first order of execution of an instruction in a program?

In computer engineering out of order execution is a paradigm used in most high-performance central processing units to make use of instruction cycles that would otherwise be wasted in theis paradigm a processor executes instructions is an order.


What is the difference between instruction and microinstruction?

In a microprogrammed processor, the hardware doesn't directly execute the instructions in the ISA  The hardware executes very simple micro-operations that are used to implement the instructions  Each instruction specifies a sequence of micro-operations that are used to implement the instructions


What is the fetch-decode-cycle on a computer?

when we execute a program, the starting address is loaded in the program counter. Then for each instruction the processor goes through fetch-decode-execute states. At the fetch state the instruction code is fetched then decoded to understand what exactly has to be done. Then finally it executes that instruction. This process goes on till it reaches the end of the program.


What is fetching in microprocessor?

1) Fetch is the first of two stages involved in computer processing. The processor operates by processing instructions in what is called the "fetch/execute cycle." The processor fetches (reads from memory) an instruction and then, depending on the instruction, executes it (takes some further action with it, such as shifting bits to the right or left). Then it fetches the next instruction, and so forth.


How does a R.I.S.C processor differ?

The term RISC means Reduced Instruction Set Computer, as opposed to CISC, which is Complex Instruction Set Computer. The RISC processor is different from the CISC process between it has far fewer instructions, but it executes them much faster, because of its simpler internal design.