Hi,

Can someone check this for me please..

18 MB of data are to be transmitted over a a megabyte per second connection. How long should the complete transaction take, to the nearest 0.1s.

Size of file / data rate so,
18MB x 10^6 x 8 bits = 144,000,00

4 megabits per second = 4 x 10^6 = 4,000,000 bits per second

so the download time will be
144,000,000 / 4,000,000 = 36 seconds

my answer is 36 seconds is that right

next ,....

a 50 MB file compressed using a ratio of 10 what is the compressed file size

50MB / 10 = 5 MB

Is this correct ???

Thanks you

You have to double check the question:

"18 MB of data are to be transmitted over a a megabyte per second connection"

Is it "a" megabyte connection" or is it "4 megabit connection"?

Hi

Sorry wasn't too clear

This should read 18MB of data are to be transmitted over a 4 megabits per second connection ... how long would it take to complete the transaction

to the nearest 0.1 s

For the second part of your question...

Compressed file size = uncompressed / compression ratio

so

Compressed file size = 50MB / 10

Compressed file size = 5MB

I think

No, incorrect.

Be carefull with this, your:

18MB x 10^6 x 8 bits = 144,000,00

Should in fact be:

18mb x 2^20 x 8 bits = 150,994,994

Your second part is correct, so its

4 megabits per second = 4 x 10^6 = 4,000,000

Answer:

150994994 / 4000000 = 37.75 seconds.

To check the first question about the time it takes to transmit 18 MB of data over a 1 megabyte per second connection, your calculation is correct.

Size of file in bits = 18 MB x 10^6 x 8 bits = 144,000,000 bits
Data rate = 1 megabyte per second = 1 MBps = 1 x 10^6 bits per second

Download time = Size of file / Data rate = 144,000,000 bits / 1,000,000 bits per second = 144 seconds

So, the correct answer is 144 seconds.

Regarding the second question about compressing a 50 MB file with a compression ratio of 10, you made a small mistake.

Compression ratio = Original file size / Compressed file size

Given that the compression ratio is 10, the compressed file size will be:

Compressed file size = Original file size / Compression ratio = 50 MB / 10 = 5 MB

Therefore, your answer of 5 MB is correct.

I hope this helps! Let me know if you have any other questions.