Answer:
4. A Web server has been specified.
Explanation:
End users have complained that when they click a link on your company's Website, the wrong client loads. You review the page with the suspect link and find the following HTML code:
To begin an FTP session, click the following link:
FTP Session
The problem is that Web server has been specified.
 
        
             
        
        
        
Answer:
I think its option a. and d.
Explanation:
option a. is right I'm sure.
option b. and c. are doubtful for me.
option d. can be true. but unlike a job letter, resumes carry a deeper view of the employee's accomplishments and qualifications. 
but I still hold with option a. and b. if it's wrong please do inform, so I can refer.
 
        
             
        
        
        
Answer:
inFile.open("progdata.dat");
Explanation:
This command opens the file which is passed to it as an argument. We are quite used to the C++'s cin and cout functions contained in iostream library for reading and writing data, however, when working will real-life stuff, we find ourselves working with huge data saved as separate files and require our programs to read them, manipulate them and possibly write back to the files... The first operation usually carried out before a file can be read or written to is open
 
        
             
        
        
        
Answer:
It would be considered cheating.
Explanation:
Any type of electronic use is considered cheating because you can look up the answers on the same phone or text someone for the answer. And so, Text messaging during a test is cheating because of the fact that is convenient to the cheater and not convenient to the teacher that is grading.
 
        
                    
             
        
        
        
Answer:
code = 010100000001101000101
Explanation:
Steps:
The inequality yields  , where M = 16. Therefore,
, where M = 16. Therefore, 
The second step will be to arrange the data bits and check the bits. This will be as follows:
Bit position              number              Check bits            Data Bits
21                                   10101
20                                  10100
The bits are checked up to bit position 1
Thus, the code is 010100000001101000101