首页 / 百科 / 内容详情 步骤注释给出了代码段的说明。Step comment provides an explanation of a portion of code. 2022-04-24 4次阅读 注释 explanation 给出 步骤注释给出了代码段的说明。Step comment provides an explanation of a portion of code. A.正确B.错误正确答案:正确 首部注释给出了程序或程序模块的一般性描述。Header comment provides a general description of a program or program module. 伪代码用简短的类似英语的短语来描述程序设计。Pseudocode makes use of short, English-like phrases to describe the design of a program. 猜你喜欢 在VB.SCript中,注释采用:() Transact-SQL语言程序中,注释多了不会影响程序的执行速度。 Transact-SQL语言程序中,注释多了会影响程序的执行速度。 Python使用符号#表示单行注释。 Java程序中的注释,只是用于程序员之间的沟通,对程序代码的维护性没有作用。()