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 6 of 6.

Simi said:   1 decade ago
Rules for 1s complement is that replacing 1 by 0 and 0 by 1, or another method is that subtracting number to be complemented by 11, genarally number of ones is taken depends on the number of digits in the paritular number.

Deepak said:   1 decade ago
Simple rule for complements is that : Replace 1 by 0 and 0 by 1.

Eg: 1's complement of 1001 will be 0110.

Vivek patel said:   1 decade ago
1's complement of 10 is 01

Sathiya said:   1 decade ago
In One's complement replace the opposite value in the given number.
To allow only 0 or 1 only.
if 0 means to replace 1 and 1 means to replace 0....

Example

the 1's complement of 1010

Ans: 0101

Sudha said:   1 decade ago
Thnks for the Explanation and its v short and cute :)

SOUMYA said:   1 decade ago
IN ONE'S COMPLEMENT EVERY ZEROS ARE REPLACED BY 1 AND VICE VERSA

EXAMPLE: 100

ANSWER: 011

IN THIS EXAMPLE 1 IS REPLACED BY 0 AND 0 IS REPLACED BY 1


Post your comments here:

Your comments will be displayed after verification.