I want to delete my account as i do
that is what google translate says<span />
The second last one is the answer i think
In more technical terms, a computer virus is a type of malicious code or program written to alter the way a computer operates and is designed to spread from one computer to another. A virus operates by inserting or attaching itself to a legitimate program or document that supports macros in order to execute its code.
Answer:
Code in Javascript.
<u>Preconditions: </u>
All the variables are defined and initialized.
if (speed < 0) { <em>// if speed is < 0 then adds 1 to reverse drivers.</em>
reverseDrivers ++;
} else if (speed < 1) { <em>// else if speed is < 1 then adds 1 to parked drivers.</em>
parkedDrivers ++;
} else if (speed < 40) { <em>// else if speed is < 40 then adds 1 to slow drivers.</em>
slowDrivers ++;
} else if (speed <= 65) { <em>// else if speed is <= 65 then adds 1 to safe drivers.</em>
slowDrivers ++;
} else { <em>// else if speed is > 65 then adds 1 to speeders.</em>
speeders++;
}
Answer:
D) An Amazon Resource name is created.
Explanation:
Amazon SNS topic:-It is basically a logical access point that act as a channel of communication.It helps you to group multiple endpoints (such as Amazon SQS, HTTP/S, an email address,AWS Lambda,).
A resource name is created when a Amazon SNS topic is created.