Answer: Requirements phase
Explanation:Requirement phase in the SDL(secure development life-cycle) is the phase where the security is fused with integrity part for any product. This mechanism is done to know about the requirement of the product in the security field. This is done to achieve the completeness in the product and to recover the mistakes that had happened earlier in the product due to security issues.
Other phase given in the option are for making the code, designing the model of product and testing the products aspects respectively.
Answer: Lisp which is the short for list processing is a special purpose programming language and it was developed for processing strings which is being exploited in the field of artificial intelligence.
Explanation:
Lisp is used for artificial intelligence as it can compute symbolic expressions, so a common lisp which it later came to be known as is used for development of application with artificial intelligence and is being widely used today. Lisp was actually developed in the early 1980s.
75. Health care workers are those persons who makes sure that they documented everything about their patient’s health problem. They also makes sure that they maintain those documentations and make sure the credibility and confidentially of an individual that undergone their care. It is their responsibility that this is keep confidential based on their patient’s request and also in their job’s duty. Once a health care worker divulge any confidential information, he or she can be given by a person a case in the court.
Answer:
A field with a unique value
Explanation:
A primary key is a field (or a collection of fields) that contain a unique data to identify a precise row in a given table. This is used for data retrieval but also to fully identify the row to be edited in case of update.
It can be as simple as an auto-increment counter, a serial number or an email address for example.
It can also be complex and take into account a series of fields, like a combination of a date and a userID, as a simple example. In such case, the date field by itself would occur many times (many entries per day), and the userID would happen also many times (many daily entries by the userID), but the pair (date/userID) would be unique.