The CPU is the most important. It is the brains of the Computer.
        
                    
             
        
        
        
Answer:
The answer is most likely B) Trojan. 
Explanation:
 
        
             
        
        
        
Answer:
False 
Explanation:
High resolution just mean It looks better
 
        
                    
             
        
        
        
Answer:
Begin the statement with the proper keyword to start the loop
Explanation:
Given
The code segment
Required
Fix the code
The first line of the code segment is meant to be a for loop, but it does follow the right syntax.
This is so because the for keyword is missing.
The first line should be corrected and replaced with:
for count in range(80):
Hence, option (b) is correct