Answer is Bit defender Internet security
 B
        
             
        
        
        
Answer:
The more you try some simple Excel tips and tricks, the more comfortable you’ll be using advanced Excel tricks moving forward. In addition to helping you in college, these Excel tips and tricks can help you secure and retain a job after you graduate. In 2013, IDC published a white paper which was originally commissioned by Microsoft Corporation.
Explanation:
 
        
             
        
        
        
you can install a 64 bit operating system on a 32 bit machine.
hope this helps!
 
        
             
        
        
        
Answer:
The tool that allows to configure a custom console is "mmc.exe".
Explanation:
MMC is a Microsoft Management Console. It is used to customize the management console and add the tools in console that are required by the technician.
 
        
             
        
        
        
Answer:
The answer is "Option b"
Explanation:
In the given code three-class C1, C2, and C3 are declared, in which C2  and C3 extend the class C1. In the next line, C2 and C3 object are created, that is c2 and c3. and in the last line c2 class object holds two-class C2, C1, and one object c3 value, this code will give runtime error because it can't cast object from sibling class, and wrong choices can be defined as follows:
- In option a, It is not correct because it can't cast c3 object into c2 object.
 - In option c, It is not correct because it performs multiple casting in nested forms.
 - In option d, It is wrong because the statement is not correct.