रीड/राइट हेड के इच्छित सेक्टर के नीचे आने तक प्रतीक्षा करने में लगने वाले समय को क्या कहा जाता है?
(DSSSB TGT Computer Science 07.08.2021 Shift-I)
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 वह समय है जो सही ट्रैक पर पहुंचने के बाद इच्छित सेक्टर के रीड/राइट हेड के नीचे आने में लगता है।
निम्न में से कौन से मेमोरी रेफरेंस इंस्ट्रक्शन को प्रदर्शित नहीं करते हैं? 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)
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 सही उत्तर हैं।
Indirect addressing मोड में ऑपरेण्ड को प्राप्त करने के लिए कितनी मेमोरी रेफरेंस की आवश्यकता होती है?
(DSSSB TGT Computer Science 08.08.2021 Shift-I)
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 लगते हैं।
यदि n बिट्स का उपयोग opcode को दर्शाने के लिए किया जाए, तो कितने विभिन्न ऑपरेशन किए जा सकते हैं?
(DSSSB PGT Computer Science 2021)
Correct Answer: C
Explanation (EN): With n bits, total combinations are 2^n.
Explanation (HI): n बिट्स से कुल 2^n विभिन्न ऑपरेशन संभव होते हैं।
मशीन लेवल लैंग्वेज के इंस्ट्रक्शन फॉर्मेट में OPCODE और ______ शामिल होते हैं।
(HTET PGT Computer Science 2023)
Correct Answer: B
Explanation (EN): Instruction format includes opcode (operation) and operand (data/address).
Explanation (HI): इंस्ट्रक्शन फॉर्मेट में opcode (कार्य) और operand (डेटा/पता) शामिल होता है।