Answer:
The algorithm is as follows:
1. Declare Arr1 and Arr2
2. Get Input for Arr1 and Arr2
3. Initialize count to 0
4. For i in Arr2
4.1 For j in Arr1:
4.1.1 If i > j Then
4.1.1.1 count = count + 1
4.2 End j loop
4.3 Print count
4.4 count = 0
4.5 End i loop
5. End
Explanation:
This declares both arrays
1. Declare Arr1 and Arr2
This gets input for both arrays
2. Get Input for Arr1 and Arr2
This initializes count to 0
3. Initialize count to 0
This iterates through Arr2
4. For i in Arr2
This iterates through Arr1 (An inner loop)
4.1 For j in Arr1:
This checks if current element is greater than current element in Arr1
4.1.1 If i > j Then
If yes, count is incremented by 1
4.1.1.1 count = count + 1
This ends the inner loop
4.2 End j loop
Print count and set count to 0
<em>4.3 Print count</em>
<em>4.4 count = 0</em>
End the outer loop
4.5 End i loop
End the algorithm
5. End
Answer:You are a network engineer. While moving a handheld wireless LAN device, you notice that the signal strength increases when the device is moved from a ...
Explanation:
Answer:3.47 m
Explanation:
Given
Temperature(T)=300 K
velocity(v)=1.5 m/s
At 300 K


And reynold's number is given by



x=3.47 m
Answer:
T=151 K, U=-1.848*10^6J
Explanation:
The given process occurs when the pressure is constant. Given gas follows the Ideal Gas Law:
pV=nRT
For the given scenario, we operate with the amount of the gas- n- calculated in moles. To find n, we use molar mass: M=102 g/mol.
Using the given mass m, molar mass M, we can get the following equation:
pV=mRT/M
To calculate change in the internal energy, we need to know initial and final temperatures. We can calculate both temperatures as:
T=pVM/(Rm); so initial T=302.61K and final T=151.289K
Now we can calculate change of U:
U=3/2 mRT/M using T- difference in temperatures
U=-1.848*10^6 J
Note, that the energy was taken away from the system.