This is for Python
numbers = [7, 3, 6, 9, 0]
print(numbers.sort())
Output: [0, 3, 6, 7, 9]
numbers = [7, 3, 6, 9, 0]
print(numbers.sort(reverse = True))
Output: [9, 7, 6, 3, 0]
Answer:
Hardware layer
Explanation:
The hardware layer's job is to maintain and put to action central processor units and memory. Hardware layer first check the availability of the for mentioned duo and then decides the need to put one or another into action. Physical and data link layers act the same in the hardware layer. They bot are waiting to be called in action
It should be noted that a primary risk to the Workstation Domain is the absence of a firewall and unauthorized access to the workstation.
<h3>
What is a workstation domain?</h3>
The Workstation Domain simply means an individual user's computer where his or her work takes place. It should be noted that computers operating systems have vulnerability which can be susceptible to hackers.
A primary risk to the Workstation Domain is the absence of a firewall and unauthorized access to the workstation.
Learn more about workstation on:
brainly.com/question/26097779