Answer
- Auto Numbering and billeting
- Auto paragraphing and indenting
- automatically super-scripting and sub-scripting
Explanation
Auto formatting is a software commonly found in word processor such as word 2016 and it is designed to automatically change the appearance of the text. In numbering and bulletin this helps by generating numbers automatically and it makes it easier for the user when typing for does not need to keep on going through the menu bar for numbering. Same case on paragraphing and indenting. Auto formatting also helps in automatically generating the superscript and subscript. This helps in saving time and also producing a decent and an appealing work or document.
Answer:
A microcomputer uses memory to store the programs that control its operation, to store data waiting for processing, and to store the results of operations performed by the CPU. Primary memory, or storage, is electronic memory that is directly addressable by the CPU.
Explanation:
brainliest plzzzzzzz
Your answer should be expansion boards
Answer:
def func1(x):
return (x-32)*(5/9)
def func2(x):
return (x/2.237)
def main():
x = ""
while x != "x":
choice = input("Enter 1 to convert Fahrenheit temperature to Celsius\n"
"Enter 2 to convert speed from miles per hour to meters per second: ")
if choice == "1":
temp = input("please enter temperature in farenheit: ")
print(func1(float(temp))," degrees celcius.")
elif choice == "2":
speed = input("please enter speed in miles per hour: ")
print(func2(float(speed))," meters per second")
else:
print("error... enter value again...")
x = input("enter x to exit, y to continue")
if __name__ == "__main__":
main()
Explanation:
two function are defines func1 for converting temperature from ferenheit to celcius and func2 to convert speed from miles per hour to meters per second.
<em>Employees who work with hazardous energy must be trained in energy control procedures, also known as Lockout/Tagout. Measures must be taken to disable machinery to prevent the release of hazardous energy during maintenance procedures.</em>