computer organization and architecture

1. The time required for the read/write head to come under the desired sector is known as:
रीड/राइट हेड के इच्छित सेक्टर के नीचे आने तक प्रतीक्षा करने में लगने वाले समय को क्या कहा जाता है?
(DSSSB TGT Computer Science 07.08.2021 Shift-I)
A. Seek time
B. Execution time
C. Wait time
D. Rotational delay

Correct Answer: D

Explanation (EN): Rotational delay is the time taken for the desired sector to rotate under the read/write head after reaching the correct track.

Explanation (HI): Rotational delay वह समय है जो सही ट्रैक पर पहुंचने के बाद इच्छित सेक्टर के रीड/राइट हेड के नीचे आने में लगता है।

2. Which of the following do not represent memory reference instructions? A. mode=1, opcode=010 B. mode=0, opcode=111 C. mode=1, opcode=111 D. mode=1, opcode=110 E. mode=1, opcode=001
निम्न में से कौन से मेमोरी रेफरेंस इंस्ट्रक्शन को प्रदर्शित नहीं करते हैं? A. mode=1, opcode=010 B. mode=0, opcode=111 C. mode=1, opcode=111 D. mode=1, opcode=110 E. mode=1, opcode=001
(UGC NET Computer Science December 2024)
A. B & C only
B. B & D only
C. A & D only
D. A & E only

Correct Answer: B

Explanation (EN): Opcodes like 111 and 110 often represent non-memory instructions. Hence B and D are not memory reference instructions.

Explanation (HI): opcode 111 और 110 सामान्यतः non-memory instructions होते हैं, इसलिए B और D सही उत्तर हैं।

3. How many memory references are required to fetch an operand in indirect addressing mode?
Indirect addressing मोड में ऑपरेण्ड को प्राप्त करने के लिए कितनी मेमोरी रेफरेंस की आवश्यकता होती है?
(DSSSB TGT Computer Science 08.08.2021 Shift-I)
A. 1
B. 2
C. 3
D. 4

Correct Answer: B

Explanation (EN): Two references are required: one to get effective address and second to get operand.

Explanation (HI): Indirect addressing में पहले effective address और फिर operand लेने के लिए 2 memory references लगते हैं।

4. When n bits are used to represent an opcode, how many different operations can be performed?
यदि n बिट्स का उपयोग opcode को दर्शाने के लिए किया जाए, तो कितने विभिन्न ऑपरेशन किए जा सकते हैं?
(DSSSB PGT Computer Science 2021)
A. n operations
B. 2 × n operations
C. 2^n operations
D. 2/n operations

Correct Answer: C

Explanation (EN): With n bits, total combinations are 2^n.

Explanation (HI): n बिट्स से कुल 2^n विभिन्न ऑपरेशन संभव होते हैं।

5. Instruction format of machine level language consists of OPCODE and ______.
मशीन लेवल लैंग्वेज के इंस्ट्रक्शन फॉर्मेट में OPCODE और ______ शामिल होते हैं।
(HTET PGT Computer Science 2023)
A. Operators
B. Operand
C. Variable
D. Function

Correct Answer: B

Explanation (EN): Instruction format includes opcode (operation) and operand (data/address).

Explanation (HI): इंस्ट्रक्शन फॉर्मेट में opcode (कार्य) और operand (डेटा/पता) शामिल होता है।