This PYQ is from

UGC-NET-Paper1

ICT

UGC-NET-Paper1 PYQs

Year-wise PYQs

Section-wise PYQs

Read the Question carefully and choose the correct option.
Two binary numbers are added as given below:
0 b 0 1
c 1 1 a
----------
1 0 d 1

Then(a, b, c,d)= __.

1. (0,0,1,1)
2. (0,1,0,1)
3. (1,0,0,1)
4. (1,0,1,0)

यदि दो द्विआधारी संर्याएँ निम्न प्रकार से जोड़ी जाती हैं:
0 b 0 1
c 1 1 a
----------
1 0 d 1

तब(a, b, c, d)= __

1. (0,0,1,1)
2. (0,1,0,1)
3. (1,0,0,1)
4. (1,0,1,0)
This Question came in
UGC-NET-Education-14-March-2023-Shift-2-Q35
UGC-NET Paper 1 Full Course

To-the-point Video Lectures

Topic-wise PYQs

24x7 Doubt Solving

Detailed Explanation & Answer
d = 1 (the result of adding the least significant bits)
c = 0 (since 1 + 1 (carry) = 10 in binary, so c = 0)
a = 0 (since 0 + 1 (carry) = 1 in binary)
b = 1 (1+1 = 10, 1 (carry to 0)

abcd = (0,1,0,1)
d = 1 (न्यूनतम महत्वपूर्ण बिट्स जोड़ने का परिणाम)
सी = 0 (चूंकि 1 + 1 (कैरी) = 10 बाइनरी में, इसलिए सी = 0)
ए = 0 (चूँकि 0 + 1 (कैरी) = 1 बाइनरी में)
बी = 1 (1+1 = 10, 1 (0 तक ले जाएं)

एबीसीडी = (0,1,0,1)
Hello, world! This is a toast message.