I think it’s internet sorry if it’s wrong
Answer:
Option d is the correct answer for the above question.
Explanation:
- The first loop of the program has a second loop and then the statement. In this scenario, the second loop executes for the value of the first loop and the statement executes for the value of the second loop.
- The first loop executes 4 times, Then the second loop or inner loop executes n times for the n iteration of the first loop, for example, 1 time for the first iteration of the first loop, 2 times for the second iteration of the first loop and so on.
- Then the inner loop executes (1+2+3+4) iteration which gives the result 10 iterations.
- The sum initial value is 0 and the "sum++", increase the value of the sum by 1.
- So the value of the sum becomes 10 after completing 10 iterations of the inner for loop.
- Hence the 10 will be the output. So the Option d is the correct answer while the other is not.
Answer:
B.
Explanation:
Metadata is a type of data that dispense details of other data. In simple terms, metadata can be defined as information of a file such as file name, attributes, etc.
<u>In excel sheet, metadata works the same and helps to provide information about </u><u>file name, author name, file size, attributes such as read-only, archieve, hidden, system, location of the file, date and time of creation, modification, or accessed, type of file, etc</u><u>.</u>
From the given options, the information that is not considered or included in metadata is calculation inside the file. Metadata in excel sheet does not include calculations inside the file. Thus option B is the correct answer
There are 3 components of documents merging :
- input 1 , which contain the data source
- Input 2, which contain the main document
and
- Output 3, which contained the merged the documents
Answer: Record system
Explanation:
The record system is one of the type of information storage system that stored all the records or data in the form of management system.
- We can also retrieve the our data or information by saving it in the system so that we can use that specific data for future use.
- It also helps in ensuring the data integrity and providing an efficient security to our data or information in the system.
According to the given question, record system is one of the information management system that helps in accomplished the goals in the form of record.
Therefore, Record system is the correct answer.