In the math and statistical functions, what are the differences between the ROUND function and the INT function? Give a business example of when you would use each

What will be an ideal response?


The ROUND function rounds a number to the nearest number in the decimal place specified by the num_digits argument. INT always rounds a number down to the nearest integer. Therefore if the direction of the round is not important, and the desired outcome is a whole number, the INT function is appropriate. The ROUND function could be used in a statistical analysis to round currency values to the hundredths place. The INT function could be used to display the number of whole weeks in a given period of time.

Computer Science & Information Technology

You might also like to view...

An uncaught exception ________.

a. is a possible exception that never actually occurs during the execution of the program. b. is an exception that occurs for which the matching catch clause is empty. c. is an exception that occurs for which there are no matching catch clauses. d. is another term for a thrown exception.

Computer Science & Information Technology

All of the following can be selected from the Choose Builder dialog box EXCEPT ________

A) Code Builder B) Macro Builder C) Action Builder D) Expression Builder

Computer Science & Information Technology

To avoid a cluttered desktop, you should try to save only important files to your desktop

Indicate whether the statement is true or false

Computer Science & Information Technology

You and your friend Jim are coaches on a local youth sports team. You and Jim have decided to create a Web site to provide information about the team. You meet to discuss a few remaining issues with your design plan.Jim is very artistic and thinks using handwriting or scrollwork fonts will add a lot of interest to the site. You suggest to Jim that ____.

a. you love Web pages that use handwriting fonts and think they are exciting and fun b. handwriting and scroll fonts are frequently used by other Web sites and your site should follow the trend c. commonly available fonts or font families that are easy for visitors to read are a better choice than handwriting or scroll fonts d. you had no idea that handwriting or scrollwork could be used on a Web page

Computer Science & Information Technology