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

1) Arithmetic overflow is an attempt to represent a value too large for the data type's range.
2) A value or expression that provides input to a function is called an argument.
3) To use the sqrt function, your program must include the directive #include
4) Compilers are used to detect run-time and logic errors in a program.
5) C++ provides trigonometric functions in the cmath library.


1) T
2) T
3) F
4) F
5) T

Computer Science & Information Technology

You might also like to view...

As with absolute pathnames, folder names are separated by ____ in relative pathnames.

A. commas B. periods C. ampersands D. slashes

Computer Science & Information Technology

Arial is a ________ font that uses space according to the width of the character

A) relative B) fixed space C) proportional D) monospaced

Computer Science & Information Technology

Of the wireless technologies listed, which one has a distance limitation of 6 inches or less?

A) IR B) IEEE 802.11 C) Bluetooth D) NFC

Computer Science & Information Technology

Which of the following prevents data from being corrupted by two concurrent operations?

A. data recovery B. data aggregation C. data isolation D. data zoning

Computer Science & Information Technology