The command outFile.precision(2);
a. truncates all floating point variables to 2 decimal places
b. sets all output streams in your program to display 2 secimal places
c. displays integers as floating point numbers.
d. displays all floating point values sent to outFile with 2 decimal places.
d. displays all floating point values sent to outFile with 2 decimal places.
You might also like to view...
Which IEEE standard defines wired Ethernet as it is used on modern networks?
A) 802.5 B) 802.16 C) 802.3 D) 802.1
__________ is a strategy of using multiple types of technology that prevent the failure of one system from compromising the security of information.
A. Firewalling B. Hosting C. Redundancy D. Domaining
Which of the following describes a type of malware which is difficult to reverse engineer in a virtual lab?
A. Armored virus B. Polymorphic malware C. Logic bomb D. Rootkit
A systems flowchart:
a. Shows the data flow through the complete hardware system. b. Shows the data flow through the program instructions. c. Shows the data flow through the modules. d. Shows the data flow through the internal memory.