About: Direct mode

An Entity of Type: Abstraction100002137, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computing, direct or immediate mode in an interactive programming system is the immediate execution of commands, statements, or expressions. In many interactive systems, most of these can both be included in programs or executed directly in a read–eval–print loop (REPL). Most interactive systems also offer the possibility of defining programs in the REPL, either with explicit declarations, such as Python's def, or by labelling them with line numbers. Programs can then be run by calling a named or numbered procedure or by running a main program.

Property Value
dbo:abstract
  • In computing, direct or immediate mode in an interactive programming system is the immediate execution of commands, statements, or expressions. In many interactive systems, most of these can both be included in programs or executed directly in a read–eval–print loop (REPL). Most interactive systems also offer the possibility of defining programs in the REPL, either with explicit declarations, such as Python's def, or by labelling them with line numbers. Programs can then be run by calling a named or numbered procedure or by running a main program. Many programming systems, from Lisp and JOSS to Python and Perl have interactive REPLs which also allow defining programs. Most integrated development environments offer a direct mode where, during debugging and while the program execution is suspended, commands can be executed directly in the current scope and the result is displayed. (en)
  • Direct Mode (wörtlich übersetzt: Direkt-Modus) ist ein Begriff aus der Informatik, der sich auf die sofortige Ausführung einer Anweisung außerhalb des Kontexts eines Programms bezieht. Die Anweisung wird sofort nach Abschluss der Eingabe, z. B. mit Enter oder Return, ausgeführt und das Ergebnis auf dem Bildschirm ausgegeben. Im Gegensatz dazu wird im Programm-Modus nichts ausgeführt, bis eine bestimmte Anweisung gegeben und dadurch ein Programm gestartet wird. Einige Anweisungen können im Direkt-Modus und im Programm-Modus verwendet werden, während andere exklusiv für den einen oder den anderen Modus gelten. (Die RUN Anweisung in BASIC ist ein Beispiel für eine Direkt-Modus Anweisung.) Der Direkt-Modus wurde am häufigsten auf 8-Bit Systemen wie Commodore 64 und Atari 800 verwendet. Jedoch können auch Anweisungen, die an einer Unix-Shell eingegeben wurden, als das Direkt-Modus Äquivalent zu Shellskripten betrachtet werden und moderne interpretierte Sprachen wie Python und Perl enthalten Read-Eval-Print-Loop (REPL) Shells, in denen Anweisungen zur sofortigen Auswertung und Ausführung eingegeben werden können. Auch moderne Integrierte Entwicklungsumgebungen bieten oft einen Direkt-Modus an, wo während dem Debugging bei angehaltener Programmausführung Anweisungen im aktuellen Scope sofort ausgeführt werden können und das Ergebnis auf dem Bildschirm ausgegeben wird. (de)
dbo:wikiPageID
  • 14908558 (xsd:integer)
dbo:wikiPageLength
  • 1808 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1088029621 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • Direct Mode (wörtlich übersetzt: Direkt-Modus) ist ein Begriff aus der Informatik, der sich auf die sofortige Ausführung einer Anweisung außerhalb des Kontexts eines Programms bezieht. Die Anweisung wird sofort nach Abschluss der Eingabe, z. B. mit Enter oder Return, ausgeführt und das Ergebnis auf dem Bildschirm ausgegeben. Auch moderne Integrierte Entwicklungsumgebungen bieten oft einen Direkt-Modus an, wo während dem Debugging bei angehaltener Programmausführung Anweisungen im aktuellen Scope sofort ausgeführt werden können und das Ergebnis auf dem Bildschirm ausgegeben wird. (de)
  • In computing, direct or immediate mode in an interactive programming system is the immediate execution of commands, statements, or expressions. In many interactive systems, most of these can both be included in programs or executed directly in a read–eval–print loop (REPL). Most interactive systems also offer the possibility of defining programs in the REPL, either with explicit declarations, such as Python's def, or by labelling them with line numbers. Programs can then be run by calling a named or numbered procedure or by running a main program. (en)
rdfs:label
  • Direct Mode (de)
  • Direct mode (en)
owl:differentFrom
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License