I would say safety. Not putting too much information about yourself on the internet is a good thing to do, because people can follow you (in a bad way). Another thing to think about is not putting information about others if they do not want it on the internet. Also, be careful while you are around computers. You do not want to spill any water on it, or drop it.
Answer:
2 threads of a process
Explanation:
At maximum 2 threads of a process that can be executing in parallel.
Hmm.... I am guessing LinkedIn. I hope this helped you!
Answer and Explanation:
var gettext= prompt("please enter text");
function strtok(gettext){
var splitString = gettext.split("");
if(splitString.length<=80){
var reverseArray = splitString.reverse();
var joinArray = reverseArray.join("");
return joinArray;}
else{
Alert("too many characters");
}
}
/* we first ask for user input using the prompt function. We save this in a variable gettext which we pass to the strtok function. This function first splits the text and makes it an array so we are able to count how many characters the user enters and set an if..else condition to handle characters that may be more than 80. The reverse and join functions are then used respectively to reverse and return the string.*/
Answer:
fact
Explanation:
because it is a information