Ummmm the solution is ummm brb
Answer:
Disadvantages of Batch Operating System:
- The computer operators should be well known with batch systems.
- Batch systems are hard to debug.
- It is sometime costly.
- The other jobs will have to wait for an unknown time if any job fails.
Answer:
Ans1.
double calc_a;
calc_a=Math.pow(3.0,2.0)+Math.sqrt(9);
Ans2.
double calc_b;
calc_b=((12.0/3.0)-(2.0*4.0));
Ans 3.
double calc_c;
calc_c=(Math.sqrt(16.0)*(7.0+9.0));
Ans 4.
double calc_d;
calc_d=Math.pow(7.0,2.0)/Math.sqrt(49.0);
Explanation:
The expressions are done with Java in answer above.
Mechanical mouse has a ball that turns rollers inside. If friction is lost between the ball and the mousing surface, or between the ball and the rollers, the mouse fails to work. In order to assure good contact with the mousing surface, the ball must be fairly heavy. When you change directions with the mouse, you must make the ball change rolling directions--an action that inertia likes to prevent.
An optical mouse makes use of an LED and some optics to detect surface texture and the changes in it as the mouse is moved. There are no moving parts
Asyncronous is the answer I think