The answer to your question is,
D) Check their pulse.
((Well, some people say to place your ear over the persons mouth and watch for a rise and fall of the chest-- but that's not an answer nor does that really go with any of the answers provided so..))
-Mabel <3
Verify data, something like this
var username = document.getElementById("input1").value
var password = document.getElementById("input2").value
// this is the validation:
if ( username == "anime" && password == "Anime132" ){
alert("Correct login data");
} else {
alert("Wrong login data");
}
Answer:
B. KDM
Explanation:
The KDE display manager (KDM) was developed for the KDE desktop environment, while the GDM is a display manager for the gnome desktop environment.
The XDM display manager is used by the Linux operating system when a specific desktop environment is not chosen.