柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
下面不能作为结构化方法软件需求分析工具的是
A.系统结构图
B.数据字典(DD)
C.数据流程图(DFD图)
D.判定表
热度🔥886
参考答案:A
解析:
【解析】结构化方法软件需求分析工具主要有数据流图、数据字典、判定树和判定表。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
下面不属于软件设计阶段任务的是
若有以下程序 #include main() { int a=6, b=0, c=0; for ( ;a&&(b==0); ) { b += a; a -= c++; } printf("%d,%d,%d\n", a,b,c); } 则程序的输出结果是
类之间的层次关系属于
请分析以下程序。 int main() { pid_t pid; pid = fork(); if(pid==0) printf("I am the child process, my process ID is%d\n",getpid()); else printf("I am the parent process, my process ID is%d\n",getpid());} 那么,该程序正确运行后的结果是
在微机的配置中常看到“P4 2.4G”字样,其中数字“2.4G”表示( )。
标签
二级ACCESS
数据
软件
需求
方法