Back to the 2014 paper
Similar questions
COMPUTER ORGANIZATION & ARCHITECTUREWhat is the first step in the instruction execution cycle? (i) Decode (ii) Fetch (iii) Execute (iv) Store20242mCOMPUTER ORGANIZATION & ARCHITECTUREThe sequence of events that happen during a typical fetch operation is - (i) PC → MAR → Memory → MDR → IR - (ii) PC → Memory → MDR → IR - (iii) PC → Memory → IR - (iv) PC → MAR → Memory → IR20197mCOMPUTER ORGANIZATION & ARCHITECTURE(d) The instruction fetch phase ends with (i) placing the data from the address in MAR into MDR (ii) placing the address of the data into MAR (iii) completing the execution of the data and placing its storage address into MAR (iv) decoding the data in MDR and placing it in IR20222mWeb TechnologyExplain Java garbage collection mechanism.20207m
Previous### 3. A program runs on a 10 GHz CPU with the instruction mix and corresponding clock cycle count as given in the table: | Instruction type | Clock cycle count | Instruction count | | ---------------- | ----------------- | ----------------- | | Control transfer | 5 | 5000 | | Data transfer | 4 | 4000 | | Floating point | 2 | 2000 | | Integer | 1 | 1000 | --- ### Determine the following: - (a) CPI - (b) Execution time - \(c\) MIPS rate for programNextDifferentiate between hardwired programmed control and microprogrammed control.