A)technology supplied by connections should only be used for school purposes
Answer:
C = int(input("Enter a number ::))
F = (C * (9 /5)) + 32
print(" {} in Fahrenheit is {} ". format(C, F))
Explanation:
The program takes an input from the user and converts the input to a fahrenheit.
Answer:
in computer science, an instruction is a single operation of a processor defined by the instruction set
Explanation:
if you need anymore help let me know :)
Answer:
the software that supports a computer's basic functions, such as scheduling tasks, executing applications, and controlling peripherals.