Answer:
Explanation:
As a computer science student information is accessed in every possible way. This can be through a local school lan network, mobile devices, e-mail, etc. All of these help information flow to and from various people and makes obtaining this information incredibly simple as a student. Especially in the field of computer science, I need to integrate as many ICT devices with me in my everyday life, to send emails, check calendar updates, research information on the web, check school reports, and even speak with clients.
I think it’s the second and the third one. Sorry if I’m wrong but that is what I would put.
Answer:
You'd get a compiling error.
Explanation:
Since this code is presumably written in C++, it doesn't include an "int main()", and without it you'll have a compiling error when you create functions. Since the start of a C++ program is looking for "int main()" and one doesn't exist, the program cannot compile.
Since the only function here is the while statement, then that's what the compiler will scream at you for. If you put all of this code within an "int main()", you'll no longer have a compiling error, and you'll have "carbike" written to the console.
I hope this explanation helps! You're welcome!
Answer:
Using services such as GitHub and Skype
Disorganization and Communication Problems
Explanation:
Scrum is a framework for projects that are almost exclusively about programming and coding. Which means that there is always group work involved and one of the most important elements of group work is efficient communication.
The company's decision of providing the employees the opportunity to work from their homes greatly interferes with this concept and most likely there will be issues.
Using Scrum in the development process while working from different locations forces the team to use different ways to communicate and collaborate effectively which i believe can be done by using services such as Skype and GitHub.
Using this approach does not eliminate all possibility of problems mentioned above. There can be miscommunication and desynchronization in terms of the coding process which can result in bugs in the code and delay of the final product.
I hope this answer helps.