Answer:
She got motivated to work harder. She did not want to be less smarter that the other girls.
Explanation:
She was shy in the beginning, but then once she heard out the other girls could do it very well. She then got motivated.
Answer:
Two advantages of the agile methods are:
- The agile method require less documentation process as compared to waterfall model and saves maximum time and money. It basically reduces the efforts and the amount of work.
- In agile method, there is always high customer satisfaction present. In agile method, it is easy to modify in the data as compared to the waterfall model. The customers and developers always interact with each other as the interaction is very important for the good results in the project.
Two disadvantages of the agile methods are:
- For the large and complex projects, sometimes it is difficult to determine the requirements in the software development as projects are easily go off track.
- There is less predictability and the projects are easily messed up if the projects requirement are not clear by the customer end.
Answer:
Cloud is the correct answer for the above question.
Explanation:
Missing Information:
The option is missing in the question and the question suggests to choice. The option can be liberated, cloud, disperse, digital for this question in which cloud is the correct answer.
Detailed Explanation:
- The cloud is used to store a large amount of data or information for varies users and anyone can store or modify or delete the information from anywhere.
- This service takes money from the user and gives service to modify, edit or add the data from anywhere using the internet. When a user wants to take the service of the cloud then he needs to contact the cloud service provider, then pays money to them and then he can enjoy the service.
- The above question wants to ask about the term which is a vast environment of databases that provide access to the users to store and mane the data and that is the cloud which is the correct answer for the above question.
Answer:
The right answer is option 4: 2
Explanation:
Lists are used in Python to store elements of same or different data types.
Different functions are used in Python on List. One of them is count.
Count is used to count how many times a specific value occurs in a list.
The syntax for count is:
listname.count(value)
In the given code,
The output will be 2
Hence,
The right answer is option 4: 2