Answer:
Answered below
Explanation:
# Program is written in Java
class WeekHours{
 double school;
 double fun;
 double sleep;
 double sports;
WeekHours( ){
 school = 0.0;
 fun = 0.0;
 sleep = 0.0;
 sports = 0.0;
}
public void setSchool ( double x){
 school = x;
}
public void setFun( double y){
 fun = y;
}
public void setSleep( double w){
 sleep = w;
}
public void setSports( double z){
 sports = z;
}
public void totalHours(){
 double tHours = school + fun + sleep + sports;
System.out.print(tHours);
}
}
 
        
             
        
        
        
Answer:
Following is given the solution to question I hope it will  make the concept easier!
Explanation:
 
        
             
        
        
        
Some examples of environmental technology is recycling.
        
             
        
        
        
Answer:
CPU scheduling is a process which allows one process to use the CPU while the execution of another process is on hold(in waiting state) due to unavailability of any resource like I/O etc, thereby making full use of CPU. ... The selection process is carried out by the short-term scheduler (or CPU scheduler).
 
        
             
        
        
        
Answer:
TTL
Explanation:
TTL means time -to- live field is a counter that is designed to keep packets from circulating indefinitely in the network case forwarding tables accidentally create cycles. An IP datagram is typically initialized with a TTL of 60 or 64 and the TTL is decremented by one each time it enters a router. If the TTL reaches zero, the router will discard the packet. It is one of the components of the IP datagram