407 views
0 votes
0 votes

Let x is a binary number and a function
f(x)= 1’s Complement(2’s Complement ( x ))
If x= 0110 then f6(x)= ____.
Note: fk(x)= f(fk-1(x)) ,k>1.

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
rajesh170293 asked Jan 14, 2017
565 views
How many maximum number of representations can some number have in signed magnitude representation, given n bits are used?( Marks: -0.33 ) 2Explanation:0 (zero) has 2 re...
0 votes
0 votes
1 answer
2
Deepak Singh 7 asked Jul 5, 2018
179 views
If there are 'n' processor and 'm' processes then maximum process in block state can be? I think its m-n but answer is 'm' how?