5 Matching Annotations
  1. Feb 2017
  2. Oct 2016
  3. connex.csc.uvic.ca connex.csc.uvic.ca
    1. Structured programmingis the name given to the programming style which restricts the use of con-trol statements to those which yield well-structured programs that are easy to read and understand.There are two classes of well-structured control statements:

      Example of control statements would be arm.

  4. Sep 2016
  5. connex.csc.uvic.ca connex.csc.uvic.ca
    1. move data from one place to another

      Basically using the registers.

    2. The higher the abstraction, the more detail is lost

      ex. python