Answer:
The performance of a computer system is dependent on the hardware components and the type of applications running on the system.
Explanation:
Computer systems are only as efficient as the components. If the components are poor in performance, the computer system works poorly and it is so for good system components.
Adding multi-core, multi-threading system processor and a faster storage like the solid state drive, and upgrading other hardware components based on the applications that needs to run in the system, the computer works efficiently and fast.
Answer:
I believe the answer would be C
Explanation:
Answer:
communication and proactive
Explanation:
Communication is the most important thing and not only for a successful employee, is for successful life, in a company, there are a lot of people working in different areas, and sometimes we must interact with other departments to complete the task, a good communication help us to create a good experience and relationship with our partners, we're going to get efficient results.
If we want to ask more resources to our boss, we must show the needs and the benefits that company going to get, with a good presentation, inform and communication this can be easy to do, or if we are the boss, and we want to give trust our employees, we must have a good communication skills.
If we are proactive, we are going to result in almost every problem, in some companies the training is bad, we must learn process and attitudes for our job, some people are stingy with the knowledge, and we must find solution for our self, in this way we're going to be more independent, and our value increase in the company and even in the working market.
def input_values(new_list):
new_list = []
n = int(input('Enter number of values: '))
for i in range(n):
new_list.append(int(input('Enter values: ')))
def is_list_even(new_list):
for i in range(len(new_list)):
if new_list[i]%2!=0:
return False
return True
def is_list_odd(new_list):
for i in range(len(new_list)):
if new_list[i]%2==0:
return False
return True
num=input_values()
if is_list_even(num)==True:
print('all even')
elif is_list_odd(num)==True:
print('all odd')
else:
print('not even or odd')
Answer:
The various problems with patching electronics such as heart rate monitors and MRI machines that run embedded Windows OSs is that they have a certification which is usually at a specific revision level.
Another issue is that probably the maker or the manufacturer didn’t provide the patch method which would have been used to fix such electronics.