Answer:
rows and columns, or matrix
Explanation:
Two-dimensional 2D arrays are being indexed with the help of two subscripts. The first one is for the row and the second one if for the column. And each of the elements of the 2D array must be of the one kind like they all can be an object type or they all can be of primitive type.
Like:
int A[3][3];
The above is the 2-dimensional array in C++, and elements are of type int, which is a primitive data type.
There are alot of parts in a computer system. You have to be a little specific
Technology can create or dimish occupations.
Technology can also make the job easier
The way that adding descriptive headers to columns of data in a spreadsheet improve the spreadsheet is that; It adds context to the data.
- Usually in spreadsheets in Microsoft Excel, we could just naturally use letters like A, B or C or even numbers like 1, 2, or 3 as title headers for columns. However, sometimes it becomes necessary to use descriptive headers. This is because the person reading it may not be able to easily comprehend the details or numbers in that particular column.
- Thus, in order to add more context to the data in the column of the spreadsheet and improve understanding of context using descriptive headers is very useful.
Read more on excel spreadsheets at; brainly.com/question/25863198