Answer:
<em>A computer monitor</em> is an electronic device that shows pictures for computers. Monitors often look similar to televisions. The main difference between a monitor and a television is that a monitor does not have a television tuner to change channels. Monitors often have higher display resolution than televisions.
<em>A printer</em> is a device that accepts text and graphic output from a computer and transfers the information to paper, usually to standard size sheets of paper. Printers vary in size, speed, sophistication, and cost. In general, more expensive printers are used for higher-resolution color printing.
<em>Speakers</em> receive audio input from the computer's sound card and produce audio output in the form of sound waves. Most computer speakers are active speakers, meaning they have an internal amplifier which allows you to increase the volume, or amplitude, of the sound.
Answer:
clean up space or reboot ur computer or delete unwanted apps and files .
Explanation:
Answer:
"Data center" is the correct answer for the above question.
Explanation:
- The data center is a hub or a house that is used to hold the computers and the hardware of storage to store the database.
- The database is the collection of data that is stored for the future prospective.
- The database can be unstructured or structured, but all are stored in the hardware of the computer system and that type of computer system is stored on the particular place that stores the data is known as a data center.
- The above concept is also asked by the question. Hence the answer is data center.
Answer:
mark- I was enormous in size,measuring 8 feet high,51 feet long and 3 feet deep it weighs tons used , 530 miles of wire and 730,000 separated plant.
Answer:
False.
Explanation:
Index addressing is not for only traversing the arrays but to also access the element,manipulate them.Though indexing is also used in traversing but it is not solely for that.Indexing in an array starts from 0 to size-1.
for example:-
We have an array a of size 10.So to access the element at position 6.We have to write.
a[5];
Manipulating it
a[5]=6;