Answer: Port
Explanation : 
When we port a software from one computer to another computer or from one operating system to another operating system, it tries to adapt to the new environment of the machine by checking the required the configurations of the machine and then checking the available files in the software to run the machine. 
The porting of a software also checks whether the software is compatible with the machine or not and if not then why.
 
        
             
        
        
        
Answer:
Option A i.e., SME for further investigation.
Explanation:
Following the reports of such a security incident into an SOC, an incident respondent examines the incident but could not determine the cause of that same incident as well as establish an appropriate response protocol. The ticket for an incident must be applied to SME for even more inquiry. So, the following answer is correct.
 
        
             
        
        
        
Answer:
Business information
Explanation:
The building blocks are durable objects for content like corporate material, headings, timetables, and gallery advertising. The user can retrieve and utilize the building blocks at any time. The user can also design, saves, categorize and enter a description of their own building blocks, and tag them with keywords to help them find easily. 
Business information is one of the main features of the building block galleries that is found on the insert tab in text group.
 
        
             
        
        
        
Answer:
The method in python is as follows:
class myClass:
     def printRange(min,max):
          for i in range(min, max+1):
               print("{"+str(i)+"} ", end = '')
            
 
Explanation:
This line declares the class
class myClass:
This line defines the method
     def printRange(min,max):
This line iterates from min to max
          for i in range(min, max+1):
This line prints the output in its required format
               print("{"+str(i)+"} ", end = '')
 
        
             
        
        
        
Answer:
B
Explanation:
Because you do not want to make your presentation be dark especially in a low lighted room. 
(Certified MOS 2016 Powerpoint User)