パブリック
12 枚
English
Programming basics
Learn 12 fundamental programming concepts every developer should know. Study variables, functions, loops, arrays, classes, booleans, algorithms, and more in plain language.
デッキ全体
すべてのカードをシャッフル。全体レビューや初回学習に最適。
12 枚
| 表面 | 戻る |
|---|---|
| Algorithm | A step-by-step procedure for solving a problem |
| Array | An ordered list of values |
| Boolean | A value that is either true or false |
| Class | A template for creating objects |
| Condition | Executes code only if a test is true |
| Debug | The process of finding and fixing code errors |
| Function | A reusable block of code that performs a task |
| Integer | A whole number without a decimal point |
| Loop | Repeats a block of code multiple times |
| Object | A data structure with properties and methods |
| String | A sequence of text characters |
| Variable | A named container for storing data |