Answer:
1. Open the sent messages 2. Make additions/edits 3. Click actions 4. Choose resend this Message
Explanation:
I got It wrong on Edge, so it showed me the right answer
Answer:
metasploit.
Explanation:
Cyber security can be defined as preventive practice of protecting computers, software programs, electronic devices, networks, servers and data from potential theft, attack, damage, or unauthorized access by using a body of technology, frameworks, processes and network engineers.
Metasploit is a penetration testing tool that combines known scanning and exploit techniques to explore potentially new attack routes. It's officially and formally licensed to Rapid7, a company based in Boston, Massachusetts.
Basically, metasploit is a framework that's mainly focused on availing end users such as ethical hackers, with information about security vulnerabilities in a system, development of intrusion detection system (IDS) signature and modular penetration testing.
Answer:
var courseTitle ="Principles in Information Technology and Computation";
var result =courseTitle .charAt(2);
Explanation:
Following are the code of javascript code that read the 3 character
var courseTitle ="Principles in Information Technology and Computation";
var result =courseTitle .charAt(2);
document.write(result)
;
The charAt method return the character at the specified position in the string.We can just give the index number in which we find the character at the specified position .
The last step to writing a business document is make sure your business document appears professionally
The five steps are
1. Identify the audience
2. Identify the dictums ya purpose and keep it focused
3.organize your writing
4.re read your business document before sending
5. Make sure your business document appears professional
-hope this helps