Answer:
logic bombs
Explanation:
logic bombs -
It consists of certain coding , which is put into the software and will perform certain malicious function at the very correct time, is known as logic bomb ,
they are also known as time bomb.
It is a time of virus , but gets activated as soon as all conditions are met , which is coded in to the software.
Hence , from the given scenario of the question,
The correct term is logic bomb.
Answer:
they are dealing with people, not computers.
Answer:
B.O(n).
Explanation:
In an ADT graph the method addEdge uses an Array of list.So in the worst case and the worst will be when the list already has n elements in it.
So to add an edge we have to iterate over the list upto nth element and then add the edge after that.So it has to travel over n elements.
So we can say that the answer is O(n).
The four standard layers of a layered architecture are:
- presentation,
- business,
- persistence,
- database.
<h3>What is a Layered Architecture?</h3>
This refers to the architectural style that is used to show components with similar functions in horizontal layers that have specific roles.
Hence, we can see that no generic info system architecture was attached to the answer, so it would be impossible to create a layered architecture, so a general overview was given about layered architecture.
Read more about layered architecture here:
brainly.com/question/2563702
#SPJ1