मास्क logical micro operation किस logical gate के समतुल्य है?
(DSSSB TGT C.S. 08.08.2021 (Shift-I))
Correct Answer: C
Explanation (EN): Masking in micro-operations is commonly done using the AND operation because it selectively keeps required bits and clears others.
Explanation (HI): Micro-operations में masking सामान्यतः AND operation से की जाती है क्योंकि यह आवश्यक bits को रखता है और बाकी को 0 कर देता है.
उस विधि में word को cache और main memory दोनों में एक साथ लिखा जाता है।
(UGC NET C.S. June-2016 (Paper-III))
Correct Answer: A
Explanation (EN): In write through method data is written into the cache and the corresponding main memory location at the same time.
Explanation (HI): Write through method में data cache और corresponding main memory location दोनों में एक साथ लिखा जाता है.
अन्य units को नियंत्रित करने के लिए control unit क्या generate करती है?
(BPSC TRE 1.0 2023 (11-12))
Correct Answer: C
Explanation (EN): The control unit generates control signals to direct the operation of other parts of the computer.
Explanation (HI): Computer के अन्य भागों के कार्य को नियंत्रित करने के लिए control unit control signals उत्पन्न करती है.
CPU और peripheral device के बीच का अंतर किस component द्वारा resolve किया जाता है?
(DSSSB PGT C.S. M/F 11.07.2021)
Correct Answer: C
Explanation (EN): The interface unit acts as a bridge between CPU and peripheral devices and supervises input-output transfers.
Explanation (HI): Interface unit CPU और peripheral devices के बीच पुल की तरह कार्य करती है और input-output transfer को नियंत्रित करती है.
निम्न में से कौन-सी memory सबसे तेज होती है?
(UGC NET C.S. December-2022)
Correct Answer: C
Explanation (EN): Register memory is the fastest memory and is located inside the CPU.
Explanation (HI): Register memory सबसे तेज memory होती है और CPU के अंदर स्थित होती है.
20 % and 40% respectively. Due to clock skew and setup pipeline let us consider that the machine adds one nsec overhead to the clock. How much speedup is observed in the instruction execution rate when a pipelined machine is considered.
(Using the given frequencies the average unpipelined time is 44 ns and pipelined clock time becomes 11 ns. Hence speedup = 44/11 = 4 times.)
Correct Answer: 6 TIMES
Explanation (EN): 8 times
Explanation (HI): b
Memory hierarchy में cache
(10008 ns)
Correct Answer: 100%) हैं। AVERAGE ACCESS TIME का निकटतम मान क्या होगा?
Explanation (EN): 98
Explanation (HI): 10024 ns
TLB सामान्यतः किस प्रकार संगठित होती है?
(BPSC TRE 3.0 Exam-22.07.2024 (11-12))
Correct Answer: B
Explanation (EN): TLB is typically organized as an associative cache because any virtual page can map to any entry.
Explanation (HI): TLB सामान्यतः associative cache के रूप में संगठित होती है क्योंकि कोई भी virtual page किसी भी entry में map हो सकता है.
and at the same time provide a large memory size at the price of less expensive types of semiconductor memories.
(Cache memory का उद्देश्य सबसे तेज memory के करीब speed देना और कुल लागत कम रखना है.)
Correct Answer: CACHE
Explanation (EN): d
Explanation (HI): Cache memory is designed to provide speed close to the fastest memory while keeping overall cost lower.
Data को कैसे process करना है यह बताने वाले statements की series को क्या कहते हैं?
(Bihar STET C.S. 18.09.2020 (Shift-I))
Correct Answer: D
Explanation (EN): A program is a series of statements or instructions written to process data or perform a task.
Explanation (HI): Program statements/instructions की एक श्रृंखला है जो data process करने या कोई कार्य करने के लिए लिखी जाती है.