Answer:
D) Comparative
Explanation:
Comparative report is an analytical approach to report writing, where the aim is to determine the performance or contribution of individual constituents.
Answer:
The answer is "use P2P method".
Explanation:
In Corporation are starting to regard P2P is a method, which enabling workers to transfer files directly, reducing the expenses and construction connected with a central network.
- It allows corporations to make the use of often latent resources on both the computer for each worker.
- It will also be forced to control access to data to protect the privacy and sensitive materials, and will also be able to encrypt files by code.
Answer:
true
Explanation:
certain file formats can only be used to it's own operating system
Answer:
I need help with that too I have that too
Explanation:
Answer:
function validateForm(event)
{
event.preventDefault();
var phoneNumber = form.phoneNumber.value;
var userName = form.userName.value;
if(phoneNumber.length!=10)
console.log("Phone Number is Invalid");
if(userName.length<11)
console.log("User Name is Invalid");
}