Answer:
(1) manage the computer's resources, such as the central processing unit, memory, disk drives, and printers, (2) establish a user interface, and (3) execute and provide services for applications software.
Answer:
B
Explanation:
In an ERD, the Crow Foot Notation Symbols are used with cardinality.
Hope it helps you
Good job! please mark as branliest?!
Answer:
Change it however you'd like
Explanation:
from math import pi
def findArea(rad):
return (rad**2) * pi
#test
print(f"Area of the circle: {findArea(5)}")
Answer:
Abstraction
Explanation:
Under fundamental principles of software engineering, the term "abstraction" is simply defined as the act of highlighting some details and hiding other ones.
Thus, the correct answer among the options is Abstraction.