Answer:
The complete Question is:
James, a technician, is tasked to remove the dust inside of a desktop computer. Which of the following should the technician use to MINIMIZE exposure to the dust while protecting internal hardware components? (Select TWO).
A. Mask
B. ESD mat
C. ESD strap
D. Antistatic bag
E. Safety goggles
F. Rubber gloves
The Answer is: A and E
Explanation:
Mask are objects that are used for covering the face for protection and disguise. In this scenario, the mask will protect his nostrils from dust during the cleaning activity.
While safety goggles are a type of personal protective equipment (PPE) that is worn over the eyes for its protection.
Answer:
import java.util.Scanner;
public class Country{
public static void main (String[] args){
Scanner input = new Scanner(System.in);
System.out.print("Input a country name: ");
String country = input.nextLine();
System.out.println("I would love to go to " + country);
}
}
Explanation:
Answer:
The solution code is written in Python:
- keysList = [32, 105, 101, 35]
- itemsList = [10, 20, 30, 40]
-
- output = ""
-
- for i in range(len(keysList)):
- if(keysList[i] > 50):
- output += str(itemsList[i]) + " "
-
- print(output)
Explanation:
Firstly, let us use the two sample list, keysList and itemsList in our program (Line 1-2). Then create a output variable to hold the output string (Line 4).
Next, we create a for-loop and use it to traverse through the elements in the keysList. If any keysList element is bigger than 50 then we use the same index i to get the corresponding item from itemsList and join that value to the output string (Line 7-8).
Lastly, we print the output (Line 10).
123,454,321. you just multiply 11111 by itself