Answer: a hard copy is a printed or physical copy of a document, while a soft copy is a virtual or online copy of the document that is stored on your hard drive or computer.
Explanation:
Can you give me the link to an article about this so i may help?
<span>If using excel, you can use this formula:
DATEDIF(start_date, end_date, unit)
For instance,
DATEDIF(9/1/2014, today, "d")
or
DATEDIF(B10, today, "d")</span>
Answer:
Logic error.
Explanation:
Logic error is that type of error in the programming language in which the outcome of the program is incorrect due to the fault on implementing the logic in the program by the programmer, it gives output but that output is incorrect.
<u>For example</u>:
If the programmer wants to create the program of the greater than and he implements wrongly '>' to '<' then the following program returns output but that output is incorrect.