Answer:
1) TRUE
2) FALSE
3) FALSE
4) TRUE
5) TRUE
Explanation:
1) vertical cross connects connect work stations to the closest data closet  TRUE
2) a patch cable is relatively short, from 20 feet to 90 feet
FALSE
3) the dmarc is located at the local telecommunications carrier's office
FALSE
4) the MDF(main distribution frame) is the centralized point of interconnection for an organization's LAN.
TRUE
5 )the IDF (intermediate distribution frame) is a junction point between the MDF and the entrance facility.
TRUE
 
        
             
        
        
        
Carol must use any software which supports retail management. A software which he choose should be able to bill for the goods purchased, Handle the stock entries, maintains a reorder level, an alert system to order next set of goods, ability to find fast moving products, able to modify code on need, provide appropriate warning and error messages which are user-friendly etc. There are many such software in the market viz. “ShopKeep, Epos Now, Light speed Retail, Fattmerchant, Square for Retail”, etc.
 
        
             
        
        
        
The library offers free wifi. I don’t think you can get free Wifi without paying(unless you go somewhere that offers free wifi). I don’t recommend you hacking into people’s Wifi(you can go to jail).
        
             
        
        
        
Answer:
They would have had to retry and go back to experimenting.
 
        
             
        
        
        
Answer:
Explanation:
When programming in an OOP language classes are created to represent real-life objects, people, places etc. from the real world. Programming in the general allows you to cut down your code and making it more efficient by applying the same necessary functions to all of the objects that classify under the same category. For example by programming "in the general" and creating an Animal class you can create all of the functions/behaviors that animals tend to have. Then you can apply these functions/behaviors to various animals such as a Cat, Dog, Horse, etc. But if you program in the specific you cannot apply a Cat class to a Dog since they are not the same thing.