answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: A General Purpose holds data an Intermediate result during the execution of a program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Purpose of system program?

System programs provide a convenient environment for program development and execution.


What is Program execution in operating system?

Program Execution means that you open or run a program installed at the computer. my question how to do program execution


Can the program counter be one of the general purpose register?

No.


What is the purpose of literals in assembly language?

literals are used to store constant values which are not changed even after program execution


What is the meaning of execution and terminating the programmes?

execution is the process by which a computer carries out the instructions of a computer program. terminating program is to stop the program from execution.


What is meant by flow of execution a program?

That means to load a computer program into a computer's memory, and have the computer carry out the instructions in the program.


What is executive a c program?

I think it is 'execution of a C program'.


What is execution of program?

Exec. Of program is the compilation of document or the run of a type program.


What is the purpose of intermediate code generation incompiler?

The intermediate code generation phase transforms parse tree into an intermediate-language representation of the source program.Intermediate codes are machine independent codes, but they are close to machine instructions.The given program in a source language is converted to an equivalent program in an intermediate language by the intermediate code generator.Intermediate language can be many different languages, and the designer of the compiler decides this intermediate language.syntax trees can be used as an intermediate language.postfix notation can be used as an intermediate language.three-address code (Quadraples) can be used as an intermediate languagewe will use quadraples to discuss intermediate code generationquadraples are close to machine instructions, but they are not actual machine instructions.some programming languages have well defined intermediate languages.java - java virtual machineprolog - warren abstract machineIn fact, there are byte-code emulators to execute instructions in these intermediate languages.


What is persistence in oops explain with example?

The phenomenon where the object outlives the program execution time & exists between execution of a program is known as persistance


Are general purpose computers used mostly to control something else?

No. It is possible to program them for that purpose, but they have many more uses that have nothing to do with control.


What is the purpose of program counter?

program counter is a register that has the address of next instruction that has to be executed after currently executing instruction. it is used for proper execution of functions of computer by providing address of next instruction to microprocessor.