Explain the need to compile each time the program is executed. ?

1 Answer

Answer :

Compile is required every time the program is executed. The compiler is more useful as a translator program. The compiler translates high-level language source programs into object programs. The compiler builds and translates the entire program together. The compiler is in auxiliary memory. They are brought to Radham when needed. Different compilers are used. A specific compiler can convert a single high level language into mechanical language. Once the program is compiled by the compiler, the compiler is no longer needed. Displays any errors in the program on the monitor.

Related questions

Description : When a computer is first turned on or restarted, a special type of absolute loader called____ is executed 1) Compile and Go loader 2) Boot loader 3) Bootstrap loader 4) Relating loader

Last Answer : 3) Bootstrap loader

Description : When a computer is first turned on or restarted, a special type of absolute loader called____ is executed 1 Compile and Go loader 2 Boot loader 3 Bootstrap loader 4 Relating loader

Last Answer : 3 Bootstrap loader

Description : During program execution content of main memory undergo changes and, but control memory has _ microprogram: a. Static b. Dynamic c. Compile time d. Fixed

Last Answer : d. Fixed

Description : The command javac is used to A) debug a java program B) compile a java program C) interpret a java program D) execute a java program

Last Answer : B) compile a java program

Description : How to achieve compile time polymorphism explain in detail.

Last Answer : The process of linking of function call to function definition at compile time is called as Compile Time Polymorphism. It can be through Function and operator overloading. Function overloading: The process of defining the ... \n Concatenated String is:"; str1.display(); getch(); }  

Description : Does the size of an array need to be defined at compile time.

Last Answer : No

Description : I would need help with compiling a menu (6 courses) when I have as an intermediate Herb carp in wine with pea puree with potato basket with grapes. To the wine festival event.

Last Answer : Need Answer

Description : Suppose that the number of instructions executed between page faults is directly proportional to the number of page frames allocated to a program. If the available memory is doubled, the mean interval between page faults is also ... memory were available? (A) 60 sec (B) 30 sec (C) 45 sec (D) 10 sec

Last Answer : Answer: C Explanation: T = Ninstr x 1µs + 15,000 x 2,000 µs = 60s Ninstr x 1µs = 60,000,000 µs - 30,000,000 µs = 30,000,000 µs Ninstr = 30,000,000 The number of instruction ... doesn't mean that the program runs twice as fast as on the first system. Here, the performance increase is of 25%.

Description : What happens when a computer program is executed?

Last Answer : It depends upon the machine architecture and whether the programis encoded in native machine code or requires further translationto produce the required machine code.With native code, the operating system' ... any other and the JVM creates and manages the executionenvironment for the Java byte code.

Description : Which register holds the current instruction to be executed. a. Instruction register b. Program register 9 Control register a None of these

Last Answer : a. Instruction register

Description : The register which keeps track of the execution of a program and which contains the memory address of the instruction currently being executed is known as: a) Index Register b) Memory Address Register c) Program Counter d) None of The Above

Last Answer : c) Program Counter

Description : ..... is a set of Keywords, s symbols, and a system of rules for constructing statements by which humans can communicate the instructions to be executed by a computer... 1) A Computer Program 2) A Programming Language 3) An Assembler 4) Syntax

Last Answer : 2) A Programming Language

Description : Point out the wrong statement. a) In theory, any application can run either completely or partially in the cloud b) The location of an application or service plays a fundamental role in how the ... unit, under the control of an integrated program CSE-R17.BLOGSPOT.COM d) None of the mentioned

Last Answer : None of the mentioned

Description : In microprocessor the next instruction to be executed is stored in a) Program Counter b) Stack Pointer c) Memory Pointer d) Accumulator

Last Answer : Ans: Program Counter

Description : When the RET instruction at the end of subroutine is executed, a. the information where the stack is iniatialized is transferred to the stack pointer b. the memory address of the RET instruction is ... two data bytes stored in the top two locations of the stack are transferred to the stack pointer

Last Answer : c. two data bytes stored in the top two locations of the stack are transferred to the program counter

Description : Which of the following statements is true about a software verification and validation program? I. It strives to ensure that quality is built into software. II. It provides management with insights into the state ... software development activities. A. I, II&III B.II, III&IV C.I, II&IV D.I, III&IV

Last Answer : C.I, II&IV

Description : ……………. are not machine instructions and therefore, Java interpreter generates machine code that can be directly executed by the machine that is running the Java program. A) Compiled Instructions B) Compiled code C) byte code D) Java mid code

Last Answer : C) byte code

Description : A ………………… attaches itself to executable files and replicates, when the infected program is executed, by finding other executable files to infect. A) Stealth virus B) Polymorphic Virus C) Parasitic Virus

Last Answer : C) Parasitic Virus

Description : Process is ........................ A) A program in execution B) An instance of a program running on a computer. C) The entity that can be assigned to and executed D) All of the above.

Last Answer : D) All of the above.

Description : What will be the output at PORT1 if the following program is executed? MVI B, 82H MOV A, B MOV C, A MVI D, 37H OUT PORT1 HLT (A) 37H (B) 82H (C) B9H (D) 00H

Last Answer : Answer: B Explanation: In 8085 programming, the result of an operation is stored in the accumulator. So output is 82H.

Description : When a program is being executed in an 8085 microprocessor, its Program Counter contains  (A) the number of instructions in the current program that have already been executed (B) the total number ... is being currently executed (D) the memory address of the instruction that is to be executed next

Last Answer : When a program is being executed in an 8085 microprocessor, its Program Counter contains the memory address of the instruction that is to be executed next

Description : Define what is the difference between compile-time polymorphism and run-time polymorphism?

Last Answer : Compile time Polymorphism Compile time Polymorphism also known as method overloading. Method overloading means having two or more methods with the same name but with different signatures. Run time ... or more methods with the same name, same signature but with a different implementation.

Description : What error will be generated if a space is given between the logical AND operator (&&)? Will it be a compile-time or a run-time error?

Last Answer : Example: if(5>2 & & 6

Description : Differentiate between run time and compile time polymorphism.

Last Answer : Sr. No. Compile time polymorphism Runtime polymorphism 1 In this polymorphism, an object is bound to its function call at compile time. In this polymorphism, ... is implemented with operator overloading or function overloading It is implemented with virtual function.

Description : Compare run-time and compile-time polymorphism.

Last Answer : Compare run-time and compile-time polymorphism.

Description : Write any four differences between compile time and run time polymorphism.

Last Answer : Sr. No. Compile-time Polymorphism Run-time Polymorphism 1 Compile time polymorphism means that an object is bound to its function call at compile time. Run time polymorphism means that selection ... binding. 7 E.g. overloaded function call. E.g. virtual function.

Description : Which of the following differentiates between overloaded functions and overridden functions ? (A) Overloading is a dynamic or runtime binding and overridden is a static or compile time binding. ... function overloading, while redefining a function in a friend class is called function overriding.

Last Answer : (B) Overloading is a static or compile time binding and overriding is dynamic or runtime binding.

Description : Can you help me compile a list of (fictional) companies, that star in TV series?

Last Answer : McMann and Tate – Bewitched (where Darrin worked)

Description : Does anyone want to help me compile a list of musical renditions noted for outstanding bass work?

Last Answer : Beastie Boys – Paul Revere The Police – Every Breath You Take Yello – Oh Yeah

Description : I understand what the PL/SQL code below is supposed to do, but when I run the code, it won't compile. Can anybody help with why this is so?

Last Answer : answer:PL\SQL really isn’t my thing, but I believe you need something between the first IF statement and the ELSIF. What do you want it to do with the number if it is 50 or 90?

Description : How to compile a linux module for a different arch?

Last Answer : Generally speaking, gcc has an arch' flag which should take care of this. This may mean that you need to edit Makefiles if you such are provided by the manufacturer - hopefully you don't need to roll ... honestly, gcc either supports it or it does not, and GNU is the place to find out about that.

Description : Can you compile a r00-r19 (multipart rar) file strictly over the web?

Last Answer : answer:I'm not sure if there are any web tools, considering those individual rar files can still be quite large. I doubt a website would want to have an online app due to it would chew up their ... you trying to avoid not using a program like winrar, or winace to compile and extract the rar files?

Description : If you were to compile a collection of music for a baby, what would you include?

Last Answer : John Martyn songs would be good and some John Lee Hooker . What calmed my girls was theme songs ( the Simpsons,family guy) along with some heavy bass songs ( dance ) carramell dansen worked a treat ... John Martyn, John Lee Hooker and any heavy, black, doom metal music . Along with my guitar playing

Description : Who was the first to compile Roman law ?

Last Answer : The first to compile Roman law was Emperor Justinian.

Last Answer : After the death of the Prophet, the Qur'an instructed to unite: Hazrat Abu Bakr Siddiq R. 6

Description : How to Compile the Best Survival Kits?

Last Answer : Many people will argue about what is important to include in asurvival kit, but one thing cannot be argued. It is of life anddeath importance that one have a survival kit. The truth is thatsurvival ... sizedcompass, a pinch light, a lock-pick, hand-cuff keys, and a personalprotection device in the

Description : How often does PNC Bank compile interest on checking accounts?

Last Answer : PNC Bank compiles interest on a checking account yearly. Your statement likely contains potential earned interest every month. It will be compiled every 12 months.

Description : What is the purpose of microinstruction executions. a. Generate a control signal b. Generate a control signal to compile c. Generate a control signal to execute d. Allof these

Last Answer : c. Generate a control signal to execute

Description : The term "accountant" has been used by Auditing and Assurance Standards Council to refer to a CPA in public practice who is engaged to: a. Audit financial statements. b. Review financial statements. c. Apply agreed-upon procedures. d. Compile financial statements

Last Answer : Compile financial statements

Description : The term "accountant" has been used by Auditing and Assurance Standards Council to refer to a CPA in public practice who is engaged to: a. Audit financial statements. b. Review financial statements. c. Apply agreed-upon procedures. d. Compile financial statements.

Last Answer : Compile financial statements.

Description : The …………… command customizes the kernel configuration and generates the files needed to compile and link the kernel. A. ping B. ifconfig C. make config D. finger

Last Answer : C. make config

Description : Which of the following is not the function of client? A) Compile queries B) Query optimization C) Receive queries D) Result formatting and presentation

Last Answer : B) Query optimization

Description : Which of the following is/are the Database server functions? i) Data management ii) Transaction management iii) Compile queries iv) Query optimization A) i, ii, and iv only B) i, ii and iii only C) ii, iii and iv only D) All i, ii, iii, and iv

Last Answer : A) i, ii, and iv only

Description : Where to go after determining the size of a PowerPoint program image after adding it to the slide ?

Last Answer : After adding the image of PowerPoint program to the slide , you have to resize the image to determine its size .

Description : What is the most commonly used program for writing letters on a computer ?

Last Answer : Word processing programs are commonly used to write letters on a computer .

Description : Which Word Processing Program ?

Last Answer : Microsoft Word Processing Program.

Description : What kind of program is FoxPro ?

Last Answer : FoxPro database type program.

Description : What is meant by version of application package program ?

Last Answer : Package software manufacturers regularly launch new versions of package software in the market by checking the needs of the buyers. This is called a version of the application package program. ... program are released to survive the competition , meet customer demand, and succeed commercially.

Description : What's the difference between a package program and a customized program ?

Last Answer : A package program is a commercially designed software that provides the user with the necessary general instructions. There is no opportunity to change according to the demand later. There are many operators ... own needs to the exceptional work of everyday work. The price is relatively high.

Description : What kind of program is Oracle ?

Last Answer : Oracle is a database program.