Which platform is MOST successful at backward compatibility and potentially running DOS programs?
A) Apple B) UNIX C) Linux D) Windows
D
You might also like to view...
If you want to make sure that member function of a class overrides another function in a base class, you should declare the function with the keyword
A) override. B) public. C) final. D) private. E) None of the above
The _____ has been controversial since it was passed in 1998, and, in fact, it has never been implemented.
A. ?Child Online Protection Act B. ?U.S. SAFE WEB Act C. ?Do Not Call Implementation Act D. ?Homeland Security Act
The ____ statement notifies the program that you will be using the data and method names that are part of the imported class or package.
A. use B. package C. class D. import
A software development company needs to share information between two remote servers, using encryption to protect it. A programmer suggests developing a new encryption protocol, arguing that using an unknown protocol with secure, existing cryptographic algorithm libraries will provide strong encryption without being susceptible to attacks on other known protocols.Which of the following summarizes the BEST response to the programmer's proposal?
A. The newly developed protocol will only be as secure as the underlying cryptographic algorithms used. B. New protocols often introduce unexpected vulnerabilities, even when developed with otherwise secure and tested algorithm libraries. C. A programmer should have specialized training in protocol development before attempting to design a new encryption protocol. D. The obscurity value of unproven protocols against attacks often outweighs the potential for introducing new vulnerabilities.