Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 1 (Q.No. 7)
7.
Which of the following is the 1's complement of 10?
01
110
11
10
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
56 comments Page 5 of 6.

Mangesh S. Gaikwad said:   1 decade ago
It is very easy to write 1's complement.

Rule for complements is that:1 is replace by 0 & 0 is replace by 1.

For EX.: 101010

Answer: 010101

Moin Pathan said:   1 decade ago
In 1's complement every 1's are replaced by 0's and every 0's are replaced by 1's. :-).

Manoj said:   1 decade ago
In 1's complement 0 is replaced by 1 and 1 is replaced by 0.

J.Rupa said:   1 decade ago
In 1's complement 0 is replaced by 1 and 1 is replaced by 0. So the answer for 10 is 01.

SANOOP KUMAR said:   1 decade ago
Its simple, In one's complement method 1 is replaced by 0 and 0 is replaced by 1,

Example : 1010.
Answer : 0101.
(1)

Ravi yadav said:   1 decade ago
For 1's complement we change 1=0 and 0=1.

And for 2's complement we add 1 in 1's complement.

Jagadish said:   1 decade ago
In computer terminology complement means 0 replace 1 and 1 replace 0.

Basant rajak said:   1 decade ago
In one's complement method simply 1 is replaced by 0 and 0 is replaced by 1 thats all.

Bibhuprasad Sahoo said:   1 decade ago
In one's complements of a binary number, the easiest method is just replace 1 by 0 and 0 by 1. Thats all.

Raghupathi said:   1 decade ago
It is very easy to write 1s' compliment write 1 where it is 0 and VICE VERSA.


Post your comments here:

Your comments will be displayed after verification.