多选题 M. Jackson suggested the data structure oriented software design method,Which of the following structure can be introduced by using input/output data structure(    ).  
   A.algorithm structure    B.procedure structure
   C.code structure D.program structure
【正确答案】 D
【答案解析】Jackson面向数据结构的软件设计方法广泛地应用于软件的详细设计过程中,Jackson面向数据结构的设计方法的一般过程是:
   (1)建立数据结构。
   (2)以数据结构为基础建立相应的程序结构。
   (3)列出程序中要用到的各种基本操作,再将这些操作分配到程序结构中适当的模块。Jackson方法的主要实质是以软件的数据结构导出软件的程序结构。答案为D。