2016年上半年多媒体应用设计师上午试卷综合知识考试真题答案解析



1
 
电子邮件地址linxin@mail.ceiaec.org中的linxin、@和mail.ceiaec.org分別表示用户信箱的是(1)。
 
 
  A.  帐号、邮件接收服务器域名和分隔符
 
  B.  帐号、分隔符和邮件接收服务器域名
 
  C.  邮件接收服务器域名、分隔符和帐号
 
  D.  邮件接收服务器域名、帐号和分隔符
 
 

2
 
CPU是一块超大规模的集成电路,主要包含(2)等部件。
 
 
  A.  运算器、控制器和系统总线
 
  B.  运算器、寄存器组和内存储器
 
  C.  运算器、控制器和寄存器组
 
  D.  控制器、指令译码器和寄存器组
 
 

3
 
按照(3),可将计算机分为RISC(精简指令集计算机)和CISC(复杂指令集计算机)。
 
 
  A.  规模和处理能力
 
  B.  是否通用
 
  C.  CPU的指令系统架构
 
  D.  数据和指令的表示方式
 
 

4
 
微机系统中的系统总线(如PCI)是用来连接各功能部件以构成一个完整的系统,它需包括三种不同功能的总线,即(4)。
 
 
  A.  数据总线、地址总线和控制总线
 
  B.  同步总线、异步总线和通信总线
 
  C.  内部总线、外部总线和片内总线
 
  D.  并行总线、串行总线和USB总线
 
 

5
 
以下关于SRAM(静态随机存储器)和DRAM(动态随机存储器)的叙述中,正确的是(5)。
 
 
  A.  SRAM的内容是不变的,DRAM的内容是动态变化的
 
  B.  DRAM断电时内容会丢失,SRAM的内容断电后仍能保持记忆
 
  C.  SRAM的内容是只读的,DRAM的内容是可读可写的
 
  D.  SRAM和DRAM都是可读可写的,但DRAM的内容需要定期刷新
 
 

6
 
若显示器的(6)越高,则屏幕上图像的闪烁感越小,图像越稳定,视觉效果越好。
 
 
  A.  辨率
 
  B.  刷新频率
 
  C.  色深
 
  D.  显存容量
 
 

7
 
通常,以科学计算为主的计算机,对(7)要求较高。
 
 
  A.  外存储器的读写速度
 
  B.  I/O设备的速度
 
  C.  显示分辨率
 
  D.  主机的运算速度
 
 

8
 
主存与Cache的地址映射方式中,(8)方式可以实现主存任意一块装入Cache中任意位置,只有装满才需要替换。
 
 
  A.  全相联
 
  B.  直接映射
 
  C.  组相联
 
  D.  串并联
 
 

9
 
如果“2X”的补码是“90H”,那么X的真值是(9),
 
 
  A.  72
 
  B.  -56
 
  C.  56
 
  D.  111
 
 

10
 
移位指令中的(10)指令的操作结果相当于对操作数进行乘2操作。
 
 
  A.  算术左移
 
  B.  逻辑右移
 
  C.  算术右移
 
  D.  带进位循
 
 

11
 
内存按字节编址,从A1000H到B13FFH的区域的存储容暈为(11)KB。
 
 
  A.  32
 
  B.  34
 
  C.  65
 
  D.  67
 
 

12
 
以下关于总线的叙述中,不正确的是(12)。
 
 
  A.  并行总线适合近距离高速数据传输
 
  B.  串行总线适合长距离数据传输
 
  C.  单总线结构在一个总线上适应不同种类的设备,设计简单且性能很高
 
  D.  专用总线在设计上可以与连接设备实现最佳匹配
 
 

13
 
设机器字长为8,则-0的(13)表示为11111111。
 
 
  A.  反码
 
  B.  补码
 
  C.  原码
 
  D.  移码
 
 

14
 
设有一个64K×32位的存储器(每个存储单元为32位),其存储单元的地址宽度为(14) 。
 
 
  A.  15
 
  B.  16
 
  C.  30
 
  D.  32
 
 

15
 
一个应用软件的各个功能模块可采用不同的编程语言来编写,分别编译并产生(15),再经过(16)后形成在计算机上运行的可执行程序。
 
 
  A.  源程序
 
  B.  目标程序
 
  C.  汇编程序
 
  D.  子程序
 
 

16
 
一个应用软件的各个功能模块可采用不同的编程语言来编写,分别编译并产生(15),再经过(16)后形成在计算机上运行的可执行程序。
 
 
  A.   汇编
 
  B.  反编译
 
  C.  预处理
 
  D.  链接
 
 

17
 
以下关于高级程序设计语言实现的编译和解释方式的叙述中,正确的是(17)。
 
 
  A.  编译程序不参与用户程序的运行控制,而解释程序则参与
 
  B.  编译程序可以用高级语言编写,而解释程序只能用汇编语言编写
 
  C.  编译方式处理源程序时不进行优化,而解释方式则进行优化
 
  D.  编译方式不生成源程序的目标程序,而解释方式则生成
 
 

18
 
以下关于脚本语言的叙述中,正确的是(18)。
 
 
  A.  脚本语言是通用的程序设计语言
 
  B.  脚本语言更适合应用在系统级程序开发中
 
  C.  脚本语言主要采用解释方式实现
 
  D.  脚本语言中不能定义函数和调用函数
 
 

19
 
在网络操作系统环境中,当用户A的文件或文件夹被共享时,(19),这是因为访问用户A的计算机或网络的人(20)。
 
 
  A.  其安全性与未共享时相比将会有所提高
 
  B.  其安全性与未共享时相比将会有所下降
 
  C.  其可靠性与未共享时相比将会有所提高
 
  D.  其方便性与未共享时相比将会有所下降
 
 

20
 
在网络操作系统环境中,当用户A的文件或文件夹被共享时,(19),这是因为访问用户A的计算机或网络的人(20)。
 
 
  A.  只能够读取,而不能修改共享文件夹中的文件
 
  B.  可能能够读取,但不能复制或更改共享文件夹中的文件
 
  C.  可能能够读取、复制或更改共享文件夹中的文件
 
  D.  不能够读取、复制或更改共享文件夹中的文件
 
 

21
 
张某购买了一张有注册商标的应用软件光盘且擅自复制出售,则其行为侵犯了(21)。
 
 
  A.  注册商标专用权
 
  B.  光盘所有权
 
  C.  软件著作权
 
  D.  软件著作权与商标权
 
 

22
 
以下关于软件著作权产生时间的叙述中,正确的是(22)。
 
 
  A.  自软件首次公开发表时
 
  B.  自开发者有开发意图时
 
  C.  自软件得到国家著作权行政管理部门认可时
 
  D.  自软件开发完成之曰起
 
 

23
 
一般定义人耳听觉范围的最高频率为(23);CD音乐使用的数字化音频信号为了包含人耳的听觉范围,使用的采样频率为(24)。
 
 
  A.  8kHz
 
  B.  16kHz
 
  C.  20kHz
 
  D.  32kHz
 
 

24
 
一般定义人耳听觉范围的最高频率为(23);CD音乐使用的数字化音频信号为了包含人耳的听觉范围,使用的采样频率为(24)。
 
 
  A.  16kHz
 
  B.  44.1kHz
 
  C.  48kHz
 
  D.  96kHz
 
 

25
 
自然界的声音信号一般都是多种频率声音的复合信号,用来描述组成复合信号的频率范围的参数被称为信号的(25)。
 
 
  A.  频度
 
  B.  音域
 
  C.  响度
 
  D.  带宽
 
 

26
 
在FM方式的数字音乐合成器中,改变数字载波频率可以改变乐音的(26),改变它的信号幅度可以改变乐音的(27)。
 
 
  A.  音调
 
  B.  音色
 
  C.  音高
 
  D.  音质
 
 

27
 
在FM方式的数字音乐合成器中,改变数字载波频率可以改变乐音的(26),改变它的信号幅度可以改变乐音的(27)。
 
 
  A.  音调
 
  B.  音域
 
  C.  音高
 
  D.  带宽
 
 

28
 
彩色显示器使用的RGB颜色模型属于(28)模型,彩色打印机使用的CMY颜色模型属于(29)模型。青色油墨印刷在白纸上,在绿光环境下看上去是(30)颜色,在红光环境下看上去是(31)颜色。
 
 
  A.  亮度
 
  B.  减色
 
  C.  非线性
 
  D.  加色
 
 

29
 
彩色显示器使用的RGB颜色模型属于(28)模型,彩色打印机使用的CMY颜色模型属于(29)模型。青色油墨印刷在白纸上,在绿光环境下看上去是(30)颜色,在红光环境下看上去是(31)颜色。
 
 
  A.  亮度
 
  B.  减色
 
  C.  非线性
 
  D.  加色
 
 

30
 
彩色显示器使用的RGB颜色模型属于(28)模型,彩色打印机使用的CMY颜色模型属于(29)模型。青色油墨印刷在白纸上,在绿光环境下看上去是(30)颜色,在红光环境下看上去是(31)颜色。
 
 
  A.  黄
 
  B.  红
 
  C.  蓝
 
  D.  绿
 
 

31
 
彩色显示器使用的RGB颜色模型属于(28)模型,彩色打印机使用的CMY颜色模型属于(29)模型。青色油墨印刷在白纸上,在绿光环境下看上去是(30)颜色,在红光环境下看上去是(31)颜色。
 
 
  A.  黑
 
  B.  红
 
  C.  黄
 
  D.  青
 
 

32
 
使用150DP1的扫描分辨率扫描一幅3×4英寸的彩色照片,得到原始的24位真彩色图像的数据量是(32)字节。
 
 
  A.  1800
 
  B.  90000
 
  C.  270000
 
  D.  810000
 
 

33
 
在JPEG图像有损压缩编码过程中使用了颜色子采样技术,是指对(33)的采样频率低于对(34)的采样频率。JPEG使用的子采样模式为(35),子采样后数椐量是原始真彩色图像数据量的 (36)。
 
 
  A.  亮度信号
 
  B.  色度信号
 
  C.  同步信号
 
  D.  调色板
 
 

34
 
在JPEG图像有损压缩编码过程中使用了颜色子采样技术,是指对(33)的采样频率低于对(34)的采样频率。JPEG使用的子采样模式为(35),子采样后数椐量是原始真彩色图像数据量的 (36)。
 
 
  A.  亮度信号
 
  B.  色度信号
 
  C.  同步信号
 
  D.  调色板
 
 

35
 
在JPEG图像有损压缩编码过程中使用了颜色子采样技术,是指对(33)的采样频率低于对(34)的采样频率。JPEG使用的子采样模式为(35),子采样后数椐量是原始真彩色图像数据量的 (36)。
 
 
  A.  4:4:4
 
  B.  4:2:2
 
  C.  4:1:1
 
  D.  4:2:0
 
 

36
 
在JPEG图像有损压缩编码过程中使用了颜色子采样技术,是指对(33)的采样频率低于对(34)的采样频率。JPEG使用的子采样模式为(35),子采样后数椐量是原始真彩色图像数据量的 (36)。
 
 
  A.  3/4
 
  B.  1/2
 
  C.  1/3
 
  D.  1/4
 
 

37
 
全球三大彩色模拟电视制式中,中国采用的是(37)制式,使用的颜色模型为(38);美国采用的是(39)制式,使用的颜色模型为(40)。
 
 
  A.  PAL
 
  B.  SECAM
 
  C.  NTSC
 
  D.  ATSC
 
 

38
 
全球三大彩色模拟电视制式中,中国采用的是(37)制式,使用的颜色模型为(38);美国采用的是(39)制式,使用的颜色模型为(40)。
 
 
  A.  RGB
 
  B.  YIQ
 
  C.  HSL
 
  D.  YUV
 
 

39
 
全球三大彩色模拟电视制式中,中国采用的是(37)制式,使用的颜色模型为(38);美国采用的是(39)制式,使用的颜色模型为(40)。
 
 
  A.  PAL
 
  B.  SECAM
 
  C.  NTSC
 
  D.  ATSC
 
 

40
 
全球三大彩色模拟电视制式中,中国采用的是(37)制式,使用的颜色模型为(38);美国采用的是(39)制式,使用的颜色模型为(40)。
 
 
  A.  RGB
 
  B.  YIQ
 
  C.  HSL
 
  D.  YUV
 
 

41
 
对于模拟视频信号,以下说法正确的是(41)。
 
 
  A.  分量视频信号中亮度信号和色差信号是分开独立传输的
 
  B.  S-video信号中的S代表分离,是指R,G和B三色分离的视频信号
 
  C.  复合视频信号是将所有视频分量信号调制在一起成为1路复合信号
 
  D.  复合视频信号中亮度信号与色差信号之间没有干扰
 
 

42
 
DPCM编码方法中,如果没有包含(42)环节则属于无损编码。
 
 
  A.  量化
 
  B.  反馈
 
  C.  预测
 
  D.  差分
 
 

43
 
下列数据压缩编码方法中(43)编码属于词典编码。
 
 
  A.  ADPCM
 
  B.  Huffman
 
  C.  DCT
 
  D.  LZW
 
 

44
 
HDTV标准中的1080p格式所采用的图像分辨率是(44)。
 
 
  A.  1080×1080
 
  B.  1920×1080
 
  C.  1280×1080
 
  D.  1080×720
 
 

45
 
以下媒体文件格式中(45)是视频文件格式。
 
 
  A.  WAV
 
  B.  BMP
 
  C.  MP3
 
  D.  MOV
 
 

46
 
H.261视频编码标准中定义了(46)种不同类型的视频帧;MPEG-1视频编码标准中定义了(47)种不同类型的视频帧,其中(48)不能作为其他帧的参考帧。
 
 
  A.  1
 
  B.  2
 
  C.  3
 
  D.  4
 
 

47
 
H.261视频编码标准中定义了(46)种不同类型的视频帧;MPEG-1视频编码标准中定义了(47)种不同类型的视频帧,其中(48)不能作为其他帧的参考帧。
 
 
  A.  1
 
  B.  2
 
  C.  3
 
  D.  4
 
 

48
 
H.261视频编码标准中定义了(46)种不同类型的视频帧;MPEG-1视频编码标准中定义了(47)种不同类型的视频帧,其中(48)不能作为其他帧的参考帧。
 
 
  A.  S帧
 
  B.  I帧
 
  C.  K帧
 
  D.  B帧
 
 

49
 
传统模拟电视的宽高比是(49),而HDTV数字电视的宽高比是(50)。
 
 
  A.  3:2
 
  B.  4:3
 
  C.  16:9
 
  D.  16:10
 
 

50
 
传统模拟电视的宽高比是(49),而HDTV数字电视的宽高比是(50)。
 
 
  A.  3:2
 
  B.  4:3
 
  C.  16:9
 
  D.  16:10
 
 

51
 
ISO制定的(51)标准是一个开放的多媒体应用框架标准,(52)标准是多媒体内容描述接口标准。
 
 
  A.  MPEG-1
 
  B.  MPEG-21
 
  C.  MPEG-4
 
  D.  MPEG-7
 
 

52
 
ISO制定的(51)标准是一个开放的多媒体应用框架标准,(52)标准是多媒体内容描述接口标准。
 
 
  A.  MPEG-1
 
  B.  MPEG-21
 
  C.  MPEG-4
 
  D.  MPEG-7
 
 

53
 
(53)标准中不包含视频压缩编码的内容。
 
 
  A.  MPEG-2
 
  B.  H.261
 
  C.  G.711
 
  D.  H.264
 
 

54
 
伪彩色图像使用(54)来定义像素的真实颜色。
 
 
  A.  调色板
 
  B.  码本
 
  C.  量化表
 
  D.  色域
 
 

55
 
现代数字印刷技术使用四色颜料通过(55)技术即可得到全彩色印刷效果。四色颜色模型CMYK中的“K”指的是(56)色。
 
 
  A.  加色
 
  B.  抖动
 
  C.  减色
 
  D.  调制
 
 

56
 
现代数字印刷技术使用四色颜料通过(55)技术即可得到全彩色印刷效果。四色颜色模型CMYK中的“K”指的是(56)色。
 
 
  A.  红
 
  B.  绿
 
  C.  蓝
 
  D.  黑
 
 

57
 
以下光盘产品中,支持双面存储数据的是(57),支持单面双层格式存储数据的是(58)。
 
 
  A.  CD-DA
 
  B.  CD-R
 
  C.  DVD
 
  D.  CD-RW
 
 

58
 
以下光盘产品中,支持双面存储数据的是(57),支持单面双层格式存储数据的是(58)。
 
 
  A.  CD-DA
 
  B.  CD-R
 
  C.  DVD
 
  D.  CD-RW
 
 

59
 
下列软件产品中属于图像编辑处理工具的软件是(59)。
 
 
  A.  Powerpoint
 
  B.  Photoshop
 
  C.  Premiere
 
  D.  Acrobat
 
 

60
 
与RTCP协议定义在同一个RFC中且通常配合一起使用的是(60)协议,其作用是(61)。
 
 
  A.  IGMP
 
  B.  RTP
 
  C.  RTSP
 
  D.  RSVP
 
 

61
 
与RTCP协议定义在同一个RFC中且通常配合一起使用的是(60)协议,其作用是(61)。
 
 
  A.  提供流媒体的播放控制服务
 
  B.  用来帮助管理组播服务
 
  C.  用来申请保留网络带宽资源
 
  D.  实现实时数据传输服务
 
 

62
 
数字签名通常采用(62)对消息摘要进行加密,接收方采用(63)来验证签名。
 
 
  A.  发送方的私钥
 
  B.  发送方的公钥
 
  C.  接收方的私钥
 
  D.  接收方的公钥
 
 

63
 
数字签名通常采用(62)对消息摘要进行加密,接收方采用(63)来验证签名。
 
 
  A.  发送方的私钥
 
  B.  发送方的公钥
 
  C.  接收方的私钥
 
  D.  接收方的公钥
 
 

64
 
为了攻击远程主机,通常利用(64)技术检测远程主机状态。
 
 
  A.  病毒查杀
 
  B.  端口扫描
 
  C.  QQ聊天
 
  D.  身份认证
 
 

65
 
传输经过SSL加密的网页所采用的协议是(65)。
 
 
  A.  http
 
  B.  https
 
  C.  s-http
 
  D.  http-s
 
 

66
 
OSPF将路由器连接的物理网络划分为以下4种类型,其中,以太网属于广播多址网络,X.25分组交换网属于(66)。
 
 
  A.  点对点网络
 
  B.  广播多址网络
 
  C.  点到多点网络
 
  D.  非广播多址网络
 
 

67
 
动态主机配置协议(DHCP)的作用是(67);DHCP客户机如果收不到服务器分配的IP地址,则会获得一个自动专用IP地址(APIPA),如169.254.0.X。
 
 
  A.  为客户机分配一个永久的IP地址
 
  B.  为客户机分配一个暂时的IP地址
 
  C.  检测客户机地址是否冲突
 
  D.  建立IP地址与MAC地址的对应关系
 
 

68
 
SNMP属于OSI/RM的(68)协议。
 
 
  A.  管理层
 
  B.  应用层
 
  C.  传输层
 
  D.  网络层
 
 

69
 
下面4个主机地址中属于网络220.115.200.0/21的地址是(69)。
 
 
  A.  220.115.198.0
 
  B.  220.115.206.0
 
  C.  220.115.217.0
 
  D.  220.115.224.0
 
 

70
 
在下图的SNMP配置中,能够响应Manager2的getRequest请求的是(70)。
2016年上半年多媒体应用设计师上午试卷综合知识考试真题答案解析第1张
 
 
  A.  Agent1
 
  B.  Agent2
 
  C.  Agent3
 
  D.  Agent4
 
 

71
 
Murphy’s Law suggests, “If anything can go wrong, it will.” Murphy has motivated numerous pearls of wisdom about projects, machines, people, and why things go wrong.
A project is a [temporary] sequence of unique, complex, and connected (71) having one goal or purpose and that must be completed by a specific time, within budget, and according to (72).Project management is the (73) of scoping, planning, staffing,organizing, directing, and controlling the development of an acceptable information system at a minimum cost within a specified time frame. Project management is a cross life cycle activity because it overlaps all phases of any systems development methodology.
For any systems development project, effective project management is necessary to ensure that the project meets the deadline, is developed within a (an) (74) budget, and fulfills customer expectations and specifications.
Corporate rightsizing has changed the structure and culture of most organizations, and hence, project management. More flexible and temporary interdepartmental (不同部门间的) teams that are given greater responsibility and authority for the success of organizations have replaced rigid hierarchical command structures and permanent teams. Contemporary system development methodologies depend on having teams that include both technical and nontechnical users, managers, and information technologists all directed to the project goal. These (75) teams require leadership and project management.
 
 
  A.  activities
 
  B.  tasks
 
  C.  services
 
  D.  sofware
 
 

72
 
Murphy’s Law suggests, “If anything can go wrong, it will.” Murphy has motivated numerous pearls of wisdom about projects, machines, people, and why things go wrong.
A project is a [temporary] sequence of unique, complex, and connected (71) having one goal or purpose and that must be completed by a specific time, within budget, and according to (72).Project management is the (73) of scoping, planning, staffing,organizing, directing, and controlling the development of an acceptable information system at a minimum cost within a specified time frame. Project management is a cross life cycle activity because it overlaps all phases of any systems development methodology.
For any systems development project, effective project management is necessary to ensure that the project meets the deadline, is developed within a (an) (74) budget, and fulfills customer expectations and specifications.
Corporate rightsizing has changed the structure and culture of most organizations, and hence, project management. More flexible and temporary interdepartmental (不同部门间的) teams that are given greater responsibility and authority for the success of organizations have replaced rigid hierarchical command structures and permanent teams. Contemporary system development methodologies depend on having teams that include both technical and nontechnical users, managers, and information technologists all directed to the project goal. These (75) teams require leadership and project management.
 
 
  A.  document
 
  B.  order
 
  C.  specification
 
  D.  authority
 
 

73
 
Murphy’s Law suggests, “If anything can go wrong, it will.” Murphy has motivated numerous pearls of wisdom about projects, machines, people, and why things go wrong.
A project is a [temporary] sequence of unique, complex, and connected (71) having one goal or purpose and that must be completed by a specific time, within budget, and according to (72).Project management is the (73) of scoping, planning, staffing,organizing, directing, and controlling the development of an acceptable information system at a minimum cost within a specified time frame. Project management is a cross life cycle activity because it overlaps all phases of any systems development methodology.
For any systems development project, effective project management is necessary to ensure that the project meets the deadline, is developed within a (an) (74) budget, and fulfills customer expectations and specifications.
Corporate rightsizing has changed the structure and culture of most organizations, and hence, project management. More flexible and temporary interdepartmental (不同部门间的) teams that are given greater responsibility and authority for the success of organizations have replaced rigid hierarchical command structures and permanent teams. Contemporary system development methodologies depend on having teams that include both technical and nontechnical users, managers, and information technologists all directed to the project goal. These (75) teams require leadership and project management.
 
 
  A.  process
 
  B.  activity
 
  C.  step
 
  D.  task
 
 

74
 
Murphy’s Law suggests, “If anything can go wrong, it will.” Murphy has motivated numerous pearls of wisdom about projects, machines, people, and why things go wrong.
A project is a [temporary] sequence of unique, complex, and connected (71) having one goal or purpose and that must be completed by a specific time, within budget, and according to (72).Project management is the (73) of scoping, planning, staffing,organizing, directing, and controlling the development of an acceptable information system at a minimum cost within a specified time frame. Project management is a cross life cycle activity because it overlaps all phases of any systems development methodology.
For any systems development project, effective project management is necessary to ensure that the project meets the deadline, is developed within a (an) (74) budget, and fulfills customer expectations and specifications.
Corporate rightsizing has changed the structure and culture of most organizations, and hence, project management. More flexible and temporary interdepartmental (不同部门间的) teams that are given greater responsibility and authority for the success of organizations have replaced rigid hierarchical command structures and permanent teams. Contemporary system development methodologies depend on having teams that include both technical and nontechnical users, managers, and information technologists all directed to the project goal. These (75) teams require leadership and project management.
 
 
  A.  predefined
 
  B.  acceptable
 
  C.  rigid
 
  D.  strict
 
 

75
 
Murphy’s Law suggests, “If anything can go wrong, it will.” Murphy has motivated numerous pearls of wisdom about projects, machines, people, and why things go wrong.
A project is a [temporary] sequence of unique, complex, and connected (71) having one goal or purpose and that must be completed by a specific time, within budget, and according to (72).Project management is the (73) of scoping, planning, staffing,organizing, directing, and controlling the development of an acceptable information system at a minimum cost within a specified time frame. Project management is a cross life cycle activity because it overlaps all phases of any systems development methodology.
For any systems development project, effective project management is necessary to ensure that the project meets the deadline, is developed within a (an) (74) budget, and fulfills customer expectations and specifications.
Corporate rightsizing has changed the structure and culture of most organizations, and hence, project management. More flexible and temporary interdepartmental (不同部门间的) teams that are given greater responsibility and authority for the success of organizations have replaced rigid hierarchical command structures and permanent teams. Contemporary system development methodologies depend on having teams that include both technical and nontechnical users, managers, and information technologists all directed to the project goal. These (75) teams require leadership and project management.
 
 
  A.  invariable
 
  B.  fixed
 
  C.  permanent
 
  D.  dynamic
 
 

,