Answer:
Data use policies
Explanation:
Technically data use policies are not specifically made to protect user privacy, however it also should not violate user privacy. Data use policies are required by law. They are compulsory disclosures that list the various ways in which data in the form of personal data of individuals is collected, shared or used by digital companies(companies that operate on the internet, make use of email lists, etc ) are used.
Answer:
Point e = MouseInfo.getPointerInfo().getLocation();
Explanation:
Through the above we can find the point where the mouse is located. And you can check the further code, the details are given how this point is being used to find the x and y value of the location. You are also going to find that we can do almost anything at this location. Remember this code is in JAVA,
Answer:
software requirements specification (SRS)
Explanation:
Software requirements specification (SRS) is a detailed description of a software system to be developed with its functional and non-functional requirement. Thus, the Software requirements specification (SRS) comprises of all the requirements required for the development of a software.
A functional requirement can be defined as a description of the process or service that a system and all of its components is required to offer and perform, in order to support an end user's task.
Simply stated, a functional requirement is a description of the intended functions of a computer system.
The output of a system under certain input (conditions) is based on the functional requirement of the system and as such determines its behavior.
The various types of functional requirement are business rules, reporting requirements, certification requirements, transaction handling, audit tracking, external interfaces, administrative functions etc.