Question: Question 2 Complete a value table for the flow chart in Question 1. Use the following input values: Value = 485210 Base = 8 Your


Question 2 Complete a value table for the flow chart in Question 1. Use the following input values: Value = 485210 Base = 8 Your output variables should have the following values at the end of the value table: ConvertedValue = 11364g Question 1 Draw a flow chart for the general process of converting a specified value (given in the decimal system) to a number system of a user-defined base of 10 or less. Use the process of repeated division (as shown in the lecture slides on number systems) to perform the conversion. The flowchart must accept user inputs for the value (Value) to be converted and the base of the number system to be converted to (Base). The value of the output variable (Converted Value) must be displayed to the screen after the conversion has taken place. Note: The floor and modulo functions may be used. Remember to initialise your output variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
