Key Words

    Cards (7)

    • A word for a value that can be changed and is stored in the computers memory?
      Variable
    • When a single value is given to a variable?
      Assignment
    • The order in which instructions are carried out?
      Flow
    • When a choice is made in code so that one of two options are taken an example an IF statement?
      Selection
    • Parts of the code are repeated until a specified condition is met. Examples for and while loops?
      Iteration
    • A block of code that performs an algorithm?
      Function
    • What is the process of combining two or more strings into a single larger string
      Concatenate
    See similar decks