软考中级

When most people refer to multimedia, they generally mean the combination of two or more continuous media, usually with some user(115). In practice, the two media are normally audio and video, this is,(116)plus moving(117).It should be' obvious by now tha

题目

When most people refer to multimedia, they generally mean the combination of two or more continuous media, usually with some user(115). In practice, the two media are normally audio and video, this is,(116)plus moving(117).It should be' obvious by now that transmitting multimedia material in uncompressed form. is completely out of(118). The only hope is that massive compression is possible. Fortunately, a large body of research over the past few decades has led to many compression techniques and algorithms that make multimedia transmission(119).

A.display

B.games

C.help

D.interaction

E.pictures

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

X线平均波长(λmean)与最短波长(λmean)的关系是

A.λmean=3λmin

B.λmean=5λmin

C.λmean=2λmin

D.λmean=5λmin

E.λmean=λmin


正确答案:B

第2题:

( )products often feature games with learning embedded into them.

A. Program B. Database C. Software D. Multimedia


正确答案:D

第3题:

下列CASE语句中执行结果不为空的是()

A、SELECTCASEWHEN125THEN'true'ELSE'false'END;

B、SELECTCASEBINARY'B'WHEN'a'THEN1WHEN'b'THEN2END;

C、SELECTCASEWHEN-10THEN'true'END;

D、SELECTCASE'one'WHEN1THEN'one'WHEN2THEN'two'END;


正确答案:A

第4题:

凡是多音节的形容词或副词,变比较级和最高级时都是在词前加more,most。


联绵词;叠音词;译音词;拟声词

第5题:

Because objects( ) data and implementation, the user of an object can view the object as a black box that provides services.

A.encapsulate
B.inherit
C.connect
D.refer

答案:A
解析:

第6题:

As I was just getting familiar with this job, I had _____ to ask my boss.

(A) many (C) more

(B) most (D) much

 

 


C.more
表示岁着时间的推移,我对工作越来越熟悉,对老板想说的话也越多。

第7题:

( )products often feature games with learning embedded into them.

A.Program
B.Database
C.Software
D.MultimediA.

答案:D
解析:
多媒体产品通常会嵌入学习以使得游戏具有特色。

第8题:

In this passage, "optical" can be understood as related to ______.

A.light

B.audio

C.electronics

D.multimedia


正确答案:A

第9题:

执行下列语句之后,正确的是() float m=100, n=200; float &refer_m=m, &refer_n=n;

A.&refer_m=n;

B.*refer_m=*refer_n;

C.refer_m=refer_n;

D.&refer_m=&refer_n;


refer_m=refer_n;

第10题:

3、执行下列语句之后,正确的是() float m=100, n=200; float &refer_m=m, &refer_n=n;

A.&refer_m=n;

B.*refer_m=*refer_n;

C.refer_m=refer_n;

D.&refer_m=&refer_n;


B 解析:考查二维数组的定义和初始化。在选项B)中,因为数组第一维的数目不明确,所以理解会有歧义,可以理解为1行3列,或者2行3列等。