Answer:
The answer to this question is given in the explanation section.
Explanation:
This is a type of software which show us data in tabular form. These software can easily store, analyze and organize data.
They are divided in rows and columns. They are mainly used for accounting and book keeping.
The commonly used spread sheet software in the market are MS Excel by Microsoft, Calc by libre office.
Answer:
Data is stored in tables, where each row is an item in a collection, and each column represents a particular attribute of the items. Well-designed relational databases conventionally follow third normal form (3NF), in which no data is duplicated in the system. ... With a homogenous data set, it is highly space efficient
When you first open a Microsoft Word document, the first line of text in the document is pre-filled in as the document's file name. You can also change the filename of the document, by typing in a new one. But if you don't type a new one, then the filename will remain as the first line of your document.
This will depend on what the user has set the default working directory to. In order to check for yourself what your default working directory is inside linux, simply log in, click the start button>Click System Tools>LXTerminal. Once in the terminal, you can check your current working directory by typing in "pwd" without the quotation marks. Then, hit enter on your keyboard and the terminal will print your current working directory. I hope this has helped you.
Answer:
b. Integration testing.
Explanation:
An error condition consisting of an error in the passing of parameters; a method passes or returns an unexpected value such as a negative price, is usually found in Integration testing.
Integration testing can be defined as a phase in software applications testing, which typically involves the process of testing the interface between two software module combined as a group.
<em>The main purpose of an integration testing is to determine the correctness of this interface and expose any fault existing between integrated modules.</em>