Research Article

Autonomous Development of Algorithmic Concepts for Program Comprehension

Table 1

Positions for noncontrolling language points in the first row of a matrix.

PositionLanguage point (node in the parse tree)

6Assignment expression
7Addition
8Subtraction
9 Multiplication
10Division
11Modulus
12Logical and
13Logical or
14Logical negation
15Greater than
16Less than
17Greater than or equal to
18Less than or equal to
19Equal to
20Not equal to
21Array
22Variable declarator
23Variable
24Decimal integer constant
25Octal integer constant
26Return statement
27Continue statement
28Break statement
29Input
30Output