💡 Words with a Similar Meaning to "Switch statement"
Found via reverse dictionary — words that share a conceptual meaning.
| Word | Definition |
|---|---|
| control flownoun | (computer science) The order in which individual statements, instructions or function calls of an imperative program are executed or evaluated. |
| boolean expressionnoun | — |
| statementnoun | A declaration or remark. |
| type systemnoun | (computing) A way programming language classifies values and expressions into types, how it can manipulate those types and how they interact. |
| expressionnoun | The action of expressing thoughts, ideas, feelings, etc. |
| assignmentnoun | The act of assigning; the allocation of a job or a set of tasks. |
| control-flow graphnoun | (computer science) A representation, using graph notation, of all paths that might be traversed through a program during its execution. |
| program slicing | In computer programming, program slicing is the computation of the set of program statements, the program slice, that may affect the values at some point of interest, referred to as a slicing criterion. |
| macronoun | Very large in scope or scale. |
| foreach loopnoun | (programming) A section of code similar to a for loop, but repeating a series of instructions for every item in a collection. |
| do while loop | In many computer programming languages, a do while loop is a control flow statement that executes a block of code and then either repeats the block or exits the loop depending on a given boolean condition. |
| array data type | — |
| flow-sensitive typing | — |
| operatornoun | A person or organisation that operates a device, system, service, etc. |
| async/await | In computer programming, the async/await pattern is a syntactic feature of many programming languages that allows an asynchronous, non-blocking function to be structured in a way similar to an ordinary synchronous function. |
| recursive data type | In computer programming languages, a recursive data type (also known as a recursively-defined, inductively-defined or inductive data type) is a data type for values that may contain other values of the same type. |
| data typenoun | (programming) A classification or category of various types of data, that states the possible values that can be taken, how they are stored, and what range of operations are allowed on them. |
| syntaxnoun | A set of rules that govern how words are combined to form phrases and sentences. |
| function objectnoun | (object-oriented programming) An object that encapsulates a function pointer (or equivalent). |
| data-driven programmingnoun | (programming) A programming paradigm where data, rather than explicit control flow logic, guides a program's behavior. |
Translate “Switch statement” into Another Language
Pick a language — the word will be pre-filled in the translator.