Skip to main content
Engineering LibreTexts

4.11: Glossary

  • Page ID
    41399
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    method:
    A function that is associated with an object and called using dot notation.
    loop:
    A part of a program that can run repeatedly.
    encapsulation:
    The process of transforming a sequence of statements into a function definition.
    generalization:
    The process of replacing something unnecessarily specific (like a number) with something appropriately general (like a variable or parameter).
    keyword argument:
    An argument that includes the name of the parameter as a “keyword”.
    interface:
    A description of how to use a function, including the name and descriptions of the arguments and return value.
    refactoring:
    The process of modifying a working program to improve function interfaces and other qualities of the code.
    development plan:
    A process for writing programs.
    docstring:
    A string that appears at the top of a function definition to document the function’s interface.
    precondition:
    A requirement that should be satisfied by the caller before a function starts.
    postcondition:
    A requirement that should be satisfied by the function before it ends.

    This page titled 4.11: Glossary is shared under a CC BY-NC 3.0 license and was authored, remixed, and/or curated by Allen B. Downey (Green Tea Press) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?