answersLogoWhite

0

Well you see mr. anonymouse, when a train is going at 70 mph and the three legged chicken is going at a staggering 3 milligrams and they collide at the intersection of atlantis, then you know that sgt frog episode 26 is going to be really spot on, and don't forget to turn down the Harry Potter.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

What is the bandwidth of STM-64?

The bandwidth of STM-64 (Synchronous Transport Module level 64) is 10 Gbps (Gigabits per second). It is part of the Synchronous Digital Hierarchy (SDH) standard used in telecommunications for high-capacity data transmission. STM-64 can carry multiple lower-rate signals, making it suitable for backbone networks and high-speed data applications.


What is the number of bits used by c primitive long int data type?

8*sizeof (long), usually 32 or 64


What is the maximum data rate of an analog circuit with a 10MHz bandwidth using 64-QAM and V44?

The maximum data rate of an analog circuit can be estimated using the Shannon-Hartley theorem. For a bandwidth of 10 MHz and using 64-QAM, which has a modulation efficiency of 6 bits per symbol (since 64-QAM can represent 64 different symbols), the theoretical maximum data rate would be approximately ( R = B \cdot \log_2(M) ), where ( B ) is the bandwidth and ( M ) is the number of symbols. Thus, ( R = 10 \text{ MHz} \cdot 6 \text{ bits/symbol} = 60 \text{ Mbps} ). The V.44 compression standard may further enhance effective data rates, but the basic maximum rate without considering compression remains 60 Mbps.


How many values can int type stores?

2^(8*sizeof(int)), typically 2^16, 2^32 or 2^64


How many bits are required to represent double data type in memory?

It differs slightly depending on what platform your computer uses or what language you are using. for the Java programming language, which is platform independent, it is 64-bits.