Computer Science, asked by abhinavgiri42, 9 months ago

(d) 1000
6. One's complement of 1010 is:
(a) 1001
(b) 0101
(c) 1100
7. Two's complement of 1010 is:
(a) 0110
(b) 0101
(c) 1111
8. Binary number 1110 is represented in hexadecimal form as:
(a) A
(b) F
(c) C
(d) 1001
(d) E​

Answers

Answered by AvaniRm
4

Answer:

Option A

Option C

Option B

This is your answer

Answered by bhuvna789456
0

Answer:

6) 0101 (option b)

7)0110 (option a)

8) E (optiond)

Explanation:

  6) 1's complement of the given number, change all 0's to 1 and all 1's to 0. So, the 1's complement of the number 1010 is 0101.

  7) 1's complement of the given number, change all 0's to 1 and all 1's to 0. So, the 1's complement of the number 1010 is 0101. Now add one of the LSB of this number, i.e., (0101)+1=0110.

8)The numbers 0 to 9 are still used as in the original decimal system, but the numbers from 10 to 15 are now represented by capital letters of the alphabet from A to F inclusive and the relationship between decimal, binary and hexadecimal.

Similar questions