Answer:
B. False.
Explanation:
Troubleshooting strategy is a technique used to discover the cause of defeat in a system. The technician must learn to improvise with these strategies to solve a system problems.
Module replacement is a type of troubleshooting strategy that replaces a component with unknown status with another component with good status to determine the cause of the problem.
Removing a component from a system to get back to its basic configuration helps to eliminate factors that may make a computer problem difficult to solve.
Answer:
weights = []
total = 0
max = 0
for i in range(5):
weight = float(input("Enter weight " + str(i+1) + ": "))
weights.append(weight)
total += weights[i]
if weights[i] > max:
max = weights[i]
average = total / 5
print("Your entered: " + str(weights))
print("Total weight: " + str(total))
print("Average weight: " + str(average))
print("Max weight: " + str(max))
Explanation:
Initialize the variables
Create a for loop that iterates 5 times
Get the values from the user
Put them inside the array
Calculate the total by adding each value to the total
Calculate the max value by comparing each value
When the loop is done, find the average - divide the total by 5
Print the results
A technician a mobile device that has no sound. A technician should check If the volume is muted first.
Explanation:
- Improper audio settings in your computer can also cause your speakers plugged in but no sound. So you should check the following audio settings to fix your sound problem.
- An on-screen display appears with incall options. Tap the Mute icon. A microphone icon with a diagonal line through it.
- Just restart your phone as usual to refresh the device.
- Disable Bluetooth on your phone. Sometimes the Bluetooth feature would result in the speaker problem so here you are able to navigate to Settings> Bluetooth to switch off the feature to settle the problem.
- The earpiece may be damaged. This is because the dedicated noise canceling mic is damaged.
- You might have the sound muted or turned down low in the app. Check the media volume if nothing works out.
Answer:
TO GIVE BOARDER TO CELL SELECT CHART ELEMENTS TAB FROM THE FORMAT CELL WINDOW.
brainlist plz