• 2022-05-28
    7.In this logic structure, one program statement follows another.
    A: Sequential
    B: Selection
    C: Loop
    D: Random
  • A

    内容

    • 0

      It is allowed to include another complete cycle structure in one cycle.

    • 1

      The linked list is a linear structure adopting the storage of . A: sequential structure B: linked structure C: star structure D: net structure

    • 2

      Black-box and white-box testing method ale often used in software testing phase, in which, the white-box is mainly used to test software's (73) . A: external function of a program B: reasonableness of structure C: internal logic of a program D: correctness of a program

    • 3

      Functional structure is most common in multi-service organizations where programs are very different from one another.

    • 4

      The body of a while loop can contain at most one "break" statement and at most one "pass" statement.