Answer
given,
6 lanes divided highway 3 lanes in each direction
rolling terrain
lane width = 10'
shoulder on right = 5'
PHF = 0.9
shoulder on the left direction = 3'
peak hour volume = 3500 veh/hr
large truck = 7 %
tractor trailer = 3 %
speed = 55 mi/h
LOS is determined based on V p
10' lane weight ; f_{Lw}=6.6 mi/h
5' on right ; f_{Lc} = 0.4 mi/hr
3' on left ; no adjustment
3 lanes in each direction f n = 3 mi/h



= 0.877

= 1,555 veh/hr/lane

= (55 + 5) - 6.6 - 0.4 -3 -0
= 50 mi/h


level of service is D using speed flow curves and LOS for basic free moving of vehicle
Explanation:
First of all get the input from the user, number of rows and number of columns where rows represents seat digit number and column represents the seat letter
rows is initialized to 1 to ensure that row starts at 1 or you can remove it then seat number will start from 0.
The first loop is used for digits starting from 1 to number of rows
The second loop is used for letters starting from 1 to number of columns
since rows and cols are not of the same type that's why we are converting the int type to string type
print(str(rows)+cols) counter will keep updating the columns A, B, C.....
rows= rows + 1 counter will keep updating the rows 1, 2, 3....
Code:
Please refer to the attached image.
Output:
Please enter the number of rows: 2
Please enter the number of columns: 3
1A
1B
1C
2A
2B
2C
The answer is b, I hope this helps you
Answer:
True
Explanation:
Dual home host - it is referred to as the firewall that is incorporated with two or more networks. out of these two networks, one is assigned to the internal network and the other is for the network. The main purpose of the dual-homed host is to ensure that no Internet protocol traffic is induced between both the network.
The most simple example of a dual-homed host is a computing motherboard that is provided with two network interfaces.
Explanation:
For true Strain:
step 1:
E true = Ln(1 + 0.5 ) = 0.40
Step 2:
E true = Ln(1 + 0.33 ) = 0.29
By single step process:
E true = Ln(1 + 1 ) = 0.69
total strain of step process = 0.40 + 0.29 = 0.69 units
SO TRUE STRAIN IS ADDITIVE.