Answer:
1, is 21.11 meters per second.
110/5.21
Explanation:
<span>The National Science Foundation (NSF) is the organization which </span><span>developed a network called CSNET to provide a network free to all American research and educational institutions. It is an agency in the government of the United States that is responsible for research and development in the field of science and engineering. </span>
Answer:
a. (210^6)((210^7)/(2.510^8)) = 1.610^5 bits or 160,000 bits
b. 1.6*10^5 bits or 160,000 bits
c. Bandwidth delay product of link is maximum number of bits that can be in the link
d. Width of bit = Length of link / bandwidth-delay product so 1 bit is 125 meters long. Yes, this is longer than a football field.
e. Width of bit = s/R
Hope this helps :)
So here is the code in Python:
n = 0.00 #this is a float because there are some numbers that are decimals.
while n < 20: #n which is 0.00 and while it is lower than 20 if runs the code below
n = n + 1 #it will add 1 to n everything it runs the code.
k = n / 2 #it will divide whatever n is everytime by 2
print(str(n) + '/2: ') # it's printing the number it's on
print(k) # prints the answer for the n.
You can change n to add by any, make n any num instead of 0.00 and you can change the while condition from n < 20 to any other logical statement. If you want to get creative you can take 2 inputs for numbers and make one of them the starting number and other one is the ending number. Also make sure to make n a number lower than you starting point because if you set n as your starting point then it will skip it.
Answer:
Sum = 3
Sum = 9
Sum = 18
Sum = 30
Look at the image for more information.