Answer:
<u>Source Port</u>
Explanation:
When a connection is establish for an application, it assigns a port that is not in use as the source port. Such ports are known as ephemera ports, which are not related to specific protocol and are only allocated for the period of the connection. All data received on this port (until the connection is disconnected) is sent on to that application.
uhh , not all girls are like that. many of em these days are more career oriented and thats good i guess , so if anything ur just being judgy a f here.
Answer:
The program is given below with appropriate comments for better understanding
Explanation:
#Program
# foot stride = 2.5 feet
# 1 mile = 5280 feet
no_stride_first_min = int(input('Enter the number strides made durng the first minute of jogging: '))
no_stride_last_min = int(input('Enter the number strides made durng the last minute of jogging: '))
avg_stride_one_min = (no_stride_first_min + no_stride_last_min)/2 # calculates the average stride per minute
jogging_duration = float(input('Enter the total time spent jogging in hours and minute: '))
jogging_duration_hours = int(jogging_duration) # gets the hour
jogging_duration_min = jogging_duration - int(jogging_duration) # gets the minute
tot_jogging_duration_min = jogging_duration_hours*60 + jogging_duration_min # calculates total time in minutes
dist_feet = (avg_stride_one_min*2.5)*tot_jogging_duration_min # calculates the total distance in feet
dist_miles = dist_feet/5280 # calculates the total distance in mile
print('Distance traveled in miles = {0:.2f} miles'.format(dist_miles))
Answer:
lol i thought that said carrot engine. But i actually put some study into this but couldn't find this answer sorry
Explanation:
Answer:
The architectural profession is multidisciplinary. ... Some of the disciplines which intervene in the design of a building are: architectural composition, structural engineering, architectural technology and energy engineering. Depending on the strategy of designing, one or more disciplines can have priority over others..
Explanation:
Hope it helps you..
Just correct me if I'm Wrong..
But, your welcome in advance..
(╥﹏╥)(ㆁωㆁ)