<span>Think about the things people might have wanted private, but after death they have no control.</span>
Answer:
b.used is 2, b.data[0] is 4, b.data[1] is 6
Explanation:
bag b;
b.insert(5); // b has 5
b.insert(4); // b has 5,4
b.insert(6); // b has 5,4,6
b.erase_one(5); // now 5 is removed , b has 4,6
so no:of elements b.used is 2
b[0]=4;
b[1]=6;
Answer:
I am explain you in image
Answer:
macro virus
Explanation:
Macro virus -
A micro virus is written in a micro language , where the programming language is present in the application of software like the powerpoint , excel , microsoft office , word processor , etc.
These virus gets activated as soon as the file is opened and then the virus starts to spread all over the system .
The virus may be send via email , and as soon as the file is opened , the macro virus gets activated.
Hence, from the given information of the question,
The correct term is macro virus.
Answer:
The data processing is broadly divided into 6 basic steps as Data collection, storage of data, Sorting of data, Processing of data, Data analysis, Data presentation, and conclusions. There are mainly three methods used to process that are Manual, Mechanical, and Electronic.