This commit is contained in:
Miloslav Ciz 2025-04-22 21:55:26 +02:00
parent bb467bc532
commit 76e9db8a4c
29 changed files with 2094 additions and 2015 deletions

View file

@ -7,16 +7,18 @@ Computer science, abbreviated as "compsci", is (surprise-surprise) a [science](s
Notable fields of computer science include:
- [artificial intelligence](ai.md)
- [computer graphics](graphics.md)
- [computer graphics](graphics.md) and multimedia
- [databases](database.md)
- [hardware](hardware.md) design
- [networking](network.md)
- [security](security.md) and [cryptography](cryptography.md)
- [software engineering](software_engineering.md)
- theoretical computer science
- [user interface](ui.md)
- smaller field or subfields such as [operating systems](os.md), [compiler](compiler.md) design, formal verification, speech recognition etc.
- possibly [software engineering](software_engineering.md), [user interface](ui.md) design, ...
Computer science also figures in interdisciplinary endeavors such as [bioinformatics](bioinformatics.md) and [robotics](robotics.md).
In the industry there have arisen fields of [art](art.md) and study that probably shouldn't be included in computer science itself, but are very close to it. These may include e.g. [web design](webdesign.md) (well, let's include it for the sake of completeness), [game](game.md) design, [system administration](sysadmin.md) etc.
In the industry there have arisen fields of [art](art.md) and study that probably shouldn't be included in computer science itself, but are very close to it. These may include e.g. [web design](webdesign.md) (well, let's include it for the sake of completeness), [game](game.md) design, [system administration](sysadmin.md) etc.
## See Also
- [mathematics](math.md)