Register stack पर stack implement करते समय stack pointer register क्या होता है?
(LT. Grade C.S. 2018)
Correct Answer: B
Explanation (EN): In stack implementation SP is decremented first during push since stack grows downward in memory.
Explanation (HI): Stack implementation में push के दौरान SP पहले decrement होता है क्योंकि stack नीचे की ओर grow करता है.
IA-32 architecture में general flags के साथ कौन-से conditional flags होते हैं?
(BPSC TRE 1.0 2023)
Correct Answer: D
Explanation (EN): IA-32 provides multiple flags such as TF IF etc so answer is more than one.
Explanation (HI): IA-32 में कई flags जैसे TF और IF होते हैं इसलिए उत्तर more than one है.
विभिन्न devices में data transfer speed के अंतर को दूर करने के लिए क्या उपयोग किया जाता है?
(BPSC TRE 1.0 2023)
Correct Answer: B
Explanation (EN): Buffer registers temporarily hold data between devices of different speeds.
Explanation (HI): Buffer registers अलग-अलग speed वाले devices के बीच data को temporarily hold करते हैं.
अगले instruction का address रखने वाला register क्या कहलाता है?
(BPSC TRE 2.0 2023)
Correct Answer: A
Explanation (EN): Program counter holds address of next instruction to be executed.
Explanation (HI): Program counter अगले instruction का address रखता है.
वर्तमान में execute हो रहे instruction को रखने वाला register क्या है?
(BPSC TRE 2.0 2023)
Correct Answer: C
Explanation (EN): Instruction register holds current instruction being executed.
Explanation (HI): Instruction register वर्तमान instruction को hold करता है.
Memory location का address रखने वाला register क्या कहलाता है?
(BPSC TRE 2.0 2023)
Correct Answer: B
Explanation (EN): MAR holds the address of memory location for data transfer.
Explanation (HI): MAR memory location का address रखता है.
8-bit registers A और B के values दिए हैं A =01110110 B =10000101 operation के बाद क्या values होंगी?
(DSSSB TGT C.S. 2021)
Correct Answer: C
Explanation (EN): A becomes 11111011 after addition and B increments to 10000110.
Explanation (HI): A addition के बाद 11111011 और B increment होकर 10000110 बनता है.
Program counter register का कार्य क्या है?
(DSSSB PGT C.S.)
Correct Answer: D
Explanation (EN): Program counter stores address of next instruction.
Explanation (HI): Program counter अगले instruction का address रखता है.
128K x 1 byte memory के लिए कितने 16K x 1 bit RAM chips चाहिए?
(DSSSB PGT C.S.)
Correct Answer: C
Explanation (EN): Required chips = total bits / chip bits = 64.
Explanation (HI): कुल bits को chip capacity से divide करने पर 64 chips चाहिए.
CPU में कौन-सा register current instruction रखता है?
(DSSSB TGT C.S. 2024)
Correct Answer: A
Explanation (EN): Instruction register holds current instruction.
Explanation (HI): Instruction register current instruction को store करता है.