Answer:
The answer is "Multiple computers and Host network".
Explanation:
In the given-question, some data is missing so, the correct answer to this can be defined as follows:
A computer server with the help of an operating system enables to access the data in the multiple computers simultaneously and the Host network allows for access.
- The host network is also used to access the network on the computer, which will be a client or a server.
- It hosting each network has a unique hostname, which can be accessed from other computers.
- In the device, the name of the host is a 'localhost', which is accessible for their data via a network protocol.
The answer is Constant. In a formula these are values which are not changed. It is usually a value derived and is plug in as a factor in the equation. In a spreadsheet a cell can be hard coded when reference into a formula using the '$' sign which precedes the referenced cell.
Answer:
1. multiplying two numbers when you meant to add them - Logical Error
2. dividing by zero - Compile time error
3. semi colon at the end of a programming statement - Logical error
4. wrong in output - Run time error
5. when you should have typed a - Compile time error
6. producing inaccurate results - Logical error or Run time error
Explanation:
Compile time error is a lack in computer programming which causes to violate the rules which are defined by user in the program.
Run time error produces wrong outputs. It causes lags in the softwares which makes the output inefficient. It even causes programs crash when the output is just seconds away.
Logical error is the situation where programs completes the task assigned but with the wrong syntax. The output is produced with some abnormality.