How does working on and supporting a laptop differ from a desktop?

What will be an ideal response?


Laptops and their replacement parts cost more than desktop PCs with similar features because their components are designed to be more compact and stand up to travel. They use compact hard drives, small memory modules, and CPUs that require less power than regular components. Whereas a desktop computer is often assembled from parts made by a variety of manufacturers, laptop computers are almost always sold by a vendor that either manufactured the laptop or had it manufactured as a consolidated system. Factors to consider that generally apply more to laptop than desktop computers are the original equipment manufacturer's warranty, the service manuals and diagnostic software provided by the manufacturer, the customized installation of the OS that is unique to laptops, and the advantage of ordering replacement parts directly from the laptop manufacturer or other source authorized by the manufacturer.

Computer Science & Information Technology

You might also like to view...

Consider the following statement: int alpha[25][10];. Which of the following statements about alpha is true?

A. Rows of alpha are numbered 0...24 and columns are numbered 0...9. B. Rows of alpha are numbered 0...24 and columns are numbered 1...10. C. Rows of alpha are numbered 1...24 and columns are numbered 0...9. D. Rows of alpha are numbered 1...25 and columns are numbered 1...10.

Computer Science & Information Technology

In SQL, the ____________ is used as a wildcard character, and can be used to represent any sequence of zero or more characters.

a. ^ symbol b. Wild operator c. % symbol d. * character

Computer Science & Information Technology

Why should the role of architect and team leader be assigned to distinct persons?

What will be an ideal response?

Computer Science & Information Technology

Which statement is true regarding overloaded functions?

A. The functions must have different input parameter lists. B. The functions must have the same types and numbers of input parameters. C. Only the return values for the overloaded functions should be different. D. The overloaded functions can have different names

Computer Science & Information Technology