Requirements traceabilityRequirements traceability is a sub-discipline of requirements management within software development and systems engineering. Traceability as a general term is defined by the IEEE Systems and Software Engineering Vocabulary as (1) the degree to which a relationship can be established between two or more products of the development process, especially products having a predecessor-successor or primary-subordinate relationship to one another; (2) the identification and documentation of derivation paths (upward) and allocation or flowdown paths (downward) of work products in the work product hierarchy; (3) the degree to which each element in a software development product establishes its reason for existing; and (4) discernible association among two or more logical entities, such as requirements, system elements, verifications, or tasks.
Asynchronous serial communicationAsynchronous serial communication is a form of serial communication in which the communicating endpoints' interfaces are not continuously synchronized by a common clock signal. Instead of a common synchronization signal, the data stream contains synchronization information in form of start and stop signals, before and after each unit of transmission, respectively. The start signal prepares the receiver for arrival of data and the stop signal resets its state to enable triggering of a new sequence.
Comparison of synchronous and asynchronous signallingSynchronous and asynchronous transmissions are two different methods of transmission synchronization. Synchronous transmissions are synchronized by an external clock, while asynchronous transmissions are synchronized by special signals along the transmission medium. Whenever an electronic device transmits digital (and sometimes analogue) data to another, there must be a certain rhythm established between the two devices, i.e.
Bruit aérienAircraft noise pollution refers to noise produced by aircraft in flight that has been associated with several negative stress-mediated health effects, from sleep disorders to cardiovascular ones. Governments have enacted extensive controls that apply to aircraft designers, manufacturers, and operators, resulting in improved procedures and cuts in pollution. Sound production is divided into three categories: Mechanical noise—rotation of the engine parts, most noticeable when fan blades reach supersonic speeds.
Poste électriquevignette|Tour de transformateur à Mönchengladbach (Rhénanie du Nord). Un poste électrique est un élément du réseau électrique servant à la fois à la transmission et à la distribution d'électricité. Il permet d'élever la tension électrique pour sa transmission, puis de la redescendre en vue de sa consommation par les utilisateurs (particuliers ou industriels). Les postes électriques se trouvent donc aux extrémités des lignes de transmission ou de distribution. On parle aussi de sous-station, entre autres dans les chemins de fer.
Bruit au travailLe bruit est une sensation auditive désagréable ou gênante. Au-delà d’un certain seuil, quand le niveau sonore est très élevé, tous les sons sont dangereux pour la santé. Au travail, le bruit peut avoir de multiples origines : machines, outils, véhicules... Le niveau du bruit se mesure en décibels . Selon l’Institut National de Recherche et de Sécurité, pour une journée de travail de 8 heures, l’ouïe est en danger à partir de 80 dB(A).
ThroughputLe throughput est le taux de production ou la vitesse à laquelle quelque chose peut être traitée. Ce terme peut aussi désigner le débit global d'un routeur ou d'un nœud du réseau. Lorsqu'il est utilisé dans le cadre des réseaux de télécommunications, tels que ethernet ou un réseau radio en mode paquet, le throughput d'un réseau est le débit de transmission utile du réseau sur un canal de communication (messages reçus avec succès). Les données de ces messages peuvent être émises sur un lien physique ou logique, ou bien à travers un nœud du réseau.
Synchronization (alternating current)In an alternating current (AC) electric power system, synchronization is the process of matching the frequency and phase and voltage of a generator or other source to an electrical grid in order to transfer power. If two unconnected segments of a grid are to be connected to each other, they cannot safely exchange AC power until they are synchronized. A direct current (DC) generator can be connected to a power network simply by adjusting its open-circuit terminal voltage to match the network's voltage, by either adjusting its speed or its field excitation.
Best, worst and average caseIn computer science, best, worst, and average cases of a given algorithm express what the resource usage is at least, at most and on average, respectively. Usually the resource being considered is running time, i.e. time complexity, but could also be memory or some other resource. Best case is the function which performs the minimum number of steps on input data of n elements. Worst case is the function which performs the maximum number of steps on input data of size n.
Vérification de modèlesthumb|308x308px|Principe du model checking. En informatique, la vérification de modèles, ou model checking en anglais, est le problème suivant : vérifier si le modèle d'un système (souvent informatique ou électronique) satisfait une propriété. Par exemple, on souhaite vérifier qu'un programme ne se bloque pas, qu'une variable n'est jamais nulle, etc. Généralement, la propriété est écrite dans un langage, souvent en logique temporelle. La vérification est généralement faite de manière automatique.