Study

Algorithms and programming

  •   0%
  •  0     0     0

  • ______________________________ smaller tasks that are easier to solve
    Decomposition
  • The steps you follow to solve a problem commonly used to help plan programs
    Algorithm
  • What do you call a Method that break a problem down into sub-problem
    Decomposition
  • _____________is a place used in a program to store data that can change
    Variable
  • The type of programming that uses either sequence, selection or repetition is called as _____________
    Programming Construct
  • The images related to ___________________
    Programming construct
  • Method used for writing code to solve a computing problem so that a computer can perform specific tasks
    Programming