На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
['sɔftweə]
общая лексика
SW
программное обеспечение, ПО
общее понятие, описывающее программы для компьютеров в отличие от его аппаратных составляющих (hardware). При этом не уточняется, в каком виде представлены программы (в исходных текстах или в исполняемом коде). ПО делится на два больших класса - системное (system software) и прикладное ПО (application programs). К системному относится любое ПО, необходимое для разработки и исполнения программ, такое как операционные системы (operating system), компиляторы (compiler), отладчики и т.д. Примером прикладных программ могут служить программы бухгалтерского учета, обучающие программы, компьютерные игры, САПР и т.д. Программы, хранящиеся в энергонезависимой памяти (ПЗУ, ППЗУ), обычно называются firmware. По способу распространения ПО делится на бесплатное (freeware), условно-бесплатное (shareware) и коммерческое. Кроме того, ПО можно разделить на массовое, коробочное и заказное. Термин software впервые появился в 1958 г. в American Mathematical Monthly в статье математика из Принстонского университета Джона Туки (John Tukey)
программное обеспечение ЭВМ
программный
разговорное выражение
софт
вычислительная техника
матобеспечение
нефтегазовая промышленность
программное обеспечение
существительное
общая лексика
компьютерные программы
вычислительная техника
программное или математическое обеспечение
программные средства
общая лексика
заказное ПО
программное обеспечение, разработанное по заказу для единственной фирмы или отрасли
антоним
общая лексика
заказное ПО
программное обеспечение, разработанное под конкретные требования отдельного клиента
Смотрите также
нефтегазовая промышленность
модель долговечности
In the context of software engineering, software quality refers to two related but distinct notions:
Many aspects of structural quality can be evaluated only statically through the analysis of the software inner structure, its source code (see Software metrics), at the unit level, system level (sometimes referred to as end-to-end testing), which is in effect how its architecture adheres to sound principles of software architecture outlined in a paper on the topic by Object Management Group (OMG).
However some structural qualities, such as usability, can be assessed only dynamically (users or others acting in their behalf interact with the software or, at least, some prototype or partial implementation; even the interaction with a mock version made in cardboard represents a dynamic test because such version can be considered a prototype). Other aspects, such as reliability, might involve not only the software but also the underlying hardware, therefore, it can be assessed both statically and dynamically (stress test).
Functional quality is typically assessed dynamically but it is also possible to use static tests (such as software reviews).
Historically, the structure, classification and terminology of attributes and metrics applicable to software quality management have been derived or extracted from the ISO 9126 and the subsequent ISO/IEC 25000 standard. Based on these models (see Models), the Consortium for IT Software Quality (CISQ) has defined five major desirable structural characteristics needed for a piece of software to provide business value: Reliability, Efficiency, Security, Maintainability and (adequate) Size.
Software quality measurement quantifies to what extent a software program or system rates along each of these five dimensions. An aggregated measure of software quality can be computed through a qualitative or a quantitative scoring scheme or a mix of both and then a weighting system reflecting the priorities. This view of software quality being positioned on a linear continuum is supplemented by the analysis of "critical programming errors" that under specific circumstances can lead to catastrophic outages or performance degradations that make a given system unsuitable for use regardless of rating based on aggregated measurements. Such programming errors found at the system level represent up to 90 percent of production issues, whilst at the unit-level, even if far more numerous, programming errors account for less than 10 percent of production issues (see also Ninety–ninety rule). As a consequence, code quality without the context of the whole system, as W. Edwards Deming described it, has limited value.
To view, explore, analyze, and communicate software quality measurements, concepts and techniques of information visualization provide visual, interactive means useful, in particular, if several software quality measures have to be related to each other or to components of a software or system. For example, software maps represent a specialized approach that "can express and combine information about software development, software quality, and system dynamics".
Software quality also plays a role in the release phase of a software project. Specifically, the quality and establishment of the release processes (also patch processes), configuration management are important parts of an overall software engineering process.