Answer:
1) Well firstly think about what online collaboration is.
2) Think about how it is harder working online over in-person
3) Think of a way to work around the problem above ^
4) Think about whether or not there are either more risks or rewards
5) Your thoughts/resolution
Remember to add some details reliable or your opinion for each paragraph and you should be fine.
Explanation: Online Collaboration- Online collaboration can be defined as a technology that uses a collaboration software to allow a group of people to work together to achieve the same goal. The members of collaborating group can use the collaboration software to coordinate, communicate, cooperate, share, negotiate and even compete with each other to solve problems.
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:
Answer: D, Most laws are directed at the information, data, or intellectual property rather than the IT professional.
Explanation:i just took the test
Start>hover over "Computer">right-click>Properties>shows system specs
Start>Control Panel>lets you modify network connections, change time and date, update, uninstall programs, add new hardware, etc.