Quiz-1

Q 1. If the value of the target operand is contained in the address field itself the addressing mode known is / यदि लक्ष्य ऑपरेंड का मान पता फ़ील्ड में ही निहित है, तो पता मोड ज्ञात है

  1. Implied Mode
  2. Immediate Mode
  3. direct
  4. Register Mode

Q 2. In which addressing mode the content of the program counter is added to the address part of the instruction to obtain the effective address ______ / प्रभावी पता ______ प्राप्त करने के लिए किस एड्रेसिंग मोड में प्रोग्राम काउंटर की सामग्री को निर्देश के एड्रेस भाग में जोड़ा जाता है

  1. indirect addressing mode
  2. Index addressing mode
  3. Relative addressing mode
  4. offset addressing mode

Q 3. In the addressing mode, where the operand resides in memory and its address is given by the address field of the instruction known as _______ / एड्रेसिंग मोड में, जहां ऑपरेंड मेमोरी में रहता है और उसका पता निर्देश के एड्रेस फील्ड द्वारा दिया जाता है जिसे _______ कहा जाता है

  1. Immediate
  2. Direct
  3. Definite
  4. Relative

Q 4. Most computers fall into one of …….. of CPU organizations. / अधिकांश कंप्यूटर CPU संगठनों के …….. में से एक में आते हैं।

  1. Two types
  2. Three types
  3. Four types
  4. None 

Q 5. One-address instructions use an implied……… registers for all data manipulation / One-address निर्देश सभी डेटा manipulation के लिए एक निहित ……… रजिस्टर का उपयोग करते हैं

  1. processor
  2. accumulator (AC)
  3. both a & b
  4. None

Q 6. Which addressing mode executes its instructions within CPU without the necessity of reference memory for operands? / कौन सा एड्रेसिंग मोड ऑपरेंड के लिए रेफरेंस मेमोरी की आवश्यकता के बिना सीपीयू के भीतर अपने निर्देशों को निष्पादित करता है?

  1. Implied Mode
  2. Immediate Mode
  3. Direct Mode
  4. Register Mode

Q 7. How is the effective address of base-register calculated? / आधार-रजिस्टर के प्रभावी पते की गणना कैसे की जाती है?

  1. By addition of index register contents to the partial address in instruction
  2. By addition of implied register contents to the partial address in instruction
  3. By addition of index register contents to the complete address in instruction
  4. By addition of implied register contents to the complete address in instruction

Q 8. _____ addressing mode is most suitable to change the normal sequence of execution of instructions. / निर्देशों के निष्पादन के सामान्य अनुक्रम को बदलने के लिए _____ एड्रेसिंग मोड सबसे उपयुक्त है।

  1. Relative
  2. Indirect
  3. Index with Offset
  4. Immediate

Q 9. In the following indexed addressing mode instruction, MOV 5(R1), LOC the effective address is ______ / निम्नलिखित अनुक्रमित एड्रेसिंग मोड निर्देश में, MOV 5(R1), LOC प्रभावी पता ______ है

  1. EA = 5+R1
  2. EA = R1
  3. EA = [R1]
  4. EA = 5+[R1]

Q 10. In the case of, Zero-address instruction method the operands are stored in _____ / जीरो-एड्रेस इंस्ट्रक्शन मेथड में ऑपरेंड को _____ में स्टोर किया जाता है

  1. Registers
  2. Accumulators
  3. Push down stack
  4. Cache