answersLogoWhite

0


Best Answer

The CPU executes program instructions.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which component executes program instructions
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which component of a computer system executes the program and how?

C.p.u. Executes the program


What kind of program is interpreters?

An interpreter is a specialized kind of computer program. This program executes instructions written in a programming language that is not the native coding.


What is the use of the central processing unit?

it executes the program ,performs the computations and controls the flow of the instructions.


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.


Which device is the brain of a computer system?

The CPU (Central Processing Unit) is the portion of a computer system that carries out the instructions of a computer program, and is the primary element carrying out the computer's functions. It is the unit that reads and executes program instructions. The data in the instruction tells the processor what to do.


Why would you use an interperter?

In computer science, an interpreter normally means a computer program that executes, i.e. performs, instructions written in a programming language. An interpreter may be a program that eitherexecutes the source code directlytranslates source code into some efficient intermediate representation (code) and immediately executes thisexplicitly executes stored precompiled code[1] made by a compiler which is part of the interpreter system


Where do the instructions that computer follows come from?

The instructions that computers follow are located in programs. Programs are stored on media such as CDs, DVDs, floppies, USB drives, and hard drives. When a program is loaded, it is copied into RAM, and the CPU executes the instructions inside of the software out of RAM.


What is the hardware that performs all calculations and executes instructions called?

processor


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.


Definition of a program in UNIX?

Something what the computer executes.


What is the meaning of this term Stored Program Concept?

a program that is stored in the memory of the computer that executes it


What is the different between process from a program?

A program is a set of instructions that are to perform a designated task, where as the process is an operation which takes the given instructions and perform the manipulations as per the code, called 'execution of instructions'. A process is entirely dependent of a 'program'. - A process is a module that executes modules concurrently. They are separate loadable modules. Where as the program perform the tasks directly relating to an operation of a user, like -word processing, executing presentation software etc.