Word Explorer

Control flow

💡 Words with a Similar Meaning to "Control flow"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
control-flow graphnoun(computer science) A representation, using graph notation, of all paths that might be traversed through a program during its execution.
syntaxnounA set of rules that govern how words are combined to form phrases and sentences.
statementnounA declaration or remark.
declarative programmingnoun(programming) a programming paradigm that expresses the logic of a computation instead of its control flow
algorithmnoun(countable) A collection of ordered steps that solve a mathematical problem. A precise step-by-step plan for a computational procedure that possibly begins with an input value and yields an output value in a finite number of steps.
purely functional programmingIn computer science, purely functional programming usually designates a programming paradigm—a style of building the structure and elements of computer programs—that treats all computation as the evaluation of mathematical functions.
switch statementIn computer programming languages, a switch statement is a type of selection control mechanism used to allow the value of a variable or expression to change the control flow of program execution via search and map.
flow-sensitive typing
sequential algorithmIn computer science, a sequential algorithm or serial algorithm is an algorithm that is executed sequentially – once through, from start to finish, without other processing executing – as opposed to concurrently or in parallel.
instruction cyclenoun(computing) The steps that a central processing unit undertakes in order to process a single instruction, consisting of fetching, decoding, and executing the instruction in question and updating the program counter.
continuation-passing stylenoun(programming) A style of programming in which every user function f takes an extra argument c known as a continuation. Whenever f would normally return a result r to its caller, it instead returns the result of applying the continuation to r.
boolean expressionnoun
circuitnoun(electricity) Enclosed path of an electric current, usually designed for a certain function.
order of operationsnoun(mathematics) The sequence in which the various operations in a mathematical expression are to be evaluated.
time complexitynoun(computer science) The amount of time an algorithm requires to run, as a function of the amount of input, measured in such a way as to ignore constant terms and multiplication by constant terms.
model of computationIn computer science, and more specifically in computability theory and computational complexity theory, a model of computation is a model which describes how an output of a mathematical function is computed given an input.
data-flow analysisa technique for gathering information about the possible set of values calculated at various points in a computer program.
expressionnounThe action of expressing thoughts, ideas, feelings, etc.
data-driven programmingnoun(programming) A programming paradigm where data, rather than explicit control flow logic, guides a program's behavior.
loop dependence analysisIn computer science, loop dependence analysis is a process which can be used to find dependencies within iterations of a loop with the goal of determining different relationships between statements.

Translate “Control flow” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Control flow