answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are various types of operations required for instruction Explain each?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Operations management has assumed great significance in modern industries explain. What are the various function of operations manager?

Explain the significations of Operations management?


What are the important instruction set design issues?

# Operation repertoire: How many and which operations to provide, and how complex operations should be # Data types: The various types of data upon which operations are performed # Instruction format: Instruction length (in bits), number of addresses, size of various fields, and so on. # Registers: Number of CPU registers that can be referenced by instructions, and their use. # Addressing: The mode or modes by which the address of an operand is specified


What is the instruction set in CPU?

It is a system of coded numbers that when read by the CPU control unit are interpreted as commands for the various operations it can perform. Each different type of CPU has a differently coded instruction set.


What is microprocessor and explain the parts of microprocessor using block diagram?

Block diagramWorking:· CPU consists of three basic units: control unit, Arithmetic Logical Unit (ALU) and memory unit.· Input is given through the input devices to CPU.· Control unit controls communication within ALU and memory unit.· Decides which circuit is to be activated.· For reading instruction it uses Fetch-execute mechanism.· Control unit gets instruction from memory.· Control unit decides what to do of that instruction and transfers it to the ALU.· ALU performs various arithmetic operations like addition, subtraction, multiplication, division and logical operations like AND, OR, NOT, NAND etc. on that instruction.· Results of ALU are stored in the memory or resistor for its further operations.· After completing the instruction, stored results are passed to the output devices.· To synchronize all these operations CPU uses its own system clock.


How would you test a PushButton to verify that it is enabled after the user has provided all required data in rational robot?

By performing various push type operations.


Explain the various aspects of forest conservation act 1980?

It protected forested lands from clearing or farming operations. It provided a penalty for anyone that cleared forested lands or used them for farming operations. It applied to of India except the State of Jammu and Kashmir.


List out and explain briefly the various types of selling skills required for successful sales interactions.?

tell them to buy it or you will kill them. Works everytime for me!


How can explain the various performance measures of disks?

Explain various performance measures of disks.


4 Explain various storage devices and their characteristics?

Explain various storage devices and their characteristics?


What are various instruction formats in 8085 microprocessor?

An instruction is a command for any given task. There are two parts to each instruction; one giving the command and two the operand.


What are the various phases of an instruction cycle Give the micro operation of fetch and decode phases?

there are 4 phases in instruction cyclefetchdecodeexecutestore


What is execute cycle in microprocessor?

The sequence of operations that the cpu has to carry out while execution is called instruction cycle. 1:- Read an Instruction 2:- Decode the instruction 3:- Find the address of operand 4:- retrieve an operand 5:- perform desired operation 6:- find the address of destination 7:- store the result into the destination