Answer:
c  Preventing data transmissions between a suspect’s computer and a network server
Explanation:
 
        
             
        
        
        
Answer:
Option (a), (d) and (e) is the correct option to the following question.
Explanation:
Because most of the application is that type which consuming a lot of power because of their features and the functionality and also these applications have large in size. The mobile phones also consume power when the brightness of the mobile is set at a high level and also when its VPN is connected or connected through the WIFI.
 
        
             
        
        
        
Answer:
The question was solved using an algorithm later translated to a flow chart that adds five scores giving the sum and calculating the average. 
Explanation:
 
        
             
        
        
        
Answer:
Option B: The text field x will have the value "Tiny Tim" and the user will be able to change its value.
Explanation:
- The first statement say:  x.setEditable(true);
 
It will only change the property of the text present in x to editable. This means that whenever the text value needs to change the user can edit it.
- The second statement say:   x.setText("Tiny Tim"); 
 
It will put the text "Tiny Tim" into the attribute x and present it as the output or result.
 
        
             
        
        
        
Answer:
I do believe it is D im not sure