What is the relationship between instructions and micro operations?

1 Answer

Answer :

1 macro can be defined as a cycle involve numbers of small steps to execute or to perform a task this small step is known as micro-opration micro is part of instruction 2.instruction is task performed by micro opration

Related questions

Description : Each instruction is executed by set of micro operations termed as. a. Micro instructions b. Mini instructions c. Botha &b d. None of these

Last Answer : a. Micro instructions

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 : Instructions and data can be stored in the memory of Computer for automatically directing the flow of operations. It is called _____ concept. (A) Objective Programming (B) Stored program (C) Both (A) and (B) (D) None of the Above

Last Answer : (B) Stored program

Description : A program: a) is a device that performs a sequence of operations specified by instructions in memory b) is a sequence of instructions c) is the device where information is stored d) None of The Above

Last Answer : a) is a device that performs a sequence of operations specified by instructions in memory

Description : Memory: a) is an device that performs a sequence of operations specified by instructions in memory b) is a sequence of instructions c) is the device where information is stored d) None of The Above

Last Answer : c) is the device where information is stored

Description : A program: a) is a device that performs a sequence of operations specified by instructions in memory b) is a sequence of instructions c) is the device where information is stored d) None of The Above

Last Answer : a) CPU

Description : Memory: a) is an device that performs a sequence of operations specified by instructions in memory b) is a sequence of instructions c) is the device where information is stored d) None of The Above

Last Answer : c) is the device where information is stored

Description : IDIV and DIV instructions perform the same operations for? a) Unsigned number b) Signed number c) Signed number & Unsigned number d) none of above.

Last Answer : b) Signed number

Description : ‘She/he keeps machines, materials, tools, etc., ready for operations by concerned workers.’ Whose work is described by this sentence under functional foremanship? a. Instructions Card Clerk b. Repair Boss c. Gang Boss d. Route Clerk

Last Answer : c. Gang Boss

Description : Loop unrolling is a code optimization technique: (A) that avoids tests at every iteration of the loop (B) that improves performance by decreasing the number of instructions in a basic block. ... loops with outer loops (D) that reorders operations to allow multiple computations to happen in parallel.

Last Answer : (A) that avoids tests at every iteration of the loop

Description : Which micro operations carry information from one register to another. a. Register transfer b. Arithmetic c. Logical d. — Allof these

Last Answer : a. Register transfer

Description : To determine the efficiency of an algorithm the time factor is measured by: (A) Counting micro seconds (B) Counting number of key operations (C) Counting number of statements (D) Counting kilobytes of algorithm

Last Answer : (B) Counting number of key operations