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

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

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

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

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

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.

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.

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

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.

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.

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


Post your comments here:

Your comments will be displayed after verification.