Question
Steps: 1. Create your project, a new module, and save as data_converter.py 2. Create a class, in data_converter.py, which require a binary input argument. The
Steps: 1. Create your project, a new module, and save as data_converter.py 2. Create a class, in data_converter.py, which require a binary input argument. The class has the following attributes and functions that need to de defined in the class: Convert binary input code to the equivalent gray code. Convert binary input to the equivalent hex code. Convert binary input to the equivalent decimal number. 3. Create a test script name it test_data_converter.py 4. Write the required test script using unittest and define each test case. 5. Evaluate the components and test cases for the following three binary input numbers. Input binary numbers 11100011 11001100 00111010.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started