How do you calculate megabytes?

1 answer

Answer

1028952

2026-03-11 11:55

+ Follow

A bit is the smaller unit in computer science and can only have two values : 0 or 1.

A byte is a set of 8 bits.

A MegaByte can have 2 meanings:

using the decimal way: 1 Mb = 10^6 Bytes (1 000 000)

using the binary way: 1 Mb = 2^20 Bytes (1 048 576)

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.