0 0 votes (FE35)base16 XOR(CB15)base16 is equal to ans should be in hexadec...??? Digital Logic + – air1ankit 3.1k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
3 3 votes (FE35)BASE 16 = 1111 1110 0011 0101 (CB15)BASE 16 = 1100 1011 0001 0101 as we know that for XOR operation for the same input give o and for different input give 1 so using this we get: 0011 0101 0010 0000 converting it into HEXA Decimal we get (3520) BASE 16. Hira Thakur answered Aug 21, 2017 Hira Thakur comment Share Follow See all 5 Comments 5 5 Comments reply air1ankit commented Aug 21, 2017 reply Follow flag any shortcut to convert hexadecimal into binary?? 0 0 replyShare Hira Thakur commented Aug 21, 2017 reply Follow flag air1ankit y shortcut hi hai. 0 0 replyShare air1ankit commented Aug 21, 2017 i edited by air1ankit Aug 21, 2017 reply Follow flag convert kaise kiye ho ?? ..phle multiplication and then devide ...?? 0 0 replyShare amrendra pal commented Aug 22, 2017 reply Follow flag @air1ankit, The method defind in heera thakur answer of converting hexa to decimal is the shortcut. In shortcut, write the decimal equivalent of each hexa individually. You can see in above solution that , number in hexa has 4 digits is equivalent to decimal has 16 digits 0 0 replyShare air1ankit commented Aug 22, 2017 reply Follow flag Ohh...got it thanks bro .. 0 0 replyShare Please log in or register to add a comment.