Final answer:
To convert the decimal fraction 128.04 into hexadecimal form, follow the steps in the given order: divide the integer part by 16 and record the remainder, write down the hexadecimal value of the remainder, repeat the steps for the quotient until it is 0, and write down the hexadecimal value of the integer part.
Step-by-step explanation:
- Divide the integer part by 16 and record the remainder.
- Write down the hexadecimal value of the remainder.
- Repeat steps A and B for the quotient until the quotient is 0.
- Write down the hexadecimal value of the integer part, if any.
To convert the decimal fraction 128.04 into hexadecimal form, you would follow the steps in the given order. First, divide the integer part (128) by 16, which gives you a quotient of 8 and a remainder of 0. Then, write down the hexadecimal value of the remainder (0), which is 0 in hexadecimal. Next, repeat the process with the quotient (8) until the quotient becomes 0. Finally, write down the hexadecimal value of the integer part (8) in hexadecimal, which is 8.