1. is CPU independent machine language style instruction set into which NET Framework program are compiled. .NET Framework program किस CPU independent instruction set में compile होते हैं? (DSSSB TGT Computer Science 07 August 2021 Shift I)
A. Machine language
B. High level language
C. Intermediate language
D. Assembly language
Correct Answer: C
Explanation (EN): .NET programs compile into Intermediate Language.
Explanation (HI): .NET program Intermediate Language में compile होते हैं.
2. Pseudo instruction is given to Pseudo instruction किसे दी जाती है? (DSSSB TGT Computer Science 07 August 2021 Shift II)
A. Compiler
B. Linker
C. Assembler
D. Loader
Correct Answer: C
Explanation (EN): Pseudo instruction is an assembler directive.
Explanation (HI): Pseudo instruction assembler के लिए होती है.
3. State whether the following statements are true or false. (i) With one-address instructions the programmer generally has available only one general-purpose register the accumulator. (ii) Zero-address instructions are applicable to a special memory organization called a stack. निम्न कथनों को सही या गलत बताइए। (i) One-address instructions में accumulator होता है। (ii) Zero-address instructions stack में उपयोग होते हैं। (DSSSB PGT Computer Science Male 27 July 2018 Shift II)
A. True True
B. True False
C. False True
D. False False
Correct Answer: A
Explanation (EN): Both statements are correct.
Explanation (HI): दोनों कथन सही हैं.
4. Which of the following statements is or are NOT CORRECT about NUMA A LOAD and STORE instructions are used to access remote memory B There is a single address space visible to all CPU C Access to local memory is slower than access to remote memory D When the access time to remote memory is hidden the system is called NC NUMA E In CC NUMA coherent caches are present NUMA के बारे में कौन-से कथन गलत हैं? (UGC NET Computer Science December 2023)
A. A and C only
B. B and D only
C. A and E only
D. C and D only
Correct Answer: D
Explanation (EN): Local memory is faster and NC NUMA does not hide latency.
Explanation (HI): Local memory तेज होता है और NC NUMA hidden नहीं होता.
5. Which of the following is characteristic of a RISC Reduced Instruction Set Computer processor RISC processor की विशेषता क्या है? (DSSSB TGT Computer Science 07 February 2024 Shift II)
Explanation (HI): RISC fixed length instructions use करता है.
6. A CPU has a 5 stage pipeline with stages Fetch Decode Execute Memory Write back each taking one clock cycle assume no stalls and initially empty how many clock cycles are required to execute 10 instructions Pipeline में 10 instructions के लिए कितने clock cycles लगेंगे? (UGC NET Computer Science Re Exam June 2024)
A. 10
B. 14
C. 15
D. 19
Correct Answer: B
Explanation (EN): Total cycles = 5 + 9 = 14.
Explanation (HI): Total cycles 14 होते हैं.
7. The addressing mode is similar to register indirect addressing mode except that an offset is added to the contents of the register and both offset and register are specified in the instruction Register indirect जैसा addressing mode जिसमें offset add होता है वह कौन-सा है? (UGC NET Computer Science June 2016 Paper III)
A. Base indexed
B. Base indexed plus displacement
C. Indexed
D. Displacement
Correct Answer: D
Explanation (EN): Offset added mode is displacement.
Explanation (HI): Offset वाला mode displacement है.
8. How many bits are required to distinguish between a direct and indirect address Direct और indirect addressing में अंतर करने के लिए कितने bits चाहिए? (DSSSB TGT Computer Science 07 August 2021 Shift I)
A. 1
B. 2
C. 3
D. 4
Correct Answer: A
Explanation (EN): Only one bit required.
Explanation (HI): केवल 1 bit चाहिए.
9. The most common addressing technique employed by a CPU is CPU सबसे common addressing technique कौन-सी है? (BPSC TRE Computer Science 2023)
A. Direct
B. Indirect
C. Immediate
D. More than one of the above
Correct Answer: D
Explanation (EN): CPU uses multiple addressing modes.
Explanation (HI): CPU कई modes use करता है.
10. What is the addressing called that is used in an instruction of the form ADD X Y ADD X Y किस addressing mode का example है? (BPSC TRE Computer Science 2023)
A. Indirect
B. Index
C. Absolute
D. More than one of the above
Correct Answer: C
Explanation (EN): Absolute addressing used.
Explanation (HI): Absolute addressing use होता है.