自考题库
首页
所有科目
自考历年真题
考试分类
关于本站
游客
账号设置
退出登录
注册
登录
出自:西安交通大学信息系统管理综合训练
结构化程序设计方法的特点是什么?
信息系统软件中有几种类型程序流程结构。
信息系统管理开发一般步骤是什么 ?
写出下列程序的功能。 clear p=1 input"输入n的值” to n for i=1 to n p=p*i endfor ?p
写出下列程序的功能。 clear s=0 input”请输入n的值”to n for i= 1 to n if i%2=1 s=s+i endif endfor ?s
写出下列程序的功能。 clear s=0 for i=1 to 100 s=s+(-1) +(i+1)*i endfor ?s
写出下列程序的功能。 clear s=0 a=l b=1 for词1 to 10 s=s+a/b t=a a=b b=t+b endfor ?s
写出下列程序的功能。 clear for i=1to 4 for j=1 to i ??"*” endfor ? endfor
写出下列程序的功能。 clear input”输入一一个数”to x for i=2 to x-1 if mod(x, i)<>0 loop else exit endif endfor if >x-1 ?x,"素数” else ?x,”不是素数” endif
写出下列程序的功能。 clear input”输入半径”to r if r>0 s=3. 14*r*r ?s else ?”半径输入错误” endif
首页
<上一页
1
2
下一页>
尾页