Back to the 2022 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 & ARCHITECTUREThe unit responsible for fetching, decoding, and executing instructions is: (i) ALU (ii) Memory Unit (iii) Control Unit (iv) I/O Unit20252mMICROPROCESSORSDefine "OPCODE" and "OPERAND" with example. What do you understand by instruction set. Write the 3 categories of data transfer instructions.20227m
Previous\(c\) The alternate way of writing the instruction, ADD #5, R1 is (i) ADD [5],[R1]; (ii) ADDI 5,R1; (iii) ADDIME 5,[R1]; (iv) There is no other wayNext(e) For converting a virtual address into the physical address, the programs are divided into (i) pages (ii) frames (iii) segments (iv) blocks