Answer:
I believe the answer is D. To keep records of transactions in different places.
Explanation:
Answer:
B) Worksheet
Explanation:
In Microsoft Excel and all the other spreadsheet applications, a worksheet is a file that contains cells, the cells are an intersections of rows and columns, and it provides the interface where the users can input and modify data, because of the row/column nature of worksheets, a table structure can easily be developed for the organization of data/information from where they can be plotted to a chart. Hence every chart has a corresponding worksheet containing its numerical data.
Answer:
The answer is Lines.
Explanation:
A visible line, or object line is a thick continuous line, used to outline the visible edges or contours of an object. A hidden line, also known as a hidden object line is a medium weight line, made of short dashes about 1/8” long with 1/16”gaps, to show edges, surfaces and corners which cannot be seen.
Answer:
When you open a program, the hard drive <u>Registers the program and runs the program accordingly. </u>
I hope this helped!
The code segment does not compile because the method 'reset' does not return a value that can be displayed.
A method refers to a block of that which only runs when it is called. It is permissible to pass data, referred to as parameters, into a method. Methods are used to accomplish certain actions, and they are also called functions. As per the given code segment that appears as a method in a class, it does not compile because the method named 'reset' is not returning a value that can be printed on the screen as an output.
"
<em>Complete question:</em>
Consider the following code segment, which appears in a method in a class other than password.
Password p = new Password("password");
System.out.println("The new password is " + p.reset("password"));
The code segment does not compile because _____________ .
"
You can learn more about Method at
brainly.com/question/27415982
#SPJ4