Answer:
The purpose of information management is to: design, develop, manage, and use information with insight and innovation. support decision making and create value for individuals, organizations, communities, and societies.
Explanation:
Answer:
Yes Juan has done enough to secure the network
Explanation:
All the computers are patched, have antivirus software, and have unneeded services shut down - this is done to prevent malware from residing in the system.
The network has a firewall with proxy server and IDS - the firewall limit access to network so as to limit intrusion into the network
The organization has a policy requiring passwords of ten characters in length, and must be changed every 90 days - this is done to prevent leakage of sensitive information in the network especially when there is a compromise in the network.
The toll program illustrates the use of conditional statements;
As a general rule, conditional statements are used to make decisions
<h3>The
toll program</h3>
The toll program written in Python where conditional statements are used to make several decisions is as follows:
def calc_toll(hour, morning, weekend):
toll_fee = 0
if weekend == False:
if morning == True:
if hour < 7:
toll_fee+=1.15
elif hour < 10:
toll_fee+=2.95
elif hour <= 12:
toll_fee+=1.90
else:
if hour < 3:
toll_fee+=1.90
elif hour < 8:
toll_fee+=3.95
elif hour >= 8:
toll_fee+=1.40
else:
if morning == True:
if hour < 7:
toll_fee+=1.05
elif hour <= 12:
toll_fee+=2.15
else:
if hour < 8:
toll_fee+=2.15
elif hour >= 8:
toll_fee+=1.10
return toll_fee
Read more about conditional statements at:
brainly.com/question/24833629
#SPJ1
Answer:
Idk if an app is ok too but for an app there is one called monkey. my friend showed it me. you can meet a loy of new people on there. its a speed video call with everyone. I think you get 30 seconds and if you want to talk more then you just add time or add each other as friends
If more than 4 feet of track is needed at least one additional support must be installed for every extension of <u>4 </u> feet or less.
<h3>What is Feet in Electrical Installation system?</h3>
In the electrical installation system, the inside wall of a system e.g
- indoor spa or
- indoor pool
is usually grounded or GFCI protected (A ground fault circuit interrupter) for indoor convenience.
For a chosen electrical outlet, the maximum receptacle distance in a household must be at least 12 feet apart using floor line measurement.
From the given question:
- If more than 4 feet of track is needed at least one additional support must be installed for every extension of <u>4 </u> feet or less.
Learn more about electrical installation systems here:
brainly.com/question/24786034