Create a bulleted list of four descriptive terms describing possible values a person may have.
* always be true to yourself
* honesty is the best policy
* making mistakes leads you to solutions
* it's ok to be wrong
Answer:
Connecting a mobile device as a peripheral to an infected computer could allow malware to be sent to that device.
Explanation:
Since in the question it is mentioned that Paavo reviewed a request by an executive for subnotebook computer i.e new. but he needs to USB OTG support so it is a USB i.e on the go that links the devices from one device to another
Therefore by links the mobile device to the computer i.e infected that allows malware we called virus so that we are able to send it to that device. By this, he wants to tell about the USB OTG security
Answer:
The value of discountRate would be 0.01
Explanation:
double discountRate = 0.0;
int purchase = 1250;
if (purchase > 1000)
discountRate = .05;
if (purchase > 750)
discountRate = .03;
if (purchase < 2500)
discountRate = .01;
else discountRate = 0;
discountRate is declared as 0.0 then purchase is 1250. But the entire if statement is sequential, that is; all the if statement are executed.
first if-statement assign .05 to discountRate because purchase is greater than 1000.
Next if-statement re-assign .03 to discountRate because purchase is greater than 750.
The last if-statement re-assign .01 to dicountRate because purchase is less than 2500. Since this is the last if statement executed, the value of discountRate is .01
contact an administrator or email their support team. If neither respond, contact Google Play Services and show proof that you did not agree to the app's service