Answer:
is this supposed to be a joke-
Explanation:
cuz i dont get it
 
        
             
        
        
        
Answer:
DNS(Domain Name Services) is the correct answer.
Explanation:
DNS is the type of directory system which is distributed that finds the solution of a hostname which is readable by the human being. It is also critical in centralizing control of the confirmation and policies of the security in the environment of the domain with Active Directory. That's why the following answer is correct.
 
        
             
        
        
        
ISO it is an organzation for agreement on internationational of network communication worldwide
OSI is the model for understanding and designing a network architecture
 
        
                    
             
        
        
        
Answer:
A. Information MIS infrastructure
Explanation:
An Information MIS infrastructure supports how important information is maintained and secured in an organization. It also supports the day to day operations of an organization, in this case, which includes maintaining payroll and vacation records, employment histories, and benefits information. Information MIS infrastructure also provides measures for backup and disaster recovery plans and the business continuity plan. On the other hand, Agile MIS infrastructure supports change within an organization's business processes while sustainable MIS infrastructure refers to the sustainable use and disposal of technology in an environmentally friendly manner.
 
        
             
        
        
        
Answer:
The answer to this question is given below in the explanation section. 
Explanation:
The correct matching answers for this question are given below. In this question, it is asked to identify the data type of the given scenario. 
Integer short and integer long data type:
These data types can hold whole positive and negative numbers. however, you can also store positive and negative values in float and double data type also. 
Boolean data type:
Boolean data type usually stores true or false values such as yer or no, true or false etc. It stores binary values i.e 1 or 0.
Float and Double data type: float and double data type can store positive and negative numbers with decimals. But, the float data type can store 4 bytes of data and sufficient for storing 7 decimal digits. while double data type has a size of 8 bytes of data and sufficient for storing 15 decimal digits.
However, for the given scenario in the question,  the float data type can accomodate these values easily.