Before conducting ecommerce on a site, one should ensure that a safe connection has been established based on the protocol such as https://. What does the 's' stand for in https?
What is secure
______ is the property that enables a system to continue operating properly in the event of the failure of some of its components.
What is fault tolerant
Used for algorithms which find solutions among all possible ones, but they do not guarantee that the best will be found, therefore they may be considered as approximately and not accurate algorithms
What is a heuristic
When the sender and receiver of a message have two different keys for encryption and decryption.
What is Asymmetric Encryption
In determining the best route to take on a recent trip, a maps application gave the user three options based on traffic patterns, road construction, and roadways. This term refers to the algorithm that determines the best route for the trip.
What is Djikstra's algorithm
When a program runs in less time than another, the program is ____.
What is efficient