Answer:
Software is a collection of instructions that tell a computer how to work. This is in contrast to hardware, from which the system is built and actually performs the work.
Answer:
When Patricia checks her email use:
POP3
TCP
IP
When Patricia brows a website and log in to post a comment use:
HTTP
TCP
IP
LDAP
Explanation:
Email protocol
Patricia starts to check her email, the email application uses the protocol POP3.
The protocol TCP makes a connection with the server and transport the data.
Patricia receives her emails with the protocol IP on her computer.
Website protocol
Patricia started to surf and the protocol HTTP makes a connection with the internet.
The protocol TCP makes a connection with the server and transport the data.
With the protocol IP, she receives the website data.
With the protocol LDAP, Patricia makes a login to post the comment.
Answer:
function findLongestWord(str) {
var longestWord = str.split(' ').sort(function(a, b) { return b.length - a.length; });
return longestWord[0].length;
}
findLongestWord(InputHere);
Explanation:
Replace InputHere with the input
For MS Word 2010 and higher
Go to "View" and find checkbox "Ruler"