以下各点中()不是决策活动所要经历的阶段。
A.调整
B.选择
C.情报
D.设计
正确答案是A
扫描二维码免费使用微信小程序搜题/刷题/查看解析。
版权声明:本文由翰林刷题小程序授权发布,如需转载请注明出处。
本文链接:https://doc.20230611.cn/post/247952.html
上一篇:Complete the following sentence with a (compound) word derived from the one(s) given in bracket.They managed to escape under cover of ( ).(dark)
Complete the following sentence with a (compound) word derived from the one(s) given in bracket.
They managed to escape under cover of ( ).(dark)
下一篇:下列程序段的输出结果是()int k=2,n=2,m;m=(k+=n*=k);printf(”%d,%d\n”,m,n);