Join The Discussion

Comments (1)

  1. Terminator
    Terminator :
    8 years ago

    So for Binary to Hexadecimal conversion,We need to seperate the binary codes in 4 bits 101000010111 , i,e 1010|0001|0111 and then write the equivalent decimal for it , i.e A[1010]1[0001]7[0111].

Related Questions on Digital Computer Electronics