Answer:  a CPU is a central processing unit. They’re responsible for creating and executing instructionsl
Explanation:
 
        
             
        
        
        
<span>After connecting to an ftp site, the mget command will upload multiple files.
</span><span>The </span>mget command<span>  retrieves multiple files from a remote server directory and stores them in the current local directory.
</span><span>ftp> mget <start of the like files> *
</span>
ftp> mget file01 file02 file03
ftp> mget filename*
ftp> mget *.txt
 
        
        
        
<span>Encapsulation is defined as the process of adding a header in front of data supplied by a higher layer (and possibly adding a trailer as well).</span>