Answer:
Explanation:
ADT for an 2-D array:
struct array{
int arr[10];
}arrmain[10];
An application that stores an array with 1000 rows and 1000 columns, where less than 10,000 of the array values are non-zero. The two different implementations for such arrays that would be more space efficient than a standard two-dimensional array implementation requiring one million positions are :
1) struct array{
int *p;
}arr[1000];
2) struct array{
int *p;
}arr[1000];
Answer: preventive maintenance
Explanation:
Answer:
V(rms) = 98.99 mV ≅ 100 mV
Explanation:
Outputs = -14 to +14
Gain = =100
We know that Gain = Output/Input
so, to find out the input voltage:
Input = Output/Gain
= ±14/-100
Input = 0.14 V
This is the peak input voltage (Vpk) of the sine wave and the question is asking us to find the rms value.
To calculate the rms value:
V(rms) = V(pk)/√2
= 0.14/√2
= 0.09899
= 98.99 mV
V(rms) ≅ 100 mV