Update
This commit is contained in:
parent
0266d219be
commit
b5008748ba
14 changed files with 1876 additions and 1868 deletions
|
@ -3,7 +3,7 @@
|
|||
There are many terms that are very similar and can many times be used interchangeably. This isn't wrong per se, a slight difference may be insignificant in certain contexts and the list here may also serve as a list of synonyms to those who already know the differences. However it's important to stress it's important to know at least some of the differences for the sake of the cases where they matter. The following list tries to document some of the often confused/similar terms.
|
||||
|
||||
- **[1D](1d.md)** vs **[2D](2d.md)** vs **[2.5D](pseudo3d.md)** vs **[3D](3d.md)** (e.g. 2D function vs 3D function, 1D raycasting vs 2D raycasting, ...)
|
||||
- **[address](address.md)** vs **[pointer](pointer.md)** vs **[reference](reference.md)** vs **[index](index.md)**
|
||||
- **[address](address.md)** vs **[pointer](pointer.md)** vs **[reference](reference.md)** vs **[index](index.md)** vs **[vector](vector.md)**
|
||||
- **[AI](ai.md)** vs **[machine learning](machine_learning.md)** vs **[neural networks](neural_net.md)**
|
||||
- **[algebra](algebra.md)** vs **[arithmetic](arithmetic.md)** vs **[math](math.md)** vs **[logic](logic.md)**
|
||||
- **[algorithm](algorithm.md)** vs **[program](program.md)** vs **[process](process.md)** vs **[heuristic](heuristic.md)** vs **[source code](source_code.md)**
|
||||
|
@ -19,6 +19,7 @@ There are many terms that are very similar and can many times be used interchang
|
|||
- **[attribution](attribution.md)** vs **[credit](credit.md)**
|
||||
- **binary** vs **[executable](executable.md)**
|
||||
- **[binary](binary.md)** vs **[boolean](boolean.md)**
|
||||
- **[binary](binary.md)** vs **[digital](digital.md)** vs **[electronic](electronics.md)**
|
||||
- **[black](black.md) [race](race.md)** vs **[nigger](nigger.md)** vs **[negro](negro.md)**
|
||||
- **[branchless](branchless.md) programming** vs **ifless programming**
|
||||
- **[brute force](brute_force.md)** vs **[heuristic search](heuristic_search.md)**
|
||||
|
@ -40,7 +41,7 @@ There are many terms that are very similar and can many times be used interchang
|
|||
- **[compatibility layer](compatibility_layer.md)** vs **[emulator](emulator.md)** vs **[virtual machine](vm.md)**
|
||||
- **[concurrency](concurrency.md)** vs **[parallelism](parallelism.md)** vs **[quasiparallelism](quasiparallelism.md)** vs **[distribution](distributed.md)**
|
||||
- **[conjecture](conjecture.md)** vs **[hypothesis](hypothesis.md)** vs **[theory](theory.md)** vs **[theorem](theorem.md)** vs **[lemma](lemma.md)**
|
||||
- **[constant](constant.md)** vs **[literal](literal.md)**
|
||||
- **[constant](constant.md)** vs **[literal](literal.md)** vs **immediate operand**
|
||||
- **[coding](coding.md)** vs **[programming](programming.md)** vs **[software engineering](software_engineering.md)**
|
||||
- **[codec](codec.md)** vs **[container format](container_format.md)**
|
||||
- **[coherence](coherence.md)** vs **[consistency](consistency.md)**
|
||||
|
@ -62,7 +63,6 @@ There are many terms that are very similar and can many times be used interchang
|
|||
- **[discretization](discretization.md)** vs **[quantization](quantization.md)**
|
||||
- **[duck typing](duck_typing.md)** vs **[weak typing](weak_typing.md)** vs **[dynamic typing](dynamic_typing.md)** vs **[no typing](untyped.md)**
|
||||
- **[digit](digit.md)** vs **[number](number.md)** vs **[value](value.md)** vs **figure** vs **numeral**
|
||||
- **[digital](digital.md)** vs **[electronic](electronics.md)**
|
||||
- **[directed acyclic graph](dag.md)** vs **[tree](tree.md)**
|
||||
- **[directory](directory.md)** vs **[folder](folder.md)**
|
||||
- **[discrete Fourier transform](dft.md)** vs **[discrete time Fourier transform](dtft.md)**
|
||||
|
@ -72,6 +72,7 @@ There are many terms that are very similar and can many times be used interchang
|
|||
- **electronic game** vs **[video game](video_game.md)**
|
||||
- **[emoticon](emoticon.md)** vs **[emoji](emoji.md)** vs **[smiley](smiley.md)**
|
||||
- **[emulation](emulation.md)** vs **[simulation](simulation.md)**
|
||||
- **[encryption](encryption.md)** vs **[security](security.md)** vs **[privacy](privacy.md)**
|
||||
- **[entity](entity.md)** vs **[object](object.md)**
|
||||
- **[equation](equation.md)** vs **[expression](expression.md)** vs **[inequality](inequality.md)**
|
||||
- **[equivalence](equivalence.md)** vs **[implication](implication.md)**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue