-
21 non-executable statement
English-Russian information technology > non-executable statement
-
22 Non executable statement
-
23 executable
-
24 statement
1) утверждение; высказывание; формулировка2) оператор; предложение3) предписание ( КОБОЛ)4) постановка ( задачи)•- abort statement
- accept statement
- access statement
- action statement
- arbitrary statement
- arithmetical statement
- arithmetic statement
- assembly-control statement
- assert statement
- assigned statement - basic statement
- biconditional statement
- blank statement
- branch statement
- break statement
- case statement
- code statement
- command statement
- comment statement
- communication statement
- compile time statement
- composite statement
- compound statement
- computed statement
- conditional GO TO statement
- conditional statement
- consistent statements
- control statement
- counter statement
- data definition statement
- data initialization statement
- data manipulation statement
- data statement
- data-formatting statement
- DD-statement
- debugging statement
- declarative statement
- define constant statement
- define file statement
- define storage statement
- delay statement
- delimiter statement
- destination statement
- dimension statement
- display statement
- DO statement
- do statement
- dummy statement
- editing statement
- edit statement
- end-of-file statement
- examine statement
- exceptional control statement
- executable statement
- execute statement
- exit statement
- expression statement
- external statement
- false statement
- for statement
- format statement
- formatted statement
- function statement
- GO TO statement
- high level statement
- if statement
- imperative statement
- inconsistent statements
- initiate statement
- input/output statement
- instruction statement
- iterative statement
- job control statement
- job statement - loop statement
- macro prototype statement
- model statement
- molecular statement
- move statement
- nonarithmetic statement
- nonexecutable statement
- note statement
- null statement
- ON statement
- perform statement
- postrun statement
- print statement
- problem statement
- program statement
- protocol statement
- prototype statement
- read statement
- repeat statement
- repetitive statement
- return statement
- rewind statement
- select statement
- select wait statement
- sensor statement
- simple statement
- source statement
- specification statement
- substitution statement
- switch statement
- telecommunications statement
- terminal statement
- test statement
- total source statement
- trace statement
- transfer-of-control statement
- true statement
- unconditional statement
- unlabeled statement
- while statement
- write statementEnglish-Russian dictionary of computer science and programming > statement
-
25 statement
1) формулировка (напр. проблемы); постановка (напр. задачи)2) утверждение; высказывание3) оператор (предложение языка программирования, задающее функционально законченное действие); инструкция (в некоторых языках программирования, напр. в C++)4) заявление; сообщение•- action statement
- assert statement
- assignment statement
- atomic statement
- blank statement
- case statement
- categorical statement
- conditional statement
- comment statement
- compile-time statement
- compound statement
- conditional statement
- control statement
- data manipulation statement
- debug statement
- debugging statement
- declaration statement
- declarative statement
- delimiter statement
- dummy statement
- executable statement
- exception statement
- expect statement
- expression statement
- false statement
- fuzzy statement
- GOTO statement
- goto statement
- if statement
- imperative statement
- indexing statement
- invalid statement
- iterative statement
- job control statement
- labeled statement
- language statement
- logical statement
- looping statement
- mathematical statement
- negative statement
- nonexecutable statement
- null statement
- path statement
- positive statement
- problem statement
- program control statement
- protocol implementation conformance statement
- provable statement
- REM statement
- repeat-until statement
- repetitive statement
- satisfiable statement
- semantic statement
- send statement
- source statement
- specification statement
- transfer statement
- unconditional statement
- unlabeled statement
- unprovable statement
- while statement -
26 statement
1) формулировка (напр. проблемы); постановка (напр. задачи)2) утверждение; высказывание3) оператор (предложение языка программирования, задающее функционально законченное действие); инструкция (в некоторых языках программирования, напр. в C++)4) заявление; сообщение•- assert statement
- assignment statement
- atomic statement
- blank statement
- case statement
- categorical statement
- comment statement
- compile-time statement
- compound statement
- conditional statement
- control statement
- data manipulation statement
- debug statement
- debugging statement
- declaration statement
- declarative statement
- delimiter statement
- dummy statement
- exception statement
- executable statement
- expect statement
- expression statement
- false statement
- fuzzy statement
- GOTO statement
- goto statement
- if statement
- imperative statement
- indexing statement
- invalid statement
- iterative statement
- job control statement
- labeled statement
- language statement
- logical statement
- looping statement
- mathematical statement
- negative statement
- nonexecutable statement
- null statement
- path statement
- positive statement
- problem statement
- program control statement
- protocol implementation conformance statement
- provable statement
- REM statement
- repeat-until statement
- repetitive statement
- satisfiable statement
- semantic statement
- send statement
- source statement
- specification statement
- statement of problem
- transfer statement
- unconditional statement
- unlabeled statement
- unprovable statement
- while statementThe New English-Russian Dictionary of Radio-electronics > statement
-
27 statement
1) предложение, оператор [языка программирования][осмысленное] предложение, записанное на ЯВУ, в соответствии с синтаксисом и семантикой данного языка. Иногда предложение ЯВУ определяется как наименьшая независимая часть программы, и сравнивается с предложением естественного языкасм. тж. assignment statement, block statement, case statement, compound statement, conditional statement, control statement, dead statement, debugging statement, decision statement, declaration statement, executable statement, imperative statement, include statement, input-output statement, looping statement, nonexecutable statement, selection statement, statement block, statement coverage, statement separator, statement terminator, simple statement, statement type, switch statement, while statement2) высказываниеАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > statement
-
28 statement
1. отчёт; бюллетень2. формулировка3. оператор4. команда редактирования5. оператор определения формата -
29 executable
[ˌeksi΄kju:təbl] a հմկրգ. կատար վող, իրացվող (ֆայլ). executable module կատարվող մոդուլ. executable statement կատարվող օպե րատոր. executable program կատարվող ծրագիր -
30 statement type
предложения языка программирования делятся на исполняемые ( executable statement) и неисполняемые (nonexecutable statement); простые (simple statement) и составные (compound statement); императивные (imperative statement), управляющие (control statement) и декларативные (declaration statement)Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > statement type
-
31 statement coverage
= SCпри тестировании программ - один из способов количественной оценки полноты тестирования: процент исполняемых операторов, проверенных при помощи данного комплексного теста; определяется по формуле SC = s/S, где s - число операторов, исполненных как минимум по одному разу, и S - общее число исполняемых операторов (code coverage, decision coverage, executable statement, software metrics, test suite)Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > statement coverage
-
32 executable
adj COMP statement, language ausführbar -
33 statement coverage: The percentage of executable statements that have been exercised by a test suite
Общая лексика: покрытие операторов: процентное отношение операторов, исполняемых набо (см. Standard glossary of terms used in Software Testing)Универсальный англо-русский словарь > statement coverage: The percentage of executable statements that have been exercised by a test suite
-
34 move statement
1. оператор персылки2. оператор пересылки -
35 abort statement
-
36 assigment statement
-
37 assigned statement
-
38 basic statement
основное утверждение; основной оператор -
39 biconditional statement
-
40 branch statement
оператор ветвления; оператор перехода
См. также в других словарях:
Statement (programming) — In computer programming a statement can be thought of as the smallest standalone element of an imperative programming language. A program is formed by a sequence of one or more statements. A statement will have internal components (eg,… … Wikipedia
Return statement — In computer programming, a return statement causes execution to leave the current subroutine and resume at the point in the code immediately after where the subroutine was called known as its return address. The return address is saved, usually… … Wikipedia
MAD (programming language) — MAD Paradigm(s) Imperative Appeared in 1959 Developer Galler, Arden, and Graham Major implementations IBM 704, IBM 7090, UNIVAC 1108, Philco 210 211, IBM S/360, and IBM S/370 … Wikipedia
Action (UML) — In the Unified Modeling Language, an action is a named element that is the fundamental unit of executable functionality. The execution of an action represents some transformation or processing in the modeled system. An action execution represents … Wikipedia
PL/I — Infobox programming language name = PL/I logo = paradigm = imperative, structured year = 1964 designer = Hursley Laboratories developer = IBM latest release version = latest release date = typing = implementations = dialects = PL/M, XPL, PL/P,… … Wikipedia
Promela — (Process or Protocol Meta Language) is a verification modeling language. The language allows for the dynamic creation of concurrent processes to model, for example, distributed systems. In PROMELA models, communication via message channels can be … Wikipedia
Assembly language — See the terminology section below for information regarding inconsistent use of the terms assembly and assembler. Motorola MC6800 Assembly Language An assembly language is a low level programming language for computers, microprocessors,… … Wikipedia
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia
Dynamic-link library — This article is about the OS/2 and Windows implementation. For dynamic linking of libraries in general, see Dynamic linker. Dynamic link library Filename extension .dll Internet media type application/x msd … Wikipedia
Computer program — A computer program (also software, or just a program) is a sequence of instructions written to perform a specified task with a computer.[1] A computer requires programs to function, typically executing the program s instructions in a central… … Wikipedia
Internet-Speed Development — What is Internet Speed DevelopmentInternet Speed Development is an Agile Software Development development method using a combined spiral model/waterfall model with daily builds aimed at developing a product with high speed.It was developed in the … Wikipedia