Purchase Solution

CPU of a personal computer

Not what you're looking for?

Ask Custom Question

Discuss in detail the CPU of a personal computer's hardware, and discuss how the characteristics of that aspect affect overall computer performance.

Purchase this Solution

Solution Summary

This solution discusses in detail the CPU of a personal computer's hardware, and how the characteristics of that aspect affect overall computer performance.

Solution Preview

Please find attached a document with potential material to help you answer the question well.

A computer is made up of many different kinds of hardware devices each with a different purpose. The devices are generally categorized as:

- Storage devices e.g. hard disks
- Communication or human-interface devices e.g. keyboard, mouse
- Transmission devices e.g. network cards, modems

Each device needs the CPU attention at one point in time or another depending on the requests of the device (indirectly requested by the system user). The CPU accepts requests of interrupts in a methodical fashion where the previous request state and other information (data etc), are saved before jumping to attend to the new request interrupt. This is just the basic way of handling interrupts but implies that the CPU the juggles interrupt from devices whenever they are invoked on the interrupt request line.

Talking about a personal computers' CPU it's usually known as a microprocessor which is plugged into a motherboard. A motherboard has a socket (sockets) to have a CPU fit into it. On a single microchip a single integrated circuit helps coordinate all the functions of the personal computers' CPU. Common these days are the 64-bit microprocessors which support operating systems like the Windows XP, Vista, even Windows 7 and similar other OS. In addition to this advancement in technology computers today can be accommodated with multiprocessors such as the Pentium Dual Core Processors. The hardware design doesn't change much as there aren't multiple processors physically but ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Basic Networking Questions

This quiz consists of some basic networking questions.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.