As we know that 10-bAse data travels at the rate of 10 mbps, therefore at 1 sec we have 10240 bytes.
We have to calculate for 64 bytes travelling in one second. Multiply both sides by 64.
64 sec = 10240 x 64 bytes
64 bytes = 64 / 10240 sec
Now we have to calculate for light of speed
1 sec = 186000 miles
Substitute this value to the formula above
64 bytes = 64 / 10240 x 1 sec = 64 / 10240 x 186000 miles = 64 / 10240 x 186000 x 5280 feet = 6138x10^3 feet
Therefore, 64 bytes is equal to 6138 x 10^3 feet long message
Semiconductor memory is used mainly for primary storage even with its high cost. In another hand, the magnetic tape is the cheapest storage media and it is commonly preferred only as backup storage! Use your own words to discuss how the storage cost, speed and capacity trade-offs can affect the choice of storage media.
Most types of semiconductor memory have the property of random access,which means that it takes the same amount of time to access any memory location. This means that data can efficiently be accessed in any random order.This contrasts with data storage media such as hard disks and CDs which read and write data consecutively therefore, explains why the data can only be accessed in the same sequence it was written.
Semiconductor memory also has much faster access times than other types of data storage; a byte of data can be written to or read from semiconductor memory within a few nanoseconds, while access time for rotating storage such as hard disks is in the range of milliseconds. For these reasons it is used for main computer memory (primary storage), to hold data the computer is currently working on, among other uses.
Storage costs are a big factor in choosing the type of storage media, especially for larger projects and firms. Tasks that require large backups tend to move to magnetic (tape) memory because of the relatively low cost and high overall storage capacity. However, when working with projects that require faster memory and access that is instantaneous, chip memory, even at a higher cost, is more preferable since it is always accessible.
Which of the following identifiers are valid? Which are Java keywords?
miles, Test, a++, 4#R, $4, #44, apps
class, int, x