The question has the below multiple choices
A. Man-In-The-Middle (MITM)
B. Man-In-The-Browser (MITB)
C. Replay
D. ARP poisoning
The answer is B
As compared to the Man-In-The-Middle attack, the
Man-In-The-Browser attack intercepts communications between parties to
manipulate or steal data. This attack seeks to intercept and steal or manipulate
communication that exists between the browser and the underlying computer. It
begins with a Trojan infecting the underlying computer and installing an
extension into the web browser configuration.
Answer:
Explain the evolution of computer
Evolution of computer technology can be divided into five generations. First generation computer consisted of vacuum tubes and they were used from 1943-1958. ... The fifth generation computers are under development. They are going to be based on principles of artificial intelligence and natural language recognition
Explanation:
Answer:
import java.util.Scanner;
public class Speed{
int speed;
public Speed(int speed){
this.speed = speed;
}
public void checkSpeed(){
if(speed >= 24 || speed <= 56){
System.out.println("Speed is normal");
}
else
System.out.println("Speed is abnormal");
}
public static void main(String...args){
Scanner input = new Scanner(System.in);
int userSpeed = 0;
System.out.println("Enter a speed: ");
userSpeed = input.nextInt();
Speed obj1 = new Speed(userSpeed)
obj1.checkSpeed();
}
Explanation:
Answer:
Graph C.
Explanation:
First draw the line as if there is no greater than or less than. Ie., plot y = 3x. Then you can see that answers B and D have a different line so they cannot possibly be right.
Now all we have to figure out is if we have to be above or below y = 3x. The equation says that y has to be smaller than 3x. So for any given x, e.g. x=1, we want to have a smaller y, thus smaller than the 3 that is on the line.
We have to be below the line, so answer C is the right one.
The first finger on the left (Index) is choice "2" (1,Q,A,Z)
The second finger on the right (Middle) is choice "4" (8,I,K)
The first finger on the right (Index) is "3" (7,U,J,M
Which leaves choice "1" (3,E,D,C)
Hope this helps