-
1 Event Viewer
"A component you can use to view and manage event logs, gather information about hardware and software problems, and monitor security events. Event Viewer maintains logs about program, security, and system events." -
2 event
"An action or occurrence to which a program might respond. Examples include state changes, data transfers, key presses, and mouse movements." -
3 dynamic
"Occurring immediately and concurrently. The term is used in describing both hardware and software; in both cases it describes some action or event that occurs when and as needed. In dynamic memory management, a program is able to negotiate with the operating system when it needs more memory."
См. также в других словарях:
Program — may refer to:* Program (management) * Program (The Animatrix), a short film in The Animatrix series * PROGRAM Initiative for Art and Architectural Collaborations, a project space in Berlin for art and architecture * Computer program * Program… … Wikipedia
Program in Mathematics for Young Scientists — (PROMYS) is a six week number theory program currently under the direction of Professor Glenn Stevens at Boston University beginning in early July and ending in mid August.The program is open to high school students, although college students and … Wikipedia
Event-driven programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computin … Wikipedia
Event (computing) — In computing an event is an action that is usually initiated outside the scope of a program and that is handled by a piece of code inside the program. Typically events are handled synchronous with the program flow, that is, the program has one or … Wikipedia
Event loop — In computer science, the event loop, message dispatcher, message loop, message pump, or run loop is a programming construct that waits for and dispatches events or messages in a program. It works by polling some internal or external event… … Wikipedia
Program Evaluation and Review Technique — For other uses, see Pert (disambiguation). PERT network chart for a seven month project with five milestones (10 through 50) and six activities (A through F). The Program (or Project) Evaluation and Review Technique, commonly abbreviated PERT, is … Wikipedia
Event chain methodology — project management. [Virine, L. and Trumper M., Project Decisions: The Art and Science (2007). Management Concepts. Vienna, VA, ISBN 978 1567262179 ] .Event chain methodology helps to mitigate effect motivational and cognitive biases in… … Wikipedia
Event calculus — The event calculus is a logical language for representing and reasoning about actions and their effects first presented by Robert Kowalski and Marek Sergot in 1986.It was extended by Murray Shanahan and Rob Miller in the 1990s.The basic… … Wikipedia
Event Information Table — Die Event Information Table (EIT) ist Teil der DVB SI und spezifiziert nach ETSI (ETS 300 468). Die EIT enthält Informationen für die Electronic Program Guide (EPG) und die zeitrichtige Aufnahmesteuerung. Nach IEC 62216 1 (International… … Deutsch Wikipedia
Program and System Information Protocol — The Program and System Information Protocol (PSIP) is the protocol used in the ATSC and DVB digital television systems for carrying metadata about each channel in the broadcast transport stream of a TV station and for publishing information about … Wikipedia
Event cascade — In event driven computer programs, an event cascade occurs when an event handler causes another event to occur which also triggers an event handler. This can be a tricky source of program errors (see computer bug) … Wikipedia