Answer:
b. selection sort
b. 8 11 17 30 20 25
Explanation:
The options above are the correct answers to the given questions. 
Selection sort is a simple comparison-based sorting algorithm. 
selection sort. (algorithm) Definition: A sort algorithm that repeatedly searches remaining items to find the least one and moves it to its final location. The run time is Θ(n²), where n is the number of elements. The number of swaps is O(n).
It is this sorting algorithm that will best ne suitable in the given event.
 
        
             
        
        
        
Answer:
Ensure that "Source/Destination Checks" is disabled on the NAT instance.
Explanation:
A NAT (Network Address Translation) instance is, like a bastion host, an EC2 instance that lives in your public subnet. A NAT instance, however, allows your private instances outgoing connectivity to the internet while at the same time blocking inbound traffic from the internet.
Many people configure their NAT instances to allow private instances to access the internet for important operating system updates. Patching your OS is an important part of maintaining instance level security.
NAT device enables instances in a private subnet to connect to the Internet or other AWS services, but prevents the Internet from initiating connections with the instances.
NAT devices do not support IPv6 traffic, use an egress-only Internet gateway instead. 
 
        
             
        
        
        
Answer:
Outlook 2016 is not only an email client, but it can also be used to schedule meetings and <u>Manage appointments</u>.
Explanation:
Microsoft Outlook is a tool that is used to send and receive emails. In outlook 2016 version it has many other advantages such as:
- Managing Contact Directory
 - Managing Address Books
 - Scheduling Meetings
 - Managing Appointments
 
 
        
                    
             
        
        
        
Answer:
Study the environment and see what frameworks the organization is using. Make friends and learn from people that has being working in that organization. 
Don't try to take a project immediately, first work on a project with a bunch of other employees to learn from them. 
Explanation:
Be positive and ask questions so you don't make mistakes