answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Which term represents a computational instruction stored in computer memory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

It is an electronic device operating under the control of instruction stored in its own memory?

computer


Why we can't access instruction directly from memory?

The computer can! So if you need to see the instruction, ask the computer to get it and show it to you. The computer can probably even disassemble the instruction before showing it to you, so you can read it without having to understand the numeric machine code.


What is the purpose of the computer instruction Load Link?

The main purpose of a computer instruction load-link would be to help synchronize the multithreading within the computer. It basically returns the most recent value of the memory location.


What has the author Stephen Widjaja written?

Stephen Widjaja has written: 'Reduced instruction set computer memory architectures' -- subject(s): Reduced instruction set computers, Computer architecture, Computer storage devices


Is a form of permanent memory that holds all the instruction the computer needs to start up?

ram


Explain instruction cycle?

An instruction cycle is the rudimentary operation cycle of any computer. It involves the CPU fetching a program from memory and executing it fully.


Does an IBM System 370 computer have more power than an Intel computer?

No. A System/370 mainframe has far less computational power and memory than even a low-end modern computer with an Intel processor


Which area of the computer holds the data and instruction that are about to be used by the central processing unit?

MAIN MEMORY


define the Fetch-Execute cycle?

the Fetch-Execute cycle is the process by which a computer retrieves a programmed instruction from its memory, determines what actions the instruction dictates, and carries out those actions.


What is instruction cycle with interrupts?

The instruction cycle is the basic operation cycle in a computer. This is what will take in data, process it and execute as required.


What is referred to by computer resources?

When people talk about computer resources, they are usually referring to the available memory in RAM and the amount of time the CPU has available to execute an instruction.


What is the difference between load and store instruction?

Load instruction means to load the instruction from the memory to the processor (accumulator).. But store instruction is opposite of it,it stores information from accumulator to the memory.