enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Abstraction (computer science) - Wikipedia

    en.wikipedia.org/wiki/Abstraction_(computer_science)

    Abstraction (computer science) In software engineering and computer science, abstraction is the process of generalizing concrete details, [1] such as attributes, away from the study of objects and systems to focus attention on details of greater importance. [2] Abstraction is a fundamental concept in computer science and software engineering ...

  3. List of abstractions (computer science) - Wikipedia

    en.wikipedia.org/wiki/List_of_abstractions...

    A group of related methods with empty bodies, used to define methods that can be applied to different data types. Widely used in object-oriented programming for abstraction and multiple inheritance. Module. A self-contained component that groups together related variables, functions, classes, or types.

  4. Abstraction - Wikipedia

    en.wikipedia.org/wiki/Abstraction

    Abstraction. Abstraction is a process wherein general rules and concepts are derived from the usage and classification of specific examples, literal ( real or concrete) signifiers, first principles, or other methods. "An abstraction" is the outcome of this process—a concept that acts as a common noun for all subordinate concepts and connects ...

  5. Abstraction principle (computer programming) - Wikipedia

    en.wikipedia.org/wiki/Abstraction_principle...

    Abstraction principle (computer programming) In software engineering and programming language theory, the abstraction principle (or the principle of abstraction) is a basic dictum that aims to reduce duplication of information in a program (usually with emphasis on code duplication) whenever practical by making use of abstractions provided by ...

  6. Computational thinking - Wikipedia

    en.wikipedia.org/wiki/Computational_thinking

    Computational thinking. Computational thinking ( CT) refers to the thought processes involved in formulating problems so their solutions can be represented as computational steps and algorithms. [1] In education, CT is a set of problem-solving methods that involve expressing problems and their solutions in ways that a computer could also ...

  7. Abstraction layer - Wikipedia

    en.wikipedia.org/wiki/Abstraction_layer

    In computer science, an abstraction layer is a generalization of a conceptual model or algorithm, away from any specific implementation. These generalizations arise from broad similarities that are best encapsulated by models that express similarities present in various specific implementations. The simplification provided by a good abstraction ...

  8. Separation of concerns - Wikipedia

    en.wikipedia.org/wiki/Separation_of_concerns

    In computer science, separation of concerns (sometimes abbreviated as SoC) is a design principle for separating a computer program into distinct sections. Each section addresses a separate concern, a set of information that affects the code of a computer program. A concern can be as general as "the details of the hardware for an application ...

  9. Automata theory - Wikipedia

    en.wikipedia.org/wiki/Automata_theory

    Automata theory is the study of abstract machines and automata, as well as the computational problems that can be solved using them. It is a theory in theoretical computer science with close connections to mathematical logic. The word automata comes from the Greek word αὐτόματος, which means "self-acting, self-willed, self-moving". An ...