Techniques that can improve communication include:Aestablishing a single, one-way communic

题目

Techniques that can improve communication include:

A establishing a single, one-way communications channel

B avoiding face-to-face communication

C using redundancy (i.e. saying it two different ways) whenever possible

D disregarding the sensitivity of your receiver

E All of the above.

参考答案和解析
正确答案:C
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

TMS320X28XX系列处理器CAN总线接口支持标准()。

A.CAN 2.0A,CAN 2.0C

B.CAN 2.0C

C.CAN 2.0B,CAN 2.0C

D.CAN 2.0A,CAM 2.0B


正确答案:C

第2题:

The word "accentuate" (Line 5, Para.3) most probably means "______".

A.relieve

B.accelerate

C.worsen

D.improve


正确答案:C
根据该词出现的上文可以判断该词应是“恶化,加剧,变得更糟”之意。

第3题:

The price you quoted is so high that we () help ()this transaction.

A、can…to cancel

B、can't...canceling

C、can…canceling

D、can't…to cancel


参考答案:B

第4题:

He tried his best to remedy the terrible situation.

A:provide
B:protect
C:change
D:improve

答案:D
解析:
他竭尽全力改进糟糕的处境。provide“提供”,如:Will the hotel provide breakfast?酒店提供早餐吗?protect“保护”,如:Children nowadays are over protected by their parents.现如今孩子被父母过度地保护。change“改变”,如:Nothing can change my idea.没有什么能改变我的想法。improve“改进”,如:Regular exercise can improve people's health.经常锻炼能增进健康。

第5题:

If the Shipowner relies on an excepted peril, he must ________ that the loss or damage was caused thereby.

A.prove

B.approve

C.disprove

D.improve


正确答案:A

第6题:

写出下列程序的运行结果【】。include .include include void ma

写出下列程序的运行结果【 】。

include <iostream.h>.

include <fstream.h>

include <stdlib.h>

void main()

{

fstream outfile, infile;

outfile.open("data.clat", ios:: out);

if(!outfile)

{

cout<<"Can't open the file."<<end1;

abort();

}

outfile<<" 1234567890"<<end1;

outfile<<"aaaaaaaaa"<<end1;

outfile<<"**********"<<end1;

outfile.close();

infile.open("data. dat ", ios:: in);

if(!infile)

{

cout<<"Can't open the file."<<end1;

abort();

}

char line[80];

int I=0;

while(!infile. eof())

{

I++;

infile.getline(line, sizeof(line));

cout<<I<<":"<<line<<end1;

}

infile.close();

}


正确答案:1: 1234567890 2:aaaaaaaaa 3:********** 4:
1: 1234567890 2:aaaaaaaaa 3:********** 4:

第7题:

半速率小区中,某个呼叫“优选半速率信道”,则下列信道的分配顺序错误的有()

A.全速率—Couple半速率—Single半速率

B.全速率—Single半速率—Couple半速率

C.Couple半速率—Single半速率—全速率

D.Couple半速率—全速率—Single半速率

E.Single半速率—全速率—Couple半速率


参考答案:A, B, C, D, E

第8题:

有以下程序: include include include intmain() {fstreamfil

有以下程序:

include <iostream.h>

include <fstream.h>

include <stdlib.h>

int main()

{

fstream filel,file2;

char line[100];

filel.open("source.txt",ios::in);

if(!file1)

{

cout<<"Can't open file source.txt!"<<end1;

abort();

}

file2.open("dest.txt",ios::out);

if(!file2)

{

cout<<"Can't open file dest.txt!"<<end1;

abort();

}

while(!file1.eof())

{

filel.getline(1ine,100);

file2<<line;

file2<<end1;

}

filel.close();

file2.close();

return 0;

}

此程序实现的功能是【 】。


正确答案:将文本文件source.txt中内容复制到文本文件dest.txt中
将文本文件source.txt中内容复制到文本文件dest.txt中 解析:程序首先将两个文件source和dest都打开,然后通过while循环,以一行为单位进行内容的复制。

第9题:

Reliable delivery of messages is ensured by ______ techniques.

A.forward error correction

B.aftward error correction

C.DGPS

D.error-free and low error reception


正确答案:A

第10题:

A great deal has been done to remedy the situation.

A:maintain
B:assess
C:protect
D:improve

答案:D
解析:
本题考查的是对动词的认知。这句话的意思是:要做很多工作才能对这种情形进行补救。remedy的意思是补救。A.maintain保持;B.assess评估;C.protect保护;D.improve改进。remedy和improve意思最接近,所以选D。