Answer:
Explanation:
Small-angle grain boundaries are not as effective in interfering with the slip process as are high-angle grain boundaries because there is not as much crystallographic misalignment in the grain boundary region for small-angle, and therefore not as much change in slip direction.
Low angle grain boundaries (quasi-coherent) are formed by the dislocation network positioned along the geometric plane with small tilt angle differences between successive peers that is tilt boundary made up edge dislocations therefore it may only divert the slip direction of the incoming gliding dislocation with very little frictional stresses. And on the other hand, a high angle grain boundary region because of their disordered almost liquid like structure which acts as a strong barrier against dislocation slip motion and causes actually formation of dislocations file-up against it by arresting their motion unless that the stress concentration at the leading dislocation becomes high enough to go though the barrier.
Answer:
The code will be:
#include <stdio.h>
#include <stdlib.h>
main () {
double weight, shippingCharge, rate, segments;
int distance;
printf("Enter the weight: \n");
scanf("%lf", &weight);
printf("Enter the distance: \n");
scanf("%i", &distance);
if (weight <= 10) {
printf("Rate is $3.00 \n");
rate = 3;
} else {
printf("Rate is $5.00 \n");
rate = 5;
}
if (distance % 500 == 0) {
segments = distance / 500;
} else {
segments = distance / 500 + 1;
}
shippingCharge = rate * segments;
if (distance >1000) {
shippingCharge = shippingCharge + 10;
}
printf("Your shipping charge is $%lf\n", shippingCharge);
system ("pause");
}
Answer:
See explaination
Explanation:
We can describe Aspiration Effect as a phenomenon of providing an allowance for the release of air from the mold cavity during the metal pouring.
See the attached file for detailed solution of the given problem.
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.