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