Which of the following functions will return the value of x, rounded to the nearest whole number?

a. abs(x)
b. fmod(x)
c. sqrt(x)
d. round(x)
e. whole(x)


d. round(x)

Computer Science & Information Technology

You might also like to view...

________ is the file extension that Web programmers use with an HTML/XHTML file

Fill in the blank(s) with correct word

Computer Science & Information Technology

A case code block is ____.

A. A structure for implementing conditional logic B. A structure for implementing a loop C. A structure for creating complex arrays D. None of the above

Computer Science & Information Technology

A(n)________ is a board that holds microchips, or integrated circuits (ICs), and the circuitry that connects these chips.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When you insert several images within one figure element, ____.

A. each image gets its own figcaption B. the images stack on top of each other C. the jQuery UI widgets dialog box opens, prompting you to choose Accordion or Tabs D. the figure element still retains only one figcaption element

Computer Science & Information Technology