7.In this logic structure, one program statement follows another.
A: Sequential
B: Selection
C: Loop
D: Random
A: Sequential
B: Selection
C: Loop
D: Random
A
举一反三
- This is a flow of washing process. Please select the correct structure of this flow chart.[img=640x508]1803a0f1c94fa9c.png[/img] A: Loop structure B: If-else structure C: Sequential structure D: Branch structure
- This is the _____ thinking: a sequential thinking of logic, moving firmly from one step to the next.
- The structure of the family is quite different from one country to another.
- The loop body in a loop statement is allowed to contain more than one statement, which can not appear as a compound statement.
- N—S diagram can used to substitute conventional program flow chart. In the following phrases, which does not belong to the basic control structures that contain ( ) A: sequence structure B: condition structure C: selection structure D: execution structure
内容
- 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.