题目内容 (请给出正确答案)
[主观题]

听力原文:Your assignments this term will be to write two major research papers. One of the

听力原文: Your assignments this term will be to write two major research papers. One of the most important things about writing a research paper is giving proper credit of your resources of information. Failure to do this is called plagiarism which is a form. of intellectual dishonesty.

Plagiarism is a kind of stealing or at least an unauthorized borrowing of someone else's ideas. Sometimes inexperienced students will plagiarize unintentionally, and then be surprised when the teacher won't accept their papers, or gives them a failing grade.

The best way to avoid an unintentional plagiarizing is to be very careful in gathering your information. As you take notes on books and magazine articles about the topic you've selected, first try to assimilate the information thoroughly. Secondly, write it down in your own words. This is called paraphrasing. If you do a good job of paraphrasing, you'll capture the main idea from your source without actually using any phrases from it. Most of your notes should probably be paraphrases. However, occasionally you may find something you wish to quote directly in your research paper. In this case, be sure that you copy the quotation precisely in your notes and enclose it in quotation marks. That way when you're finalizing your research paper, you'll be able to remember which of your notes are direct quotes and which are your own summaries of the material. You can then incorporate them appropriately and give the original author proper credit.

32.What kind of assignment does the speaker discuss with the students?

33.What does the speaker warn the students not to do?

34.According to the speaker, how should most of the notes be taken?

35.How does the speaker say a direct quotation should be used?

(33)

A.Reading magazine articles.

B.Reviewing book reports.

C.Writing research papers.

D.Selecting information sources.

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“听力原文:Your assignments this ter…”相关的问题

第1题

publicclassCreditCard{privateStringcardlD;privateIntegerlimit;publicStringownerName;public
publicclassCreditCard{privateStringcardlD;privateIntegerlimit;publicStringownerName;publicvoidsetCardlnformation(StringcardlD,StringownerName,28.Integerlimit){this.cardlD=cardlD;this.ownerName=ownerName;this.limit=limit;}}Whichistrue?()

A.Theclassisfullyencapsulated.

B.Thecodedemonstratespolymorphism.

C.TheownerNamevariablebreaksencapsulation.

D.ThecardlDandlimitvariablesbreakpolymorphism.

E.ThesetCardlnformationmethodbreaksencapsulation.

点击查看答案

第2题

interfaceFoo{}11.classAlphaimplementsFoo{}12.classBetaextendsAlpha{}13.classDeltaextend
10.interfaceFoo{}11.classAlphaimplementsFoo{}12.classBetaextendsAlpha{}13.classDeltaextendsBeta{14.publicstaticvoidmain(String[]args){15.Betax=newBeta();16.//insertcodehere17.}18.}Whichcode,insertedatline16,willcauseajava.lang.ClassCastException?()

A.Alphaa=x;

B.Foof=(Delta)x;

C.Foof=(Alpha)x;

D.Betab=(Beta)(Alpha)x;

点击查看答案

第3题

//somecodehere32.try{33.//somecodehere34.}catch(SomeExceptionse){35.//somecodehere36.}finally{37.//somecodehere38.}Underwhichthreecircumstanceswillthecodeonline37beexecuted?()

A.Theinstancegetsgarbagecollected.

B.Thecodeonline33throwsanexception.

C.Thecodeonline35throwsanexception.

D.Thecodeonline31throwsanexception.

E.Thecodeonline33executessuccessfully.

点击查看答案

第4题

publicclassTest{publicstaticvoidmain(String[]args){intx=5;booleanb1=true;booleanb2=false;i
publicclassTest{publicstaticvoidmain(String[]args){intx=5;booleanb1=true;booleanb2=false;if((x==4)&&!b2)System.out.print(”l);System.out.print(”2);if((b2=true)&&b1)System.out.print(”3);}}Whatistheresult?()

A.2

B.3

C.12

D.23

E.123

F.Compilationfails.

G.Auexceptionalisthrownatruntime.

点击查看答案

第5题

publicinterfaceStatus{12./*insertcodehere*/intMY_VALUE=10;13.}Whichthreearevalidonline12?()

A.final

B.static

C.native

D.public

E.private

F.abstract

G.protected

点击查看答案

第6题

Giventhefollowingcode:1)classParent{2)privateStringname;3)publicParent(){}4)}5)publicclass
Giventhefollowingcode:1)classParent{2)privateStringname;3)publicParent(){}4)}5)publicclassChildextendsParent{6)privateStringdepartment;7)publicChild(){}8)publicStringgetValue(){returnname;}9)publicstaticvoidmain(Stringarg[]){10)Parentp=newParent();11)}12)}Whichlinewillcauseerror?()

A.line3

B.line6

C.line7

D.line8

E.line10

点击查看答案

第7题

AButtonispositionedinaFrame.OnlyheightoftheButtonisaffectedbytheFramewhilethewidthisnot.Whichlayoutmanagershouldbeused?()

A.FlowLayout

B.CardLayout

C.NorthandSouthofBorderLayout

D.EastandWestofBorderLayout

E.GridLayout

点击查看答案

第8题

classParent{Stringone,two;
classParent{

Stringone,two;

publicParent(Stringa,Stringb){

one=a;

two=b;}

publicvoidprint(){System.out.println(one);}}

publicclassChildextendsParent{

publicChild(Stringa,Stringb){

super(a,b);

}

publicvoidprint(){

System.out.println(one+"to"+two);

}

publicstaticvoidmain(Stringarg[]){

Parentp=newParent("south","north");

Parentt=newChild("east","west");

p.print();

t.print();

}

}

Whichofthefollowingiscorrect?()

点击查看答案

第9题

publicclassParent{intchange(){…}}classChildextendsParent{}WhichmethodscanbeaddedintoclassChild?()

A.publicintchange(){}

B.intchang(inti){}

C.privateintchange(){}

D.abstractintchang(){}

点击查看答案

第10题

Whichofthefollowingstatementsarelegal?()

A.longl=4990;

B.inti=4L;

C.floatf=1.1;

D.doubled=34.4;

E.doublet=0.9F;

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信