Never heard of that but it probably just have the kind of use of abobe flash
Answer:
<em>C++.</em>
#include <iostream>
using namespace std;
////////////////////////////////////////////////////////////////
int main() {
int weekly_hours = 0;
int hourly_rate;
float gross_pay = 0;
cout<<"Enter weekly hours worked: ";
cin>>weekly_hours;
cout<<"Enter hourly rate: ";
cin>>hourly_rate;
cout<<endl;
////////////////////////////////////////////////
if (weekly_hours > 40) {
gross_pay = (weekly_hours*hourly_rate) + ((weekly_hours*hourly_rate)*0.5);
}
else
gross_pay = weekly_hours*hourly_rate;
cout<<"Weekly gross pay: $"<<gross_pay;
////////////////////////////////////////////////
return 0;
}
Answer:
1. Option (a) is the correct answer. "Place a firewall between the Internet and your Web server".
2. Option (e) is the correct answer. "Require encryption for all traffic flowing into and out from the Ken 7 Windows environment".
3. Option (d) is the correct answer. "Implement Kerberos authentication for all internal servers".
4. The correct answer is option (g) "Require all personnel attend a lunch and learn session on updated network security policies".
5. Option (c) is the correct answer. "Enforce password complexity".
Explanation:
1. Users who tried to use ken 7 network resources for social media access will not be enable to do so.
2. Encryption for inflow and outflow of traffic from Ken 7 windows environment will monitor any personal devices which is connected to Ken 7 windows network.
3. The implementation of Kerberos authentication will deny anonymous users access to protected resources in Ken 7 infrastructure.
4.All personnel will be taught the network policies to avoid sending report to unsecured printers.
5. The more complex passwords are, the more secured the server will be. A complex password should be enforce for network security.