Update
This commit is contained in:
parent
776788517b
commit
e89e11a085
10 changed files with 1813 additions and 1798 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
{ For a physicist and electronics guys there's probably quite a lot of simplification, this is written from the limited point of view of a programmer. ~drummyfish }
|
||||
|
||||
Semiconductors are materials with electric conductivity between insulators and conductors, their conductivity may vary greatly with conditions such as temperature, illumination, their purity or applied voltage. In this they're unlike insulators who generally don't conduct electricity very well (have a great [resistivity](resistivity.md)) and conductors who do. Semiconductors, especially [silicon](silicon.md) (Si), are the key component of [digital](digital.md) [electronic](electronic.md) [computers](computer.md) and integrated circuits. Other semiconductors include germanium, selenium or compound ones (composed of multiple elements).
|
||||
Semiconductors are materials with electric conductivity between insulators and conductors, their conductivity may vary greatly with conditions such as temperature, illumination, their purity or applied voltage; semiconductor elements, especially [silicon](silicon.md) (Si), are an essential part for building electronic circuits and [computers](computer.md), but also many other things such as [solar panels](solar_panel.md). In their properties semiconductors are unlike insulators who generally don't conduct electricity very well (have a great [resistivity](resistivity.md)) and conductors who do. Besides silicon there are also other semiconductor elements like germanium, selenium or compound ones (composed of multiple elements).
|
||||
|
||||
Semiconductors are important for computers because they help implement the [binary](binary.md) [logic circuits](logic_circuit.md), they can behave like a switch that is either on (1) or off (0). Besides that they can serve e.g. for making measurements (a component whose resistivity depends on its illumination can be used to measure amount of light by measuring the resistivity). Especially important electronic components based on semiconductors are the **[diode](diode.md)** (lets current flow only one way) and **[transistor](transistor.md)** (a purely electrical "switch" that can be made extremely tiny).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue