Round the values down at the places noted.

299 at hundreds place


Round 299 up at 100s place.
Rounding digit is 2.
Add 1 at hundreds place giving 399.
Round 399 down at hundreds place.
Zero-fill digits to the right of the hundreds place. Result is 300.

Computer Science & Information Technology

You might also like to view...

A ________ allows you to select only the records you want

Fill in the blank(s) with correct word

Computer Science & Information Technology

The color matching ________ tool copies a color from an image to an object on a slide

A) recolor B) brush C) eyedropper D) painter

Computer Science & Information Technology

Jo has received a text file which contains multiple instances of his name spelled correctly as well as multiple instances spelled as Joe. Which of the following commands would search a text file for any occurrences of either spelling and display them out to the terminal? (Choose three.)

A. grep “Joe?” document1.txt B. grep -E “Joe?” document1.txt C. grep “Joe*” document1.txt D. grep -E “Joe*” document1.txt

Computer Science & Information Technology

Links that connect the pages within a website are always very important because they help viewers navigate through the pages of the site.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology