共用题干题Manyoftheactivitiesperformedduringthepreliminaryinvestigationarestillbeingconductedin(1),butinmuchgreaterdepththanbefore.Duringthisphase,theanalystmustbecomefullyawareofthe(2)andmustdevelopenoughknowledgeaboutthe(3)andtheexistingsystemstoenableaneffectivesolutiontobeproposedandimplemented.Besidesthe(4)forprocessanddataofcurrentsystem,thedeliverablefromthisphasealsoincludesthe(5)fortheproposedsystem.
空白(4)处填()
A.logicalmodels
B.physicalmodels
C.designmodels
D.implementationmodels
第1题:
填人第l段空白处最恰当的是( )。
A.承担者
B.执行者
C.法人
D.责任主体
第2题:
已知形成链表的存储结构如下图所示,则下述类型描述中的空白处应填 ______。 struct link { char data; ______; }node;
A.struct link next
B.link*next
C.struct next link
D.struct link*next
第3题:
4、托收项下的信用证号码及开证日期栏目可以空白不填。
第4题:
已知形成链表的存储结构如下图所示,则下述类型描述中的空白处应填______。 struct link { char data; ______, }node;
A.struct link next
B.link *next
C.stuct next link
D.struct link *next
第5题:
程序填空(每空只能填一条指令!) 下列子程序段实现将字母‘a~z’转变为大写‘A~Z’。 试把空白处填上适当指令,一空2分,共4分. CMP AL,‘a ’ (1)________ CMP AL,‘z ’ JA NEXT (2)________ NEXT:……