Study

Chapter 12

  •   0%
  •  0     0     0

  • What type of algorithm can you see in this picture and what will be the result of the program when A and B are entered?
    "AB"
  • A programmer is testing a program using IDE. The programmer wants to stop when it reaches a specific instruction or program statement. Give the technical term for the position at which the program stops.
    Breakpoint
  • What is the purpose of the following program?
    To take an integer value between 0 and 59(inclusive)
  • ... - – the process of extracting information that is essential, while ignoring what is not relevant, for the provision of a solution.
    Abstraction
  • What is the result of the following program?
    1, 3, 5, 7, 9
  • What is the result of the following program?
    55
  • ... - an ordered set of steps to be followed in the completion of a task
    Algorithm
  • ... – the process of breaking a complex problem into smaller parts.
    Decomposition
  • What does parallelogram correspond to in pseudocode?
    Input/Output
  • What type of algorithm can you see in the picture, and what will be the result of the program when 7215 is entered?
    2:15:35
  • what is the name of the practice of subdividing each part of a larger problem into a series of smaller parts after decomposition.
    Stepwise refinement
  • ... – the identification of parts of a problem that are similar and could use the same solution.
    Pattern recognition