Answer:
They can be used to compare a certain region before and after disaster.
Explanation:
Answer:
worm
Explanation:
A computer worm is a type of malware that spreads copies of itself from computer to computer. A worm can replicate itself without any human interaction, and it does not need to attach itself to a software program in order to cause damage.
Answer:
Interpreter is the correct answer for the above question.
Explanation:
- The interpreter is a software program which is an example of a translator and it does not take whole code at a time for conversion. It converts the code on a line by line sequence. It takes some small code and then converts it into machine code.
- While the other translator takes the whole code at a time and converts it into machine code.
- The above question wants to ask about that technology which is used to convert some small code not the whole code at a time then the answer is an interpreter which is defined as above.