Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
2 К ПС(мережі 1, 2 семестр).doc
Скачиваний:
0
Добавлен:
01.03.2025
Размер:
3.75 Mб
Скачать

Computer display

A computer display, monitor or screen is a computer peripheral device capable of showing still or moving images generated by a computer and processed by a graphics card. Monitors generally conform to one or more display standards. Sometimes the name "display" is preferred to the word "monitor", as the latter is perceived to be ambiguous alongside the other senses of "monitor" meaning "machine-level debugger" or "thread synchronization mechanism". Computer displays are sometimes called heads, especially when talking about how many are connected to a computer. Computer displays have also been known as visual display units or VDUs.

Technologies

As with television, several different hardware technologies exist for displaying the actual image:

  • Cathode ray tube (CRT)

  • Liquid crystal display (LCD). They can receive TV and computer bands (SVGA, PAL, SECAM; NTSC).

  • Plasma display (rarely seen)

  • Video projector

A modern CRT display has considerable flexibility: it can often handle all resolutions from 640 by 480 pixels (640×480) up to 2048 by 1536 pixels (2048×1536) with 32-bit colour and a variety of refresh rates.

The sharpness of a display is described by its dot pitch. In general, the lower the dot pitch, (e.g. .24), the sharper the picture will be.

Black and white displays can only display one colour either as on or off. Monochrome displays can show only levels of a single colour. In both cases the display usually uses green, orange (amber) or gray (white).

Colour monitors may show either digital colour (each of the red, green and blue signals may be either on or off, giving eight possible colours: black, white, red, green, blue, light blue, bright red and yellow) or analog colour (red, green and blue signals are continuously variable allowing the display of any combination). Digital monitors are sometimes known as TTL because the voltages on the red, green and blue inputs are compatible with TTL logic chips.

Some display technologies (especially LCD) have an inherent misregistration of the colour planes, that is, the centers of the red, green, and blue dots do not line up perfectly. In 2001, software designers began to exploit the misregistration to produce sharper images: Microsoft's ClearType™ provides an example.

Moving texts can appear in italics, even when the display resolution is too low to show static italics: a fractional time delay causes an apparent corresponding shift of a fraction of a pixel.

13. Operating systems

Operating system

In computing, an operating system (OS) is the system software responsible for the direct control and management of hardware and basic system operations. Additionally, it provides a foundation upon which to run application software such as word processing programs and web browsers.

In general, the operating system is the first layer of software loaded into computer memory when it starts up. As the first software layer, all other software that gets loaded after it depends on this software to provide them with various common core services. These common core services include, but are not limited to: disk access, memory management, task scheduling, and user interfacing. Since these basic common services are assumed to be provided by the OS, there is no need to re-implement those same functions over and over again in every other piece of software that you may use. The portion of code that performs these core services is called the "kernel" of the operating system. Operating system kernels had been evolved from libraries that provided the core services into unending programs that control system resources because of the early needs of accounting for computer usage and then protecting those records.

It is also noteworthy that some people use "kernel" to mean the core piece of the OS that deals most directly with the hardware, and have a slightly broader definition of "Operating System". They would define "Operating System" to refer to the kernel plus some of the basic computer programs and libraries that are necessary to use the kernel. An interesting essay about the difference between the kernel and the operating system, from the perspective of a broader definition of OS, can be found here: Linux and GNU. It should be stressed that neither definition is completely accepted among the Computer Science community.

Introduction

Colloquially, the term is most often used to mean all the software which "comes with" a computer system before any applications are installed.

The operating system ensures that other applications are able to use memory, input and output devices and have access to the file system. If multiple applications are running, the operating system schedules these such that all processes have sufficient processor time where possible and do not interfere with each other.

Common core services

As operating systems evolve, ever more services are expected to be common core. These days, an OS may be required to provide network and Internet connectivity. They may be required to protect the computer's other software from damage by malicious programs, such as viruses. The list of common core services is ever expanding.

Programs communicate with each other through Application Programming Interfaces, or APIs, similar to how humans interact with programs through User interfaces. This is especially true between application programs and the OS. The OS's common core services are accessed by application programs through the OS's APIs. Thus an OS enables the communication between hardware and software. CPU scheduling is also a main function of the operating system.

С.Р.№13: Переклад та переказ тексту “Todays operating systems”.

Todayfs operating systems

As of 2005, the major operating systems in widespread use on general-purpose computers (including personal computers) have consolidated into two families: the Microsoft Windows family and the Unix-like family. Mainframe computers and embedded systems use a variety of different operating systems, many with no direct connection to Windows or Unix.

The Microsoft Windows family of operating systems originated as a graphical layer on top of the older MS-DOS environment for the IBM PC. Modern versions are based on the newer Windows NT core that first took shape in OS/2. Windows runs on 32- and 64-bit Intel and AMD computers, although earlier versions also ran on the DEC Alpha, MIPS and PowerPC architectures (and there was work in progress to make it work also on the SPARC architecture). Today, Windows is the most popular desktop operating system, enjoying a near-monopoly of around 90% of the worldwide desktop market share. It is also widely used on low-end and mid-range servers, supporting applications such as Web servers and database servers.

The Unix-like family is a more diverse group of operating systems, with several major sub-categories including System V, BSD, and Linux. The name "Unix" is a trademark of The Open Group which licenses it for use to any operating system that has been shown to conform to the definitions that they have cooperatively developed. The name is commonly used to refer to the large set of operating systems which resemble the original Unix. Unix systems run on a wide variety of machine architectures. Unix systems are used heavily as server systems in business, as well as workstations in academic and engineering environments. Free software Unix variants, such as Linux and BSD are increasingly popular, and have made inroads on the desktop market as well. Apple's Mac OS X, a BSD variant, has replaced Apple's earlier (non-Unix) Mac OS in a small but dedicated market, becoming one of the most popular Unix systems in the process.

Mainframe operating systems, such as IBM's z/OS, and embedded operating systems such as QNX, eCos, and PalmOS, are usually unrelated to Unix and Windows.

Older operating systems which are still used in niche markets include the Windows-like OS/2 from IBM; VMS from Hewlett-Packard (formerly DEC); Mac OS, the non-Unix precursor to Apple's Mac OS X; and AmigaOS, the first GUI based operating system with advanced multimedia capabilities available to the general public.

Research and development of new kinds of operating systems is an active subfield of computer science.

Examples of operating systems

MS-DOS

  • Mac OS

  • AmigaOS

  • Windows

UNIX - which consists of all UNIX from BSD (FreeBSD) and Linux

• More operating systems