Computer science

From Wikipedia, the free encyclopedia.

(Redirected from Computer Science)
Jump to: navigation, search


Computer science (abbreviated CS or compsci) is the science that studies computation. It encompasses a variety of topics that relates to computation, like abstract analysis of algorithms, formal grammars, and subjects such as programming languages, program design, software, computer hardware, artificial intelligence, and numerical analysis.

Computer scientists study what programs can and cannot do (see computability), how programs can efficiently perform specific tasks (see algorithms and complexity), how programs should store and retrieve specific kinds of information (see data structures and databases), how programs might behave intelligently (see artificial intelligence), and how programs and people should communicate with each other (see human-computer interaction and user interfaces).

Most research in computer science has focused on von Neumann computers or Turing machines (computation models that perform one small, deterministic step at a time). These models resemble, at a basic level, most real computers in use today. Computer scientists also study other models of computation, which includes parallel machines and theoretical models such as probabilistic, oracle, and quantum computers.

Computer science is much more than the study of programming. Edsger Dijkstra, a pioneer of the field, once said:

Computer science is no more about computers than astronomy is about telescopes.

Although the field is young, it is varied and complex. The renowned physicist Richard Feynman said:

Computer science is not as old as physics; it lags by a couple of hundred years. However, this does not mean that there is significantly less on the computer scientist's plate than on the physicist's: younger it may be, but it has had a far more intense upbringing!

Computer science has roots in electrical engineering, logic, mathematics, and linguistics. In the last third of the 20th century computer science emerged as a distinct discipline and developed its own methods and terminology. Originally, CS was taught as part of mathematics or engineering departments, for instance at the University of Cambridge in England and at the Gdansk University of Technology in Poland, respectively. Cambridge claims to have the world's oldest taught qualification in computing. The first computer science department in the United States was founded at Purdue University in 1962, while the first college entirely devoted to computer science was founded at Northeastern University in 1982. Most universities today have specific departments devoted to computer science, while some conjoin it with engineering, with applied mathematics, or other disciplines.

Contents

Related fields

Computer science is closely related to a number of fields. These fields overlap considerably, though important differences exist:

  • Artificial intelligence (AI) is the implementation and study of systems that exhibit (either behaviourally or seemingly) an autonomous intelligence or behaviour of their own, sometimes inspired by the characteristics of living beings. Computer science is closely tied with AI, as software and computers are primary tools for the development and progression of artificial intelligence.
  • Bioinformatics Bioinformatics or computational biology is the use of techniques from applied mathematics, informatics, statistics, and computer science to solve biological problems.
  • Computer engineering is the analysis, design, and construction of computer systems (including computer hardware, software, and computer networks).
  • Computer graphics is the field of visual computing, where one uses computers both to generate visual images synthetically and to integrate or alter visual and spatial information sampled from the real world.
  • Computer programming is the act of writing program code.
  • Computer vision is the act of computers extracting three dimensional objects from a two dimensional picture.
  • Computing is an overarching term for all of these related fields with CS.
  • Information science or Informatics is the study of data and information, which includes how to create, interpret, analyze, store, retrieve, transfer, and manage it. Information science started as the scientific foundation for communication and databases. It also concerns about the ways people generate, use and find information (see cognitive science).
  • Information security is the analysis and implementation of information system security, like cryptography.
  • Information retrieval (IR) is the art and science of searching for information in documents, searching for documents themselves, searching for metadata which describes documents, or searching within databases, whether relational stand alone databases or hypertext networked databases such as the Internet or intranets, for text, sound, images or data.
  • Information systems (IS) is the application of computing to support the operations of an organization: operating, installing, and maintaining the computers, software, and data.
  • Information technology (IT) is an overarching term for all of these related fields with CS.
  • Lexicography focus on the study of lexicographic reference works and include the study of electronic and Internet-based dictionaries.
  • Linguistics is the study of languages; it converges with computer science in such areas as programming language design and natural language processing.
  • Logic is a formal system of reasoning, and studies principles that lay at the basis of computing machines, whether it be the hardware (digital logic) or software (verification, AI etc.) levels.
  • Management information systems (MIS) is a subfield of information systems, that emphasizes financial and personnel management.
  • Mathematics shares many techniques and topics with computer science, but is more general. Theoretical computer science is the mathematics of computing.
  • Software engineering emphasizes analysis, design, construction, and testing of useful software applications. Software engineering includes development methodologies (such as the waterfall model and extreme programming) and project management.

The name of the field

The name computer science immediately gives the impression that the field is the study of computers, the everyday machines that run programs and perform computations. Nonetheless, the field (as noted above) is both wider and more abstract than this name would suggest. Alternative names such as computing science or computation science have been proposed, but the traditional name remains the most common.

Computer science is not an experimental science, and (as with fields such as political science and, indeed, all the social sciences) some have considered the name a misnomer. Scientific computing, though it sounds similar, is only a tangentially related field involving computer programming for hard- and soft-science applications. Despite these seeming ambiguities, the name computer science has remained both common and unambiguously well-understood within the field it names.

Danish scientist Peter Naur thus suggested the term datalogy, to reflect the fact that the scientific discipline revolves around data and data treatment, while not necessarily involving computers. The first scientific institution applying the datalogy term was DIKU, the Department of Datalogy at the University of Copenhagen, founded in 1969, with Peter Naur being the first professor in datalogy. The term is used mainly in the Nordic countries.

In French, the discipline is named informatique, in German Informatik, in Spanish informática, in Dutch and Italian informatica, in Polish informatyka, in Russian информатика and in Greek Πληροφορική. However, informatics in English is not directly synonymous with computer science; it is actually more equivalent with information science.

Major fields of importance for computer science

Mathematical foundations

Theoretical computer science

Hardware

(see also electrical engineering and computer engineering)

Computer systems organization

(see also electrical engineering and computer engineering)

Software

Data and information systems

Computing methodologies

Computer applications

Computing milieux

History

Prominent pioneers in computer science

Person Achievement
John Vincent Atanasoff Built an electronic digital computer: the ABC Computer. Unlike ENIAC, the first all-electronic computer designed to be Turing-complete, the ABC Computer was not programmable.
Charles Babbage Designed and built a prototype for a mechanical calculator and designed the more powerful Analytical Engine.
John Backus Invented FORTRAN (Formula Translation), the first practical high-level programming language, and he formulated the Backus-Naur form that described the formal language syntax.
George Boole Formalized boolean algebra, the basis for digital logic and computer science.
Alonzo Church Founded contributions to theoretical computer science, specifically for the development of the lambda calculus and the discovery of the undecidable problem within it.
James W. Cooley and John W. Tukey The Fast Fourier Transform and its impact on scientific research.
Ole-Johan Dahl and Kristen Nygaard Invented the proto-object oriented language SIMULA.
Edsger Dijkstra For algorithms, Goto considered harmful, the semaphore (programming), rigor, and pedagogy.
Gottlob Frege Whose development of first-order predicate calculus was a crucial precursor requirement to develop computation theory.
C.A.R. Hoare For the development of the formal language Communicating Sequential Processes (CSP) and Quicksort.
Kurt Gödel For his 1931 proof that demonstrated that Peano axiomatized arithmetic could not be both logically consistent and complete in first-order predicate calculus. Church, Kleene, and Turing developed the foundations of computation theory based on corollaries to Gödel's work in 1931.
Admiral Grace Murray Hopper Pioneered work on the necessity for high-level programming languages, which she termed automatic programming, and wrote the A-O compiler, which heavily influenced the COBOL language.
Kenneth Iverson Invented the APL and for his contribution to interactive computing.
Jacek Karpinski Developed the first differential analyzer that used transistors, and he developed one of the first machine learning algorithms for character and image recognition. Also the inventor of one of the first minicomputers, the K-202.
Stephen Cole Kleene Pioneered work with Alonzo Church in Lambda Calculus that first laid down the foundations of computation theory.
Donald Knuth For The Art of Computer Programming and TeX.
Gottfried Leibniz Whose huge advances in symbolic logic, such as the Calculus ratiocinator, were heavily influential on Gottlob Frege, who development of first-order predicate calculus was crucial for the theoretical foundations of computer science.
Ramon Llull For his multiple symbolic representations machines, his "Ars Combinatoria", and his pioneering notions of symbolic representation and manipulation to produce knowledge. He was a huge influence on Leibniz.
Ada Lovelace Began the study of scientific computation, specifically for her "Sketch of the Analytical Engine", an analysis of Babbage's work and for the namesake for the modern computer language, Ada.
John Mauchly and J. Presper Eckert Designed and built the ENIAC, the first modern computer (i.e. all electronic Turing-complete computer), and the UNIVAC I, the first commercially available computer in the United States. John von Neumann of the Institute for Advanced Study admitted to being greatly influenced by their work when he did pioneering work in computer architecture.
John McCarthy Invented LISP, a functional programming language.
John von Neumann Devised the von Neumann architecture upon which most modern computers are based.
Claude E. Shannon Founded information theory and practical digital circuit design.
Emil L. Post Developed the Post machine as a model of computation, independently of Turing. Known also for developing truth tables, the Post correspondence problem used in recursion theory as well as proving what is knows as Post's theorem.
Herbert Simon A political scientist and economist who pioneered artificial intelligence.
Alan Turing For founding contributions to computer science, for the formulation of the Turing machine computational model, and for the design of the Pilot ACE.
Maurice Wilkes Built the first practical stored program computer (EDSAC) to be completed and for being credited with the ideas of several high-level programming language constructs.
Niklaus Wirth Programming language designer, including Pascal, Modula-2 and Oberon.
Konrad Zuse Built a binary computer, for which he allegedly devised a theoretical high level programming language, Plankalkül.

See also

External links

Wikibooks
Wikibooks has more about this subject:
Wikibooks
Personal tools