A program developed for a web store represents customer account balances using a format that approximates real numbers. While testing the program,, a software developer discovers that some values appear to be mathematically imprecise. Which of the following is the most likley cause of the impression. - The account balance are represented using a fixed number of bits, resulting in over flows - The account balance are represented using a fixed number of bits, resulting in round off erros - The account balances are representedusing an unlimited number of bits, resulting in overflow errors. - The account balances are representedusing an unlimited number of bits resulting in round off errors
A program developed for a web store represents customer account balances using a format that approximates real numbers. While testing the program,, a software developer discovers that some values appear to be mathematically imprecise. Which of the following is the most likley cause of the impression.
- The account balance are represented using a fixed number of bits, resulting in over flows
- The account balance are represented using a fixed number of bits, resulting in round off erros
- The account balances are representedusing an unlimited number of bits, resulting in overflow errors.
- The account balances are representedusing an unlimited number of bits resulting in round off errors
Trending now
This is a popular solution!
Step by step
Solved in 2 steps