Create a python code with the following specs: - Convert binary - decimal - hexadecimal numbers (and vice versa) - Operations addition, subtraction, multiplication, division of binary numbers - The operation in point #2 must be able to use two complements (negative numbers). Only integers, no fractions needed. - Input & output 16-bit number
Create a python code with the following specs:
- Convert binary - decimal - hexadecimal numbers (and vice versa)
- Operations addition, subtraction, multiplication, division of binary numbers
- The operation in point #2 must be able to use two complements (negative numbers). Only integers, no fractions needed.
- Input & output 16-bit numbers
(That's the complete question and they are all connected)
Create a python code with the following specs:
- Convert binary - decimal - hexadecimal numbers (and vice versa)
- Operations addition, subtraction, multiplication, division of binary numbers
- The operation in point #2 must be able to use two complements (negative numbers). Only integers, no fractions needed.
- Input & output 16-bit numbers
Step by step
Solved in 2 steps