Ask Question

Convert each of the following base 10 & base 2 numbers in signed magnitude, one's complement and two's complement. Each of the numbers should be represented in 8 bits. a) 43 b) - 43 c) 011110

+4
Answers (1)
  1. 27 June, 12:58
    0
    011110 is the following base 10 & base 2 numbers in signed magnitude, one's complement and two's complement.

    c) 011110

    Explanation:

    Converting 10 base signed number as two complements. In computer signed is maintain in registered.

    But computer needs all values in bits. In hardware it is considered as on or off methods. ASCII values are converted into bits and executed by CPU.

    All values which been entered in computer are taken respective ASCII values and converted to bits. Normally sign symbol are maintained as registered flag which can be know if end user knows assembly programming languages.

    Assembly language by which direct interacted with machine languages and faster in executions.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Convert each of the following base 10 & base 2 numbers in signed magnitude, one's complement and two's complement. Each of the numbers ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers