Edit Game
Chapter 12
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






 Save   12  Close
What is the result of the following program?
1, 3, 5, 7, 9
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
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"
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 does parallelogram correspond to in pseudocode?
Input/Output
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 result of the following program?
55
What is the purpose of the following program?
To take an integer value between 0 and 59(inclusive)
... - an ordered set of steps to be followed in the completion of a task
Algorithm
... – the identification of parts of a problem that are similar and could use the same solution.
Pattern recognition
... – the process of breaking a complex problem into smaller parts.
Decomposition
... - – the process of extracting information that is essential, while ignoring what is not relevant, for the provision of a solution.
Abstraction