Answer:
Option D.
Use CMAK to create an executable to install.
Explanation:
The CMAK is the Connection Manager Administration Kit it is a feature in Microsoft Windows that allows users to customize the remote connection experience for users on their network.
The CMAK can be simply used by the technical expert to remotely operate the client computer, and customize the VPN himself without the non-technical user having to do anything. This can be done for computers only on a network however.
 
        
             
        
        
        
Answer:
!(key == 'q')
Explanation:
Based on the description, the coded expression that would equate to this would be 
!(key == 'q')
This piece of code basically states that "if key pressed is not equal to q", this is because the ! symbol represents "not" in programming. Meaning that whatever value the comparison outputs, it is swapped for the opposite. In this case, the user would press anything other than 'q' to continue, this would make the expression output False, but the ! operator makes it output True instead.
 
        
             
        
        
        
Y=In(x)-5 
hopefully it’s right :)
        
             
        
        
        
What do you mean? I don't understand.