Convert the following decimals into fractions and, where possible, reduce to lowest terms:

1. 0.1
2. 0.3
3. 0.999
4. 0.35
5. 0.375
6. 0.045


![14940|748x213](upload://u5yCDwd7cAsF8rUTszUruGHIR5T.jpeg)

Computer Science & Information Technology

You might also like to view...

What is wrong with this function?

``` int[] WriteNumbers(int numbers [ ] ) { for(int I =0; I < 5; ++I) cout<

Computer Science & Information Technology

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

1. Program execution begins with the first statement in the body of the main() function. 2. The stream manipulator lowercase displays hexadecimal digits and the exponent in scientific notation in lowercase. 3. Numbers sent to cout are normally displayed left-justified in the display field. 4. In addition to outputting integers in decimal notation, the oct and hex manipulators are used for conversions to octal and hexadecimal. 5. The display of integer values in one of the three possible number systems (decimal, octal, and hexadecimal) doesn’t affect how the number is stored in a computer.

Computer Science & Information Technology

File and folder permissions should be made using X permissions on the folders.

What will be an ideal response?

Computer Science & Information Technology

A user is reporting a loud grinding sound when the machine is powered on. The machine loads into windows and the user does not notice any performance issues. Which of the following is the MOST likely cause of the noise?

A. Power supply failure B. Bad HD C. Bad fan D. Faulty CD-Rom

Computer Science & Information Technology