answersLogoWhite

0

1101 => 11011

1010 => 10110

0011 => 10101

0001 => 01001

1000 => 10010

1001 => 10011 and together: 11011 10110 10101 01001 10010 10011

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the 2' complement of 1000 is?

1111 1000 ------ 0111 0001 ------ 1000


What is the count sequence for a BCD up-counter?

1 = 0001 2 = 0010 3 = 0011 4 = 0100 5 = 0101 6 = 0110 7 = 0111 8 = 1000 9 = 1001


Ascii code of have a nice day?

100 1000 100 0001 101 0110 100 0101 100 0001 100 1110 100 1001 100 0011 100 0101 100 0100 100 0001 101 1001---------Binary Representation. 110 101 126 105 101 116 111 103 105 104 101 131.------Octal


How many different four scoop ice cream cones can be made using two flavors?

16: 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011 1100 1101 1110 1111


What is smallest 4 digit number?

0001 nah im jokin 1000


1 gram 0001 kg so 1 kg 1000 grams?

yes


How many liters are equivalent to how many milligrams?

1000 milligrams =1 liter .0001 liter=milligram


Subtract the hexadecimal number 1234 from DA57 using twos complement addition method?

(1234)hex=(0001 0010 0011 0100)2 (DA57)hex=(1101 1010 0101 0111)2 Taking, (1234)hex=(0001 0010 0011 0100)2 =(1110 1101 1100 1011) -1s complement =(1110 1101 1100 1100) -2s complement Now ,add 2s complement of (1234)hex with (DA57)hex, we get 1110 1101 1100 1100 + 1101 1010 0101 0111 1 1100 1000 0010 0011 There is a Carry bit Since,carry is generated.so,no is negative Then take 2s complement of above no.Thus ,we get 0011 0111 1101 1101=(37DD)hex (1234)hex -(DA57)hex =37DD)hex


What is one one thousandth decimal?

one one thousandth (1/1000) in decimal = 0.001


What is the sum of 1111 plus 0001 plus 1000 plus 0100 using binary addition?

1111 + 0001 + 1000 + 0100 = 11100 Remember that in binary, 1 + 1 = 10 (0 carry 1) and 1 + 1 + 1 = 11 (1 carry 1).


What is .0001 as a fraction?

-1/1000


Convert 1101 1010 1011 to HEX?

It is DAB not that hard really 0001 1 0010 2 0011 3 0100 4 0101 5 0110 6 0111 7 1000 8 1001 9 1010 A 1011 B 1100 C 1101 D 1110 E 1111 F and there you go