The answer to this question is C.
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:
20 will be displayed on the console.
Explanation:
Given code is:
var numList = [10,20,30];
console.log(numList[numlist.length-2]);
The first line of code declares an array named numList and assigns it values given in the square brackets.
The second line of code is written to display the element on the index obtained by [numlist.length-2]
[numlist.length-2] means the second index.
Hence,
after running the code on JavaScript editor and dry running the code
20 will be displayed on the console.
Answer:
Mail Merge is a way to send the same message to a large number of persons, with each one properly addressed to a specific person.
Explanation:
Answer:
Hi how are you doing today Jasmine