Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chapters/01.Computing-concepts/01_defining_a_computer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ When people hear the word _"computer"_, most think of a laptop, a smartphone or
smart air conditioners...

## Many devices are turning into computers
Many devices are turning into computers these days. Even a refrigerator can function as a computer now. However, it's important to note that the refrigerator still operates as it did before; the difference lies in the addition of microprocessors/microcontrolers (components that execute logical instructions).
Many devices are turning into computers these days. Even a refrigerator can function as a computer now. However, it's important to note that the refrigerator still operates as it did before; the difference lies in the addition of [microcontrollers](https://en.wikipedia.org/wiki/Microcontroller) (component that execute logical instructions) in them.

With microprocessors integrated into our refrigerators, we gain more functionalities. For example, we can regulate the temperature using a phone, set specific times for cooling and warming, and even view the contents through a display.

Expand Down