-
1 executing a statement
Программирование: исполнение оператора -
2 Executing a statement produces a computation that can halt (normal outcome), raise an exception, cause a checked runtime error, or loop forever
Общая лексика: Исполнение оператора порождает вычисление, которое может закончиться (нормальный результат), вызвать исклУниверсальный англо-русский словарь > Executing a statement produces a computation that can halt (normal outcome), raise an exception, cause a checked runtime error, or loop forever
-
3 Executing a statement produces a computation that can halt , raise an exception, cause a checked runtime error, or loop forever
Общая лексика: (normal outcome) Исполнение оператора порождает вычисление, которое может закончиться (нормальный результат), вызвать исклУниверсальный англо-русский словарь > Executing a statement produces a computation that can halt , raise an exception, cause a checked runtime error, or loop forever
-
4 executable statement
оператор, который, в отличие от операторов объявлений (декларативных операторов, nonexecutable statement), вызывает выполнение каких либо действий программы (разумеется, после всех необходимых этапов превращения исходного текста программы в машинный или промежуточный код).Executing a statement produces a computation that can halt (normal outcome), raise an exception, cause a checked runtime error, or loop forever. — Исполнение оператора порождает вычисление, которое может закончиться (нормальный результат), вызвать исключение, стать причиной контролируемой ошибки времени исполнения или же исполняться бесконечно (зациклиться) см. тж. assignment operator, data declaration, object code, statement, type declaration
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > executable statement
-
5 treaty
См. также в других словарях:
Perl control structures — The basic control structures of Perl are similar to those used in C and Java, but they have been extended in several ways.LoopsIn the following, label is an optional identifier terminated by a colon, and block is a sequence of one of more Perl… … Wikipedia
SQL Server Integration Services — (SSIS) is a component of Microsoft SQL Server 2005 and 2008. It replaces Data Transformation Services, which has been a feature of SQL Server since Version 7.0. Unlike DTS, which was included in all versions, SSIS is available in the Standard ,… … Wikipedia
Set operations (SQL) — UNION operator= In SQL the UNION clause combines the results of two SQL queries into a single table of all matching rows. The two queries must have the same number of columns and compatible data types to unite. Any duplicate records are… … Wikipedia
DeathStation 9000 — The DeathStation 9000 (often abbreviated DS9K) is a hypothetical computer architecture often used as part of a discussion about the portability of computer code (often C code). It is imagined to be as obstructive and unhelpful as possible, whilst … Wikipedia
interpret — interpretable, adj. interpretability, interpretableness, n. interpretably, adv. /in terr prit/, v.t. 1. to give or provide the meaning of; explain; explicate; elucidate: to interpret the hidden meaning of a parable. 2. to construe or understand… … Universalium
Dismissal of U.S. attorneys controversy timeline — Dismissal of U.S. attorneys controversy (v · d · e … Wikipedia
Control flow — Not to be confused with Flow control. In computer science, control flow (or alternatively, flow of control) refers to the order in which the individual statements, instructions, or function calls of an imperative or a declarative program are… … Wikipedia
Java Database Connectivity — (JDBC) is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database. JDBC is oriented towards relational databases. The Java 2 Platform, Standard… … Wikipedia
goto — This article is about the programming statement. For other uses, see Goto (disambiguation). goto is a statement found in many computer programming languages. It is a combination of the English words go and to. It performs a one way transfer of… … Wikipedia
ABAP — Infobox programming language name = ABAP/4 logo = paradigm = Object oriented, structured, imperative year = 1980s designer = SAP AG typing = Static, strong, safe, nominative implementations = SAP R/2,SAP R/3 dialects = influenced by = Objective C … Wikipedia
Microsoft SQL Server — Developer(s) Microsoft Stable release SQL Server 2008 R2 (10.50.2500.0 Service Pack 1) / July 11, 2011; 4 months ago … Wikipedia