Answer:
import random
print("Hello! I have a random number from 1 to 100! It is your job to try and guess it!")
number = random.randint(1,101)
guess = int(input("start to guess: "))
num_guesses = 1
while guess != number:
if guess > number:
print("lower")
guess = int(input("try again: "))
num_guesses +=1
elif guess < number:
print ("higher")
guess = int(input("start to guess: "))
num_guesses +=1
print("congrats it took you", num_guesses, "tries")
Explanation:
As forensic evidence of suspected intrusions on a host system or network, indicators of compromise (IOCs) are used.
<h3>
What is indicators?</h3>
System administrators and information security (InfoSec) experts can identify malicious activity such as intrusion attempts using these artifacts. IOCs are used by security researchers to more thoroughly examine the methods and behaviour of a certain malware.
IOCs also offer useful threat intelligence that can be disseminated around the community to help organizations develop their incident response and remediation plans.
Some of these artifacts can be seen on the system's event logs, time-stamped entries, apps, and services. Various tools that monitor IOCs are also used by infosec experts and IT/system administrators to help mitigate, if not stop, breaches or assaults.
Therefore, As forensic evidence of suspected intrusions on a host system or network, indicators of compromise (IOCs) are used.
To learn more about indicators, refer to the link:
brainly.com/question/28093573
#SPJ1
Answer:
Examples of input devices include keyboards, mouse, scanners, digital cameras, joysticks, and microphones.
Explanation:An input device is a piece of computer hardware equipment used to provide data and control signals to an information processing system such as a computer or information appliance.
Answer:
Check the explanation
Explanation:
Player 1 Coin
Player 2 Coin
Player 1
Player 2
Round
Count at
Count at
Player
Player
Coin
Coin
Number
Beginning of
Beginning of
1
2
Outcome
Count at
Count at
Round
Round
Spends
Spends
End of
End of
Round
Round
Off-by-
one,
10 - 1
10
10
2
player 2
10 - 2
+
= 8
1
gains 1
= 10
coin
Same,
10 - 2
2
8
10
2
2
player 2
-
gains 1
6
+
=
1
=
9
coin
Off-by-
two,
6 - 1
+
3
6
9
3
player 1
2
9 - 3
gains 2
=
=
7
6
coins
Same,
4
7
6
2
2
player 2
7 - 2
6 - 2+
gains 1
=
5
=
coin
5
Kindly check the attached image below to see the well arranged table to solve the above question.