Computer communications describes a process in which two or more computers or devices transfer data, instructions, and information. ... A sending device that initiates an instruction to transmit data, instructions, or information. A communications device that connects the sending device to a communications channel.
-31 or 21- 50 it may also carry -31
Answer:
Explanation:
The following code is written in Python. It is a function called guessMyNumber and like requested creates a random number and saves it to secretNumber. Then it continuously asks the user for their guess and compares it to the secret number. If the guess is correct it exits the loop otherwise it will continue to ask for a new guess.
import random
def guessMyNumber():
secretNumber = random.randint(1, 10)
print(secretNumber)
while True:
guess = input("Enter your guess: ")
guess = int(guess)
if (guess == secretNumber):
print("Congratulations you guessed correctly")
Answer:
false , that is not true
Explanation:
because a person can change to a different picture , but it Is not by force it will have a match to the original
The function will support my business because it will help in decision making.
<h3>What is the importance of Management Information System?</h3>
Management Information System can be described as the collection of Organized data that can help the organization in decision making.
Making a good decision , it will help the company to compete excellently with great profit.
Learn more about Management Information System on:
brainly.com/question/11768396
#SPJ1