Answer:
I think, Every year, thousands of people die as a result of workplace injuries.
Answer:
The correct answer is "Program".
Explanation:
Program is the collection of statement or instruction which is developed for creating any software or any purpose. The program is implemented or executed by a computer to perform a particular task.The particular programmer always writes an instruction to develop a program.
Program are always organized for the common purpose, that specifies the computer what tasks to perform as well as how to perform that particular task for example if programmer develops a program of calculator then it should be only used for the calculation purpose.
The answer is C) tablet. You use the touch screen keyboard for that.
Answer:
def is_dual( array):
if len(array) % 2 == 0:
count = 0
for i in range(0, len(array)//2, 2):
if array[i] + array[i+1] == array[0] + array[1]:
count += 1
if count == len(array)//2:
return True
else:
return False
Explanation:
The python program defines a function called is_dual that accepts an array parameter and check if the array is dual. If it meets the condition, the function returns true but returns false when the array is not dual.
Answer:
The answer to the given question is 5-6 (trustworthy).
Explanation:
When visits any web site there are several information is given, We click on it shows some pop-up box. it is smaller than the whole windows. for example, If we want to download any free software. So we go on a software site and choose the version for software and click for download. when we click on download there is a pop-up window open to provide the details of the software and has a one-button when we click on the button it downloads the software. If we cancel the pop-up window by click on the cancel /close (X) button it will close the window.
So the pop-up windows are very trustworthy.