Answer:
- import random
-
- target = 7
- count = 0
- for i in range(100):
- guess = random.randint(1,10)
-
- if(guess == target):
- count += 1
-
- print("Total of correct guess: " + str(count))
Explanation:
The solution is written in Python 3.
Firstly, import the random module since we are going to simulate the random guess by computer. Next, we presume user set a target number 7 (Line 3). Create a counter variable to track the number of correct guess (Line 4).
Presume the computer will attempt one hundred times of guessing and we use randint to repeatedly generate a random integer between 1 - 10 as guess number (Line 6). If the guess number is equal to the target, increment count by one (Line 8-9).
Display the total number of right guess to terminal (Line 11).
The correct answer is D, Draw conclusions and make decisions for their business based on the research results.
Answer:
Check the explanation
Explanation:
in order to make sure that the built into the new systems, the below input and output levels of security control have to be considered for personal trainers staff.
There are:
Network Security
Application security
Physical security
User security
File security
Procedural security
These securities levels are consistent and advantage in building the decisions regarding system security.
There are the following policies applied to each control:
Network Security: Network interface and traffic controlling, encryption of data.
Application Security: Verification of data input/output and update of software proceedings.
Physical Security: Security to servers, computers and physical environment.
User Security: Protection passwords and identify management skills.
File Security: Access Permission allocated to users and editing authorizations given to users.
Procedural Security: Certify safety protection to perform decision-making activities and document shredders.
Finally, consider another main point is depends the new system performance are system response time, throughput, bandwidth time and turnaround time.
Email client as port 25 is the default port for an email server.