Answer:
c. graphical user interface
Explanation:
An operating system may be defined as the system software which manages the various computer hardware, resources, software and also provides other computer services. It communicates the user with the computer and the computer runs according to the instruction provided by the operating system. It is commonly known as the OS.
Operating system does not provide any graphical user interface. It consists of necessary components of the software to facilitate the usage or running of the computer.
Where’s the pic of the answer options?
Answer:
x1 = input("enter x value of first number: ")
y1 = input("enter y value of first number: ")
x2 = input("enter x value of second number: ")
y2 = input("enter y value of second number: ")
ans = (float(x2)-float(x1))**2 + (float(y2)-float(y1))**2
ans = pow(ans, 0.5)
print(ans)
Answer:
Explanation:
stands for a pure color -> ____value
expresses the brightness or dullness of a color -> ____hue
defines a range from dark (0%) to fully illuminated (100%) -> ____intensity
refers to how much black or white a color contains -> ____lightness