Answer:
The answer is consistency
Explanation:
Information systems deal with the retrieval, storage, manipulation and sharing of data for organisational needs. It is important that there are measures in place that corresponds to data validity standards. The process that ensures that operations meet these standards is known as consistency.
This is very necessary for information systems.
Answer:
function start(){
var age = readInt("Age: ");
if(age == 15){
println("Yes, you are a teenager.");
}else{
println("No, you are not a teenager.");
}
}
Explanation:
Answer:
The answer is described below
Explanation:
E safety means means protection of private information and personal safety when using the internet. E safety involve the protection of private information, passwords against identity theft or property theft. A persons private information, passwords can be gotten through the use of phishing or malwares.
Also, the use of internet has exposed people to cyber bullying(i.e abuse of an individual), stalking, engaging underage children into sexual relationships and sextortion.
E safety help protect children from harmful content and services as those listed.
Answer:Deployment diagram
Explanation: Deployment diagram is the diagram that is used for displaying the hardware parts upon which the software architecture works.The main purpose of the diagram is showing the function and operations taking place through the deployment of the software system with the hardware.
These diagrams are made up of the nodes , interface, artifacts and other components. Other given options are incorrect because architectural diagram is for designing of the architecture of a system,sequence diagram is used for the sequential order display of system components and state chart diagram is the diagram that shows the status of the parts of the operating system.
Therefore, the correct option is deployment diagram.