List Of Basic Computer Science Topics Article Index for
List Of
Website Links For
List
 

Information About

List Of Basic Computer Science Topics




Computer Science , or '''computing science''', is the study of the theoretical foundations of Information and Computation and their implementation and application in Computer System s. One well known subject classification system for Computer Science is the ACM Computing Classification System devised by the Association For Computing Machinery . A separate list of basic topics in computer science include:


BRANCHES OF COMPUTER SCIENCE


Mathematical foundations




Theory of computation




Algorithms and data structures


  • Algorithms - Sequential and parallel computational procedures for solving a wide range of problems.

  • Data Structure s - The organization and manipulation of data.



Programming languages and compilers




Concurrent, parallel, and distributed systems


  • Concurrency - The theory and practice of simultaneous computation; data safety in any multitasking or multithreaded environment.

  • Distributed Computing - Computing using multiple computing devices over a network to accomplish a common objective or task and there by reducing the latency involved in single processor contributions for any task.

  • Parallel Computing - Computing using multiple concurrent threads of execution.



Software engineering


  • Formal Methods - Mathematical approaches for describing and reasoning about software designs.

  • Software Engineering - The principles and practice of designing, developing, and testing programs, as well as proper engineering practices.

  • Reverse Engineering - The application of the scientific method to the understanding of arbitrary existing software

  • Algorithm Design - Using ideas from algorithm theory to creatively design solutions to real tasks

  • Computer Programming - The practice of using a programming language to implement algorithms



Computer architecture

  • Computer Architecture - The design, organization, optimization and verification of a computer system, mostly about CPU s and Memory subsystem (and the bus connecting them).

  • Operating System s - Systems for managing computer programs and providing the basis of a usable system.



Communications and Security




Databases




Artificial intelligence


  • Artificial Intelligence - The implementation and study of systems that exhibit an autonomous intelligence or behaviour of their own.

  • Automated Reasoning - Solving engines, such as used in Prolog , which produce steps to a result given a query on a fact and rule database.

  • Robotics - Algorithms for controlling the behavior of robots.

  • Computer Vision - Algorithms for identifying three dimensional objects from a two dimensional picture.

  • Machine Learning - Automated creation of a set of rules and axioms based on input.



Computer graphics


  • Computer Graphics - Algorithms both for generating visual images synthetically, and for integrating or altering visual and spatial information sampled from the real world.

  • Image Processing - Determining information from an image through computation.

  • Human Computer Interaction - The study and design of computer interfaces that people use.



Scientific computing




HISTORY OF COMPUTER SCIENCE

See Also: History of computer science




VOCATIONS OF COMPUTER SCIENCE



BASIC COMPUTER SCIENCE CONCEPTS



PEOPLE IN COMPUTER SCIENCE

See Also: List of computer scientists




SEE ALSO




EXTERNAL LINKS


[[