D and B and A and C all of the above !!!!!!!!!!!!!!!
hope this helps!
Answer:
Banking and Financial company: Computers are used in bank for electronic money transfer, voucher, ledger, bank sheet, etc. ...
Education: ...
Industries: ...
Entertainments: ...
Hospital: ...
Data processing: ...
Science and Engineering: ...
Offices:
Explanation:
The basics of the conputer and how to work it (the basics)
Answer:
declaration of pointer variables are done using *
Explanation:
* denotes the declared variable is a pointer which can hold address of another location. To get values of any address & is used. For example, we have an integer variable <em>a</em> to which holds a value 10. if you want to read the address of the variable <em>a</em>, use <em>&a</em>. To store this address in any other memory declare a pointer variable.
int a = 10;
int *loc_a;
loc_a = &a;
Answer: measures how quickly a system performs a process or transaction
Explanation:
Computer performance refers to how well a given computer system performs, which is estimated by its accuracy, efficiency and speed when completing a process or transaction.
A computer performance evaluation will assess a system's resources and outputs to make sure that it´s performing in the best possible way.
Some parameters of performance are latency, speed, throughput, and bandwidth.