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:
sort()
Explanation:
I took the quiz hope this helps :)
Hardware:
-physical parts of a computer that cause processing of data
-can be connected (physically) & can touch
- Hardware wares out during/over time
-Hardware failure is random
Software:
-A set of construction that tells a computer exactly what to do
-software is logical in nature
- dose not have an increasing failure rate
Similarities
- Behavior; Users interact with the products in various ways
- Products produce outputs and given inputs
-they have functional (user facing) and non functional (non user facing) requirements
-They are both complex (any representation of product specifications lead to a main structure)
Differences
- Software is easier to change then hardware
- Software testing is done by specialized quality assurance (QA) engineers, while hardware is done by engineers who are creating the product
-Hardware must be designed and tested to work over a range of time and environmental conditions, which is not the case for software
- Hardware designs are constrained by the need to incorporate standard parts
(Hope this helps?)
Answer:
char str[5][100]
Explanation:
See attachment for options:
From the options, we can see that the programming language is C language.
The syntax to store an array of m strings with a maximum of n elements in C is:
char array-name[m][n]
In this case:
--- Number of strings in the array
--- Maximum character in each string
Assume the array name is str, the syntax can be expressed as:
char str[5][100]
Answer:
c for the first one and d for the secound one
Explanation: