Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Мир компьютеров.doc
Скачиваний:
0
Добавлен:
01.05.2025
Размер:
430.59 Кб
Скачать

The Desktop Personal Computer

A desktop personal computer is the most commonly used personal computer today. It is a computer that fits on a desktop, is designed for a single user, and is affordable for an individual to buy for personal use. Personal computers come in what we call configurations.

Personal Computer Configurations

Knowledge workers often use the word configuration to describe a computer's attributes. Configuration refers to the various hardware components that together make up a computer system. This includes the type of monitor or video display (color or monochrome, which may be green, amber, or black/white), the quality of the video display, the amount of RAM (random access memory), and the number and type of floppy or hard disk drives. It also includes other devices that may be connected either internally or externally. Adding a printer makes sense. A personal computer can be configured as a desktop personal computer like the Macintosh, or as a lightweight, portable laptop computer, or even as a more powerful workstation. If we were describing the configuration of a stereo or an auto, we'd probably refer to its features or accessories. A full-featured auto is often termed fully loaded. A full-featured personal computer is called fully configured.

Bits and Bytes

Before we go any further in explaining configurations, you need to understand the bits and bytes of computers. At their most basic level, computers only understand the language of electricity: positive and negative, or on and off. Since computer hardware is electronic, to communicate with it we must speak its simple language. For this reason, we use the binary number system, system based on just two numbers or digits: 1 (for on) and O (for off). Each of these numbers is called a binary digit, or bit for short. A bit is the basic unit of data recognized by a computer.

Computer designers realized that they could make computers work faster by grouping bits together for presentation to the CPU. This is like our language — it's easier for us to speak in words, rather than spelling out each letter as we talk to one another. The term we use for a grouping of bits is a byte. A byte is a group of bits that can be operated on as a unit by the computer. Most modern computers have eight bits to a byte.

The binary number system is called a base 2 number system, since it has only two numbers. By contrast, we use the base 10 number system in our everyday lives. In that system, we count by powers of 10; in the binary system, we count by powers of 2. For example:

2¹ = 2

2² = 4

23= 8

24=16

A very important measure of the computer's power is the number of bytes of memory and storage it has. We commonly count bytes in the thousands, called kilobytes (KB), but using the base 2 number system. Therefore, 1KB is 210 bytes, or 1,024 bytes. When memory and storage goes into the millions, it is called megabytes; 1MB is 220 (1,048,576) bytes. A gigabyte (GB) is 1 billion bytes, and a terabyte (ТВ) is 1 trillion bytes. With that understanding, let's explore configurations in more detail.