Answer:
ideal fluid follow Newtonian law
that is, shear stress is directly proportional to rate change of shear strain.
watch handwritten explanation
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.
Answer:
1) 1.4(D + F)
2) 1.2(D + F + T) + 1.6(L + H) + 0.5(Lr or S or R)
3) 1.2D + 1.6(Lr or S or R) + ((0.5 or 1.0)*L or 0.8W)
4) 1.2D + 1.6W + (0.5 or 1.0)*L + 0.5(Lr or S or R)
5) 1.2D + 1.0E + (0.5 or 1.0)*L + 0.2S
6) 0.9D + 1.6W + 1.6H
7) 0.9D + 1.0E + 1.6H
Explanation:
Load and Resistance Factor Design
there are 7 basic load combination of LRFD that is
1) 1.4(D + F)
2) 1.2(D + F + T) + 1.6(L + H) + 0.5(Lr or S or R)
3) 1.2D + 1.6(Lr or S or R) + ((0.5 or 1.0)*L or 0.8W)
4) 1.2D + 1.6W + (0.5 or 1.0)*L + 0.5(Lr or S or R)
5) 1.2D + 1.0E + (0.5 or 1.0)*L + 0.2S
6) 0.9D + 1.6W + 1.6H
7) 0.9D + 1.0E + 1.6H
and
here load factor for L given ( * ) mean it is permitted = 0.5 for occupancies when live load is less than or equal to 100 psf
here
D is dead load and L is live load
E is earth quake load and S is snow load
W is wind load and R is rain load
Lr is roof live load
Answer:
1. Location of enemy ground troops - EARTH OBSERVING.
Using earth observing satellite imagery, the military can observe vast expanses of land and in so doing, find the location of enemy ground troops.
2. Routine reconnaissance of an unfamiliar climate - WEATHER
In other to find out more about the climate of an area, a weather satellite can be used to observe the areas and its changing weather patterns.
3. Analyze waterways in an unfamiliar location - NAVIGATION
Using navigation satellites, navigation conduits such as roads and waterways can be observed.
4. Provide warning of an attack - COMMUNICATION.
Communications satellites enable people to communicate over great distances and so can be used by the military to warn of an impending attack.
Answer:
I am Providing Answer in C Language Program.
Explanation:
Please find attachment regarding code of taking two numbers input and adding them.
I would like to recommend you please use software which supports C language.
#include <stdio.h>
int main () {
int a, b, sum;
printf ("\ nEnter two no:");
scanf ("% d% d", & d, & e);
sum1 = d + e;
printf ("Sum:% d", sum1);
return (0);
}