: Describe features of manual and electronic information storage systems that help ensure security

Answers

Answer 1
Answer: Manual Information Storage System ensures the privacy of the information in a simple, paper-based record keeping which are commonly stored secured/locked cabinets or drawers. While Electronic Information Storage System protects the private information by the use of software programs where electronic files are password protected.

Related Questions

true/false: for all n, an algorithm which is o(n2) will be slower than an algorithm which is o(n log n). g
Explain how using assistive technology can promote healthy emotional and social development. Discuss how you think young children and teens may be affected and how the affects may extend into adult life.
Which of the following savings vehicles usually requires a high minimum balance
Which software scans your computer for viruses in the operating system, emails, files, or hard disks, and then deletes them?
You use_____ to view an XPS file

Write the definition of a method dashedLine, with one parameter, an int. If the parameter is negative or zero, the method does nothing. Otherwise it prints a complete line terminated by a newline to standard output consisting of dashes (hyphens) with the parameter's value determining the number of dashes. The method returns nothing

Answers

Answer:

The following are the program in the Java Programming Language.

//define a function

public void dashedLine (int x)

{  

//check the variable 'a' is greater than 0

if (x>0)

{

//declare integer data type variable

int i;

//set the for loop that iterates from 1 to variable 'a'

for (i=1;i<=x;i=i+1)

{

//print the following dashes

System.out.print("-");

}  

//for empty space

System.out.println("");

}

}

Explanation:

The following are the description of the program.

  • Define a function 'dashedLine()' and pass an argument 'x' in the function's parameter.
  • Then, set the if conditional statement that check the argument x is greater than 0 or not.
  • Then, declare the variable 'i' and set the for loop statement that iterates from 1 to the variable x then, print the dashes and print the empty spaces after every loop statement.

As per US copyright laws, Jean's copyright ends in 1988 . Until then, if other people use parts of Jean's book in their work, then they need to obtain permission from .

Answers

Answer:

Jean

Explanation:

Copyright is a legal intellectual property right, exclusively assigned to originator of a creative work - for its publish, performance, recording etc, for a fixed period of time. The creative work can be used by any other person or party, by permission of copyright owner only.

So : As per US copyright laws, Jean's copyright ends in 1988 .Until then, if other people use parts of Jean's book in their work, then they need to obtain permission from Jean

If the driven shaft and the drive are at the same angle but turn in opposite directions, the gearing system is called a A. worm drive. B. chain drive. C. gear and pinion drive. D. belt drive.

Answers

It's a gear and pinion drive.

At which minimum height off the floor should a new oven be installed

Answers

Answer:

32 inches

Explanation:

Wall oven manufacturers recommend that you place your oven 32 inches above the floor. This placement, however, is for convenience rather than safety. This placement allows you to lift food in and out of your oven safely.

1.How does inertia affect a person who is not wearing a seatbelt during a collision? 2.How does kinetic energy affect the stopping distance of a vehicle traveling at 30 mph compared to the same vehicle traveling at 60 mph?
3.How does kinetic energy affect the stopping distance of a small vehicle compared to a large vehicle?
4.Keeping in mind the kinetic energy of a moving vehicle, how can a driver best prepare to enter sharp curves in the roadway?
5.Using information about natural laws, explain why some car crashes produce minor injuries and others produce catastrophic injuries.

Answers

1. during a collision, the person not wearing a seatbelt is already in motion. there is no outside force (the seatbelt) to stop this motion. 
2. Kinetic Energy = 0.5 * m * v^2  because velocity is a squared term, doubling the velocity actually quadruples the kinetic energy, making the stopping distance much much greater
3. by the same logic as above, mass is not a squared term, therefore doubling the mass will double the kinetic energy, increasing the stopping distance -- but by not as much as increasing the velocity.
4. because a driver cannot alter the mass of his vehicle, the best way to enter sharp curves would be decreasing velocity (speed)
5. there are many factors that determine the degree of damage (to humans and property in a crash), most notably the size of the vehicle(s) and velocity.

What's the risk or effect of software piracy?

Answers

you can go to jail get in alot of trouble plus you always have a chance of letting a virus into yoru computer
Software piracy carries the following risks:
a) you might pick up a computer virus or other malware from downloading copied software
b) Software developers suffer financial loss because you did not pay for the software you pirated.  This might cause them to lose motivation to develop new software or support their current product(s).