当前位置:国际开放大学(系统开发规范与文档编写)题库
问题:
[判断题] OMT和UML都属于结构化开发方法。
A . 正确
B . 错误
基于实现的测试设计,根据对源代码的分析开发测试用例,它和白盒测试设计是同义的。 正确。 错误。
()是设备本质安全化的基础 正确。 错误。
浙西词派 正确。 错误。
You are implementing an ASP.NET application that includes a page named TestPage.aspx. TestPage.aspx uses a master page named TestMaster.master. You add the following code to the TestPage.aspx code-behind file to read a TestMaster.master public property named CityName. protected void Page_Load(object sender, EventArgs e) { string s = Master.CityName; } You need to ensure that TestPage.aspx can access the CityName property. What should you do?() 正确。 错误。
企业知识平台是由各种不同类型或状态的知识构成的。技能知识与()属于隐含类知识。 正确。 错误。
OMT和UML都属于结构化开发方法。