题目内容

若要表达从1计算到n的运算组合式,(* …(* (* (* (* 1 1) 2) 3) 4) …n)定义一个过程。正确的定义为____。· A.(define (f product counter max-count) (f (* counter product) (+ counter 1) max-count ))· B. (define (f product counter max-count) (cond ((> counter max-count) product) ((<= counter max-count) (f (counter*product) (counter+ 1) max-count )) ))· C. (define (f product counter max-count) (cond ((> counter max-count) product) ((<= counter max-count) (f (* counter product) (+ counter 1) max-count )) ))· D. (define (f product counter max-count) (cond ((> counter max-count) product) ((<= counter max-count) (f product counter max-count )) ))

查看答案
更多问题

第六章8. 大的管理幅度更适合( )。

A.下属人员分散在各处
B.管理者的工作较复杂
C.计划很明确
D.组织处于不稳定的环境

第六章19.以下情境中, 适合集权的是( )。

A.一个组织为了加快决策速度、减少失误,使高层决者能够集中精力处理重大问题
B.员工的数量和基本素质能够保证组织任务的完成
C.一个决策的正确与否责任重大
D.企业各部在地域上相对分散

第六章6. 银行设立商业信贷部属于( )。

A.职能部门化
B.用户部门化
C.地区部门化
D.过程部门化

第六章20.以下哪项不属于分权程度高()。

A.基层决策的数目多
B.较低管理层次做出的决策涉及面广
C.决策审批手续简单
D.较低管理层次做出的决策无关紧要

答案查题题库