项目管理师

Using "I" or "My' instead of "most people" or "our group" ______ message credibility.A decreasesB increasesC has no effect onD distortsE A and B

题目

Using "I" or "My' instead of "most people" or "our group" ______ message credibility.

A decreases

B increases

C has no effect on

D distorts

E A and B

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

第1题:

类MyClass的定义如下: class MyClass { public: MyClass(){value=0;} SetVariable(int i){value=i;) private: int value; }; 则对下列语句序列正确的描述是( )。

A.MyClass*p,my;p=&my;

B.语句p=&my;是把对象my赋值给指针变量p

C.语句MyClass*p,my;会调用两次类MyClass的构造函数

D.对语句*p.SetV ariable(5)与语句my.SetVariable(5)等价


正确答案:D

第2题:

从以下备选答案内为程序中(3)~(7)处空缺选择正确答案。(3)A.request B.response C.application D.session(4)A.rs.eof B.rs.bof C.notrs.eof D.notrs.bof(5)A.i+1 B.rs.recordnumber C.rs.recordcount D.i(6)A.<table name="message" cols="40" rows="5" id="message"></table> B.<textarea name="message" cols="40" rows="5" id="message"></textarea> C.<input name="message" cols="40"rows="5" id="message"></input> D.<IMG nClick=over(this)title=放大name="message"cols="40"rows="5"id="message"></IMG nClick=over(this)title=放大>(7)A.submit B.text C.post D.radio


正确答案:(3)B或response(4)C或notrs.eof(5)D或i (6)B或textarea name="message" cols="40" rows="5" id="message">/textarea> (7)A或submit
(3)B或response(4)C或notrs.eof(5)D或i (6)B或textarea name="message" cols="40" rows="5" id="message">/textarea> (7)A或submit 解析:Active Server Pages提供内建对象,这些对象使用户更容易收集通过浏览器请求发送的信息、响应浏览器及存储用户信息(如用户首选项)。本文简要说明每一个对象。
.Application对象:用于给定应用程序的所有用户共享信息。
.Request对象:使用Request对象访问任何用HTTP请求传递的信息,包括从HTML表格用POST方法或GET方法传递的参数、cookie和用户认证。Request对象使用户能够访问发送给服务器的二进制数据,如上传的文件。
.Response对象:用于控制发送给用户的信息。包括直接发送信息给浏览器、重定向浏览器到另一个URL或设置cookie的值。
.Server对象:提供对服务器上的方法和属性进行的访问。最常用的方法是创建
ActiveX组件的实例(Server Create Object)。其他方法用于将URL或HTML编码成字符串,将虚拟路径映射到物理路径及设置脚本的超时期限。
.Session对象:用于存储特定的用户会话所需的信息。当用户在应用程序的页之间跳转时,存储在Session对象中的变量不会清除;而用户在应用程序中访问页时,这些变量始终存在。也可以使用Session方法显式地结束一个会话和设置空闲会话的超时期限。
.ObjectContext对象:用于提交或撤销由ASP脚本初始化的事务。

第3题:

Assumethecustomtagmy:errorPronealwaysthrowsajava.lang.RuntimeExceptionwiththemessage"Filenotfound."AnerrorpagehasbeenconfiguredforthisJSPpage.Whichoptionpreventstheexceptionthrownbymy:errorPronefrominvokingtheerrorpagemechanism,andoutputsthemessage"Filenotfound"intheresponse?()

A.<c:trycatch="ex"><my:errorProne/></c:try>${ex.message}

B.<c:catchvar="ex"><my:errorProne/></c:catch>${ex.message}

C.<c:try>.<my:errorProne/>.</c:try>.<c:catchvar="ex"/>.${ex.message}

D.<c:try>.<my:errorProne/>.<c:catchvar="ex"/>.${ex.message}.</c:try>


参考答案:B

第4题:

Youarecreatinganerrorpagethatprovidesauser-friendlyscreenwheneveraserverexceptionoccurs.Youwanttohidethestacktrace,butyoudowanttoprovidetheexception’serrormessagetotheusersotheusercanprovideittothecustomerserviceagentatyourcompany.WhichELcodesnippetinsertsthiserrormessageintotheerrorpage?()

A.Message:<b>${exception.message}</b>

B.Message:<b>${exception.errorMessage}</b>

C.Message:<b>${request.exception.message}</b>

D.Message:<b>${pageContext.exception.message}</b>

E.Message:<b>${request.exception.errorMessage}</b>


参考答案:D

第5题:

下列程序的输出结果是【 】。 includeclass MyClass{public: int number; void set(in

下列程序的输出结果是【 】。

include<iostream. h>

class MyClass

{

public:

int number;

void set(int i);

};

int number=3;

void MyClass: :set (int i)

{

number=i;

}

void main( )

{

MyClass my1;

int number=10;

my1.set(5),

cout<<my1, number<<',';

my1.set(number);

cout<<my1.number<<',';

my1.set(: :number);

cout<<my1.number<<'.';

}


正确答案:5103
5,10,3 解析:本题考查全局变量,局部变量和类的数据成员之间的使用上的差别。使用全局变量时需要用域作用符来限定该变量,否则编译器无法正确区分。

第6题:

I, my, will, true, come, hope, dream

__________________________________________________________________________.


正确答案:
I hope my dream will come true. / I dream my hope will come true.

第7题:

A: Would you like to come to ( )shop one day? B: Yes, I'd love to. Thank you.

A. myself

B. me

C. my


参考答案:C

第8题:

141 Using "I" or "My' instead of "most people" or "our group" ______ message credibility.

A. decreases

B. increases

C. has no effect on

D. distorts

E. A and B


正确答案:B

第9题:

59 Using "I" or "My' instead of "most people" or "our group" ______ message credibility.

A. decreases

B. increases

C. has no effect on

D. distorts

E. A and B


正确答案:B