answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

What is the purpose of program planning?

a delibrate series of action to achieve a specific target.


How does data travel around the processor?

InstructionsDefinitionStep 1: The original definition of a computer processor was any machine that could perform arithmetic and logic functions. Today a computer processor is usually defined as a microprocessor chip, or CPU, that executes commands and runs computer programs. One of the biggest manufacturers of microprocessors is the Intel Corporation. Typical computer programs that must be processed by CPUs include Internet browsers, word processors, and image manipulation software. Computer processors perform four basic functions to process data and run computer programs.FetchStep 1: Every instruction that a CPU processes is represented by a series of numbers. Once initiated, the numbers representing the requested action are stored in memory. The CPU then fetches or retrieves the instruction from program memory. A program counter, or PC, keeps track of the computer processor's location in the active program. If the memory is slow, the CPU may stall while waiting for the instruction to be returned.DecodeStep 1: The CPU then analyzes the instruction it fetched and decides how it should be processed. Typically a particular group of numbers in the instruction indicate which operation to perform, and in what sequence. In more advanced CPUs, a microprogram may also be used to help decode instructions for the computer processor. CPU microprograms can sometimes be modified (from the factory default) to change the way the processor translates instructions.ExecuteStep 1: Depending on the action required, the CPU then sends segments of the original instruction to the most appropriate section of the processor. For example, if additional actions are requested, an arithmetic logic unit (ALU) is attached to a group of inputs and outputs. The inputs provide the numbers to be processed, and the outputs contain the final sum or response to the request.WritebackStep 1: After executing the instruction, the processor writes the results back into memory. Sometimes the results are written to an internal register for quick access, while in other cases the results are written directly to the main memory. After the instruction has been executed and written to memory, the process repeats by fetching the next instruction value in the program counter. In more advanced computer processors, it is possible for multiple commands to be fetched, decoded, and executed simultaneously.http://www.answerbag.com/articles/How-Does-a-Computers-Processor-Work/3a8590f3-775a-16a0-900c-bd4f23f606a7


How do you write a flash program?

Action Script 1.0 to Action Script 3.0 depending on the version of Flash you are using.


When you are optimizing program operation which action provides the greatest speed increase?

Analysis.


What general categories of function are specified by computer instructions?

1. What general categories of functions are specified by computer instructions?

Related Questions

What instruction that causes a program to perform a specific action?

command


What is instruction that causes a program to perform a specific action?

command


Instruction that causes a program to perform a specific action?

Command


What action is taken by CPU after reset to execute first instruction of program?

The fetch-execute cycle.


What is difference between echo and ' ' in unix?

Echo is a program. '' is not a program. '' does not perform any action. Echo returns what you type. '' does not.


The interprets each instruction issued by a program and then initiates the appropriate action to carry out the instruction.?

The component that interprets each instruction issued by a program and initiates the corresponding action is known as the Central Processing Unit (CPU). The CPU processes instructions from software, executing tasks by performing calculations, moving data, and controlling other hardware components. It acts as the brain of the computer, coordinating all operations to ensure the program runs smoothly.


What is the function of programs?

# It is used to solve problems. # The program directs the computer to perform the action that are needed to arrive at a solution.


What on a menu performs a specific action, such as searching for files or running an application program?

command


What on a menu performs a specific action such as searching for files or running an application program?

command


What is an order to do something called?

An order to do something is called a directive or an instruction. It is a command or request given to someone to carry out a specific task or action.


How do you use a program as a direct object?

To use a program as a direct object, you simply perform an action on the program directly. For example, "I use the program to edit photos." The program is the direct object in this sentence because it is the recipient of the action of being used.


What is the purpose of program planning?

a delibrate series of action to achieve a specific target.