computer organization and architecture

21. Statement I: Main memory transfer unit is number of bytes. Statement II: Transfer unit need not equal word size. Choose correct option.
कथन I: मुख्य मेमोरी ट्रांसफर यूनिट बाइट्स होती है। कथन II: ट्रांसफर यूनिट वर्ड के बराबर होना जरूरी नहीं है। सही विकल्प चुनें।
(DSSSB PGT Computer Science 2018)
A. Both True
B. I True II False
C. I False II True
D. Both False

Correct Answer: C

Explanation (EN): Statement I is false; Statement II is true.

Explanation (HI): कथन I गलत है और कथन II सही है।

22. Which statements are correct? (i) Hard disk supports virtual memory (ii) DRAM faster than SRAM (iii) External memory is secondary memory
कौन से कथन सही हैं? (i) हार्ड डिस्क वर्चुअल मेमोरी के लिए उपयोग होती है (ii) DRAM SRAM से तेज है (iii) एक्सटर्नल मेमोरी सेकेंडरी मेमोरी है
(DSSSB PGT Computer Science 2018)
A. (i) and (ii)
B. (ii) and (iii)
C. (i) and (iii)
D. All

Correct Answer: C

Explanation (EN): DRAM is slower than SRAM; other statements are correct.

Explanation (HI): DRAM, SRAM से धीमा होता है, बाकी कथन सही हैं।

23. Which CPU part performs binary addition and shift operations?
CPU का कौन सा भाग बाइनरी जोड़ और शिफ्ट ऑपरेशन करता है?
(DSSSB TGT Computer Science 2024)
A. ALU
B. Memory bus
C. Registers
D. Control unit

Correct Answer: A

Explanation (EN): ALU performs arithmetic and logical operations.

Explanation (HI): ALU अंकगणित और लॉजिक ऑपरेशन करता है।

24. Arrange storage devices in increasing speed order.
स्टोरेज डिवाइस को गति के बढ़ते क्रम में व्यवस्थित करें।
(UGC NET Computer Science 2014)
A. Magnetic tape → magnetic disk → optical disk → electronic disk → main memory → cache → registers
B. Magnetic tape → optical disk → magnetic disk → electronic disk → main memory → cache → registers
C. Magnetic tape → electronic disk → magnetic disk → optical disk → main memory → cache → registers
D. Magnetic tape → optical disk → magnetic disk → electronic disk → main memory → cache → registers

Correct Answer: D

Explanation (EN): Speed increases from tape to registers.

Explanation (HI): गति टेप से रजिस्टर तक बढ़ती है।

25. Which of the following are main memory? (A) Virtual (B) Cache (C) RAM (D) SSD
निम्न में से कौन मुख्य मेमोरी है?
(UGC NET Computer Science 2023)
A. A and C
B. B and C
C. C and D
D. A, B and C

Correct Answer: B

Explanation (EN): Cache and RAM are main memory.

Explanation (HI): कैश और RAM मुख्य मेमोरी हैं।

26. Which statements are true for DRAM? A slower than SRAM B higher density C faster than SRAM D requires refresh
DRAM के लिए सही कथन चुनें
(UGC NET Computer Science 2022)
A. A, B and D
B. A, B and C
C. C and D
D. B and D

Correct Answer: A

Explanation (EN): DRAM is slower but denser and requires refreshing.

Explanation (HI): DRAM धीमा होता है लेकिन घनत्व अधिक होता है और रिफ्रेश की जरूरत होती है।

27. CMOS chip on motherboard is:
मदरबोर्ड पर CMOS चिप क्या है?
(UGC NET Computer Science 2018)
A. RAM
B. ROM
C. EPROM
D. Auxiliary storage

Correct Answer: A

Explanation (EN): CMOS is used with RAM to store BIOS settings.

Explanation (HI): CMOS RAM BIOS सेटिंग्स स्टोर करने के लिए उपयोग होती है।

28. Computers work only on 1s and 0s pattern; instructions made up with it are called?
कंप्यूटर केवल 1 और 0 के पैटर्न पर काम करता है; इनसे बनी निर्देशों को क्या कहा जाता है?
(Bihar STET Computer Science 18.09.2020 Shift-I)
A. Programming language
B. Machine code
C. Instructions
D. Data

Correct Answer: B

Explanation (EN): The instructions made up of 1s and 0s that a computer works with are called Machine Code. It is the native binary language of a computer.

Explanation (HI): कंप्यूटर जिन 1 और 0 के निर्देशों पर काम करता है उन्हें मशीन कोड कहा जाता है। यह कंप्यूटर की मूल बाइनरी भाषा होती है।

29. Which of the following is not true regarding registers?
निम्न में से रजिस्टर के बारे में कौन सा कथन सही नहीं है?
(LT Grade Computer Science 2018)
A. Internal storage of CPU
B. Can hold either data or instruction
C. Made up of flip-flop
D. Cannot store intermediate results

Correct Answer: D

Explanation (EN): Registers are high-speed storage locations inside CPU that can store data, instructions, and intermediate results. Hence option (d) is false.

Explanation (HI): रजिस्टर CPU के अंदर उच्च गति की मेमोरी होती है जो डेटा, निर्देश और मध्यवर्ती परिणाम स्टोर कर सकती है, इसलिए (d) गलत है।

30. ______ is used to transfer data directly to main memory without using CPU.
CPU का उपयोग किए बिना डेटा को सीधे मुख्य मेमोरी में स्थानांतरित करने के लिए ______ का उपयोग किया जाता है।
(DSSSB TGT Computer Science 07.08.2021 Shift-I)
A. Device driver
B. Input/output interface
C. DMA controller
D. Memory Address Register

Correct Answer: C

Explanation (EN): DMA controller transfers data directly between I/O devices and main memory without CPU intervention.

Explanation (HI): DMA कंट्रोलर I/O डिवाइस और मुख्य मेमोरी के बीच सीधे डेटा ट्रांसफर करता है, CPU की आवश्यकता नहीं होती।