Answer:
Smurf attack
Explanation:
In smurf attack is an attack of DDoS type, i.e., Distributed Denial of Service where a network request is broadcast to multiple systems but return IP address of the system sending the request is forged with the victim's IP address.
It is that type of DDoS attack where the Victim's system is flooded with spoofed ping packets. It left the system inoperable and is done by exploiting the Internet Control Message Protocol and IP of the system which is dangerous for both the sending end system and the victim's system.
Answer:
it will display in this pattern X XX XXX XXXX XXXXX
#include <iostream>
using namespace std;
int
main ()
{
int a,i, j=0;
cout << "enter number for length of triangle";
cin >> i;
for ( a = 1; a <= i; a++)
{
for (j = 1; j <= a; j++)
{
cout << "X";
}
cout<<" ";
}
}
for this
X
XX
XXX
XXXX
XXXXX
#include <iostream>
using namespace std;
int
main ()
{
int a,i, j=0;
cout << "enter number for length of triangle";
cin >> i;
for ( a = 1; a <= i; a++)
{
for (j = 1; j <= a; j++)
{
cout << "X";
}
cout<<endl;
}
}
Answer:
The correct answer is D.
Explanation:
In the given example, the task that the artificial intelligence system has to fulfill is to take control of an irregular task that is performed by humans. This requires a solution that depends on neural networks which work by evaluating given data sets and makes sense of them through the provided algorithms. They eventually come to a conclusion recognizing the relationships between the data points so that the system can decide what action to take. This procedure can be implemented to take control of the tax solution task that is performed by accountants.
I hope this answer helps.
I think it's low grade lime stone..