help do today

In Lesson 12, you were introduced to binary numbers and how to convert them to decimal, octal, and hexadecimal number bases. For the Project, use the concepts that you learned in this course to develop a solution that converts a binary number into decimal, octal, and hexadecimal number bases. Given any 8 bit binary number, your solution should be able to convert it to decimal, octal, and hexadecimal notations and then display the results. Your solution should include a problem analysis chart, an IPO chart, a data dictionary, an interactivity chart, an algorithm, and flowcharts. You should incorporate modules, decision structures, functions, arrays, and/or loops in your solution. Feel free to use other concepts from Lessons 1 12. Assume for the Project, that you were provided with a custom function called StoreBinaryToArray(input). The StoreBinaryToArray function takes the binary input from the user and stores each digit (0 or 1) into a one dimensional array called BinaryArray. For example, if the user inputs 10101010, the BinaryArray will look like: BinaryArray Element Number 1 2 3 4 5 6 7 8 Value Stored 1 0 1 0 1 0 1 0 Use the StoreBinaryToArray function to complete the Project.
 
Looking for a similar assignment? Our writers will offer you original work free from plagiarism. We follow the assignment instructions to the letter and always deliver on time. Be assured of a quality paper that will raise your grade. Order now and Get a 15% Discount! Use Coupon Code "Newclient"