2012年沈阳工业大学考博真题2001数值分析

2012年沈阳工业大学考博真题2001数值分析
2012年沈阳工业大学考博真题2001数值分析

同济大学数值分析matlab编程题汇编

MATLAB 编程题库 1.下面的数据表近似地满足函数2 1cx b ax y ++=,请适当变换成为线性最小二乘问题,编程求最好的系数c b a ,,,并在同一个图上画出所有数据和函数图像. 625 .0718.0801.0823.0802.0687.0606.0356.0995 .0628.0544.0008.0213.0362.0586.0931.0i i y x ---- 解: x=[-0.931 -0.586 -0.362 -0.213 0.008 0.544 0.628 0.995]'; y=[0.356 0.606 0.687 0.802 0.823 0.801 0.718 0.625]'; A=[x ones(8,1) -x.^2.*y]; z=A\y; a=z(1); b=z(2); c=z(3); xh=-1:0.1:1; yh=(a.*xh+b)./(1+c.*xh.^2); plot(x,y,'r+',xh,yh,'b*')

2.若在Matlab工作目录下已经有如下两个函数文件,写一个割线法程序,求出这两个函数 10 的近似根,并写出调用方式: 精度为10 解: >> edit gexianfa.m function [x iter]=gexianfa(f,x0,x1,tol) iter=0; while(norm(x1-x0)>tol) iter=iter+1; x=x1-feval(f,x1).*(x1-x0)./(feval(f,x1)-feval(f,x0)); x0=x1;x1=x; end >> edit f.m function v=f(x) v=x.*log(x)-1; >> edit g.m function z=g(y) z=y.^5+y-1; >> [x1 iter1]=gexianfa('f',1,3,1e-10) x1 = 1.7632 iter1 = 6 >> [x2 iter2]=gexianfa('g',0,1,1e-10) x2 = 0.7549 iter2 = 8

计算数学排名

070102 计算数学 计算数学也叫做数值计算方法或数值分析。主要内容包括代数方程、线性代数方程组、微分方程的数值数值逼近问题,矩阵特征值的求法,最优化计算问题,概率统计计算问题等等,还包括解的存在性、唯一性差分析等理论问题。我们知道五次及五次以上的代数方程不存在求根公式,因此,要求出五次以上的高次代一般只能求它的近似解,求近似解的方法就是数值分析的方法。对于一般的超越方程,如对数方程、三角方采用数值分析的办法。怎样找出比较简洁、误差比较小、花费时间比较少的计算方法是数值分析的主要课题的办法中,常用的办法之一是迭代法,也叫做逐次逼近法。迭代法的计算是比较简单的,是比较容易进行的以用来求解线性方程组的解。求方程组的近似解也要选择适当的迭代公式,使得收敛速度快,近似误差小。 在线性代数方程组的解法中,常用的有塞德尔迭代法、共轭斜量法、超松弛迭代法等等。此外,一些比消去法,如高斯法、追赶法等等,在利用计算机的条件下也可以得到广泛的应用。在计算方法中,数值逼近本方法。数值逼近也叫近似代替,就是用简单的函数去代替比较复杂的函数,或者代替不能用解析表达式表值逼近的基本方法是插值法。 初等数学里的三角函数表,对数表中的修正值,就是根据插值法制成的。在遇到求微分和积分的时候,的函数去近似代替所给的函数,以便容易求到和求积分,也是计算方法的一个主要内容。微分方程的数值解法。常微分方程的数值解法由欧拉法、预测校正法等。偏微分方程的初值问题或边值问题,目前常用的是有限元素法等。有限差分法的基本思想是用离散的、只含有限个未知数的差分方程去代替连续变量的微分方程求出差分方程的解法作为求偏微分方程的近似解。有限元素法是近代才发展起来的,它是以变分原理和剖分的方法。在解决椭圆形方程边值问题上得到了广泛的应用。目前,有许多人正在研究用有限元素法来解双曲方程。计算数学的内容十分丰富,它在科学技术中正发挥着越来越大的作用。 排名学校名称等级 1 北京大学A+ 2 浙江大学 A+ 3 吉林大学A+ 4 大连理工大学A+ 5 西安交通大学A 北京大学:http:https://www.360docs.net/doc/6010897481.html,/NewsSpecialDetailsInfo.aspx?SID=4 浙江大学:http:https://www.360docs.net/doc/6010897481.html,/NewsSpecialDetailsInfo.aspx?SID=21847 吉林大学:http:https://www.360docs.net/doc/6010897481.html,/NewsSpecialDetailsInfo.aspx?SID=5506 大连理工大学:http:https://www.360docs.net/doc/6010897481.html,/NewsSpecialDetailsInfo.aspx?SID=4388 西安交通大学:http:https://www.360docs.net/doc/6010897481.html,/NewsSpecialDetailsInfo.aspx?SID=18285

2015年四川大学考博《英语》真题及详解

2015年四川大学考博《英语》真题 (总分:100.00,做题时间:180分钟) 一、ⅠReadingComprehension 二、Passage1 Speechissofamiliarafeatureofdailylifethatwerarelypausetodefineit.Itseemsasnatural tomanaswalkingandonlylesssothanbreathing.Yetitneedsbutamoment'sreflectiontoconvinceus thatthisnaturalnessofspeechisbutanillusoryfeeling.Theprocessofacquiringspeechis,insob erfact,anutterlydifferentsortofthingfromtheprocessoflearningtowalk.Inthecaseofthelatt erfunction,culture,inotherwords,thetraditionalbodyofsocialusage,isnotseriouslybrought intoplay.Thechildisindividuallyequipped,bythecomplexsetoffactorsthatwetermbiologicalh eredity,tomakealltheneededmuscularandnervousadjustmentsthatresultinwalking.Indeed,the veryconformationofthesemusclesandoftheappropriatepartsofthenervoussystemmaybesaidtobe primarilyadaptedtothemovementsmadeinwalkingandinsimilaractivities.Inaveryrealsense,th enormalhumanbeingispredestinedtowalk,notbecausehiselderswillassisthimtolearnthear t,butbecausehisorganismispreparedfrombirth,orevenfromthemomentofconception,totake onallthoseexpendituresofnervousenergyandallthosemuscularadaptationsthatresultinwalkin g.Toputitconcisely,walkingisaninherent,biologicalfunctionofman. Notsolanguage.Itisofcoursetruethatinacertainsensetheindividualispredestinedtotalk ,butthatisdueentirelytothecircumstancethatheisbornnotmerelyinnature,butinthelapofasoc ietythatiscertain,reasonablycertain,toleadhimtoitstraditions.Eliminatesocietyandthere iseveryreasontobelievethathewilllearntowalk,if,indeed,hesurvivesatall.Butitisjustasce rtainthathewillneverlearntotalk,thatis,tocommunicateideasaccordingtothetraditionalsys temofaparticularsociety.Or,again,removethenew-bornindividualfromthesocialenvironmenti ntowhichhehascomeandtransplanthimtoanutterlyalienone.Hewilldeveloptheartofwalkinginhi snewenvironmentverymuchashewouldhavedevelopeditintheold.Buthisspeechwillbecompletelya tvariancewiththespeechofhisnativeenvironment.Walkingthenisageneralhumanactivitythatva riesonlywithinarestrictedlimitaswepassfromindividualtoindividual.Itsvariabil ityispurposeless.Speechisahumanactivitythatvarieswithoutassignablelimitaswepassfr omsocialgrouptosocialgroup,becauseitisapurelyhistoricalheritage,theproductoflong-cont inuedsocialusage.Itvariesasallcreativeeffortvaries-notasconsciously,perhaps,butnoneth elessastrulyasdothereligions,thebeliefs,thecustoms,andtheartsofdifferentpeoples.Walki ngisanorganic,instinctivefunction,speechisanon-instinctive,acquired,"cultural"functio n. (1).ThefirstsentenceofParagraphTwo,"Notsolanguage"istheclosestinmeaningto______. " A.thisisnotthecasewithlanguage " B.soislanguageandnotanythingelse " C.nosuchathingexistsinlanguage " D.notsomuchwithlanguage A.√ B. C. D. 解析:细节推理题。Notsolanguage承接首段的最后一句话,将language与walking进行对比,上文提及"行走是人类与生俱来的一种生物功能",而语言则不是。选项A与文中的意思最接近。故答案为A。

同济大学数值分析matlab编程题汇编

MATLAB 编程题库 1.下面的数据表近似地满足函数2 1cx b ax y ++= ,请适当变换成为线性最小二乘问题,编程求最好的系数c b a ,,,并在同一个图上画出所有数据和函数图像. 625 .0718.0801.0823.0802 .0687 .0606 .0356 .0995.0628.0544.0008.0213.0362.0586.0931.0i i y x ---- 解: x=[-0.931 -0.586 -0.362 -0.213 0.008 0.544 0.628 0.995]'; y=[0.356 0.606 0.687 0.802 0.823 0.801 0.718 0.625]'; A=[x ones(8,1) -x.^2.*y]; z=A\y; a=z(1); b=z(2); c=z(3); xh=-1:0.1:1; yh=(a.*xh+b)./(1+c.*xh.^2); plot(x,y,'r+',xh,yh,'b*')

2.若在Matlab工作目录下已经有如下两个函数文件,写一个割线法程序,求出这两个函数 10 的近似根,并写出调用方式: 精度为10 >> edit gexianfa.m function [x iter]=gexianfa(f,x0,x1,tol) iter=0; while(norm(x1-x0)>tol) iter=iter+1; x=x1-feval(f,x1).*(x1-x0)./(feval(f,x1)-feval(f,x0)); x0=x1;x1=x; end >> edit f.m function v=f(x) v=x.*log(x)-1; >> edit g.m function z=g(y) z=y.^5+y-1; >> [x1 iter1]=gexianfa('f',1,3,1e-10) x1 = 1.7632 iter1 = 6 >> [x2 iter2]=gexianfa('g',0,1,1e-10) x2 = 0.7549 iter2 = 8

同济大学博士研究生培养方案

建设管理系2011年博士培养方案 管理科学与工程(工学门类) (2011年7月修订) 一、适用学科、专业: 管理科学与工程(一级学科,工学门类) 本一级学科不设二级学科,此方案适用于建设项目管理、房地产经济与管理研究方向,授工学学位。 二、学制年限 直博生和提前攻博生4-5年,普博生一般为3年,在职博士生可适当延长。 三、培养计划制定的主要原则与内容 博士生的培养计划包括课程学习计划和论文工作计划两部分。课程学习计划由:(1)公共必修课程;(2)学科专业要求的必修和限选课;(3)必修环节等组成。对外校及本校其他专业考入的博士生还需制定补修课程的具体内容及进度安排。课程学习计划一般在入学三周内在导师指导下完成,论文工作计划在博士生进行文献综述与选题报告时完成。 培养计划应考虑学科发展趋势的需要及研究生的具体情况,并使计划在以下几个方面得到充分的综合平衡:(1)管理科学的基础理论;(2)适当宽度和深度的建设与房地产管理专业知识;(3)一定的工程管理实践、计量经济模型计算、设计能力;(4)科学研究工作各主要环节所需的能力;(5)必要的相邻学科知识。 四、培养环节 博士生培养包括课程学习,资格考试,文献综述与选题报告,论文工作,最终学术报告,论文答辩等环节。 1、文献综述与选题报告 博士生应在导师指导下查阅文献资料,深入调查研究,确定具有理论和实践意义的具体课题,并尽早完成选题报告。选题报告应包括选题背景、文献综述、选题及其意义、研究目的、主要研究内容、技术路线和研究方法、工作特色及难点、预期成果及可能的创新点、论文工作计划等。文献综述应阅读不少于30篇与学位论文有关,且反映所研究内容最新状况的文献,其中50%应为外文文献。选题报告会应在二级(或一级)学科范围内相对集中、公开地进行,并以博士生导师为主的不少于3名教授(含导师)参加,并吸收有关教师和研究生参加。跨学科的论文选题应聘请相关学科的导师参加。若学位论文课题有重大变动,应重新作选题报告,以保证课题的前沿性和创新性。评审通过的选题报告,应以书面形式交系研究生业务办备案。 论文选题可由学生自己选题,也可结合指导教师的科研任务进行。鼓励博士生自己选择具有创新性的研究课题。研究生学位论文选题应紧密结合指导教师的研究方向和学术专长,从事交叉学科课题研究的学生应申请联合指导教师,学生应选择指导教师熟悉的研究领域从事学位论文工作。 选题报告时间由指导教师自行决定,但距离申请答辩的日期不少于12个月。 2、资格考试 资格考试在课程学习结束后进行,由系统一安排。按照土木工程学位分委员会《关于博士生资格考试规定》实施。

同济大学数值分析工研试卷B卷

同济大学课程考核试卷(B卷)(工科研究生)2011—2012学年第一学期 命题教师签名:审核教师签名: 课号:2102002课名:数值分析(工科研究生)考试考查:考试此卷选为:期中考试( )、期终考试( )、重考(√)试卷 (注意:本试卷共7大题,3大张,满分100分.考试时间为120分钟.要求写出解题过程,否则不予计分. 精确到小数点后3位) 一、(15分)设 212 233 618 A - ? ? ? =- ? ? - ?? , 2 5 b -?? ? =- ? ? ?? .将A进行 LU 分解,并由此求解线性方程组 AX b =. 二、(15分)用牛顿法求出方程x2 e2 x +=的二个实根(计算精度为ε=10-3). 三、(10分)

四、(15分) 构造三点积分公式: 1 2 012 1 ()((0) x f x dx f f f ωωω - ≈++ ? 使该积分公式有尽可能高的代数精度.并指出该公式的代数精度.它是Gauss公式吗? 由此公式计算积分1 2 1 x x e dx - ?的近似值,并与积分的精确值比较,从而得到误差值. 五、(15分)写出求解方程组Ax b =的Jacobi迭代格式,初始迭代向量为 x ?? ? = ? ? ?? ,计算迭 代3次的数值结果.其中 210 131 012 A - ?? ? =-- ? ? - ?? , 1 8 5 b ?? ? = ? ? -??

六、(15分) 取步长0.2h =,用欧拉(尤拉)公式计算下列微分方程在节点 0.2n x n =(n=1,2,3,4,5)上的近似值. 并与精确解y =比较各节点上的误差. 2, 01 (0)1dy x y x dx y y ?=-≤≤???=? 以下为Matlab 编程题 七、(15分)用改进的乘幂法计算矩阵 213116282A ?? ? = ? ??? 的主特征值和相应的特征向量(取初 始向量00(1,1,1)T v u ==计算精度为3 10ε-=).

四川大学考博英语真题及答案详解

四川大学2012考博英语真题及答案详解 阅读 1)Sign has become a scientific hot button. Only in the past 20 years have specialists in language study realized that signed languages are unique—a speech of the hand. They offer a new way to probe how the brain generates and understands language, and throw new light on an old scientific controversy: whether language, complete with grammar, is something that we are born With, or whether it is a learned behavior. The current interest in sign language has roots in the pioneering work of one rebel teacher at Gallaudet University in Washington, D. C., the world's only liberal arts university for deaf people. When Bill Stokoe went to Gallaudet to teach English, the school enrolled him in a course in signing. But Stokoe noticed something odd: among themselves, students signed differently from his classroom teacher. Stokoe had been taught a sort of gestural code, each movement of the hands representing a word in English. At the time, American Sign Language (ASL) was thought to be no more than a form of pidgin English (混杂英语). But Stokoe believed the “hand talk”his students used looked richer. He wondered: Might deaf people actually: have a genuine language? And could that language be unlike any other on Earth? It was 1955, when even deaf people dismissed their signing as “substandard”. Stokoe's idea was academic heresy (异端邪说). It is 37 years later. Stokoe—now devoting his time to writing and editing books and journals and to producing video materials on ASL and the deaf culture—is having lunch at a cafe near the Gallaudet campus and explaining how he started a revolution. For decades educators fought his idea that signed languages are natural languages like English, French and Japanese. They assumed language must be based on speech, the modulation (调节) of sound. But sign language is based on the movement of hands, the modulation of space. “What I said,”Stokoe explains, “is that language is not mouth stuff—it's brain stuff.” 21. The study of sign language is thought to be _____C___. A) a new way to look at the learning of language B) a challenge to traditional, views on the nature of language C) an approach: to simplifying the grammatical structure of a language D) an attempt to clarify misunderstanding about the origin of language(C)

最新最全四川大学考博真题

史学通论 2008 一、结合本专业实际论历史记忆与历史书写之关系。 二、如何认识历史领域后现代主义的当代挑战。 2009 一、结合实例说明历史学的社会功能。 二、史学领域的后现代主义思潮述评。 2010 一、论历史思维的方法。 二、结合史学理论与实践谈谈你对“史学即史料学”这一观点的认识。 中国古代史 2008 一、简要解释或回答以下各题。 1、刘知几与章学诚。 2、中国古代文献的四部分类法。 3、中国古代货币的主要类型。 4、结合你所报专业介绍四川大学的史学前辈学者。 二、简要论述下列各题: 1、“安史之乱”后唐代社会的变化。 2、“汉承秦制”。 2009 一、必做题 唐代有哪些主要宗教?请分别予以简略介绍。 二、选做题: 1、试论秦统一的历史原因。 2、中国历史出现过哪些重要的图书分类方法?这些分类法的代表作有 哪些?试分析这些分类法的适用范围及其优劣。 3、试论儒墨学说的异同及其对后世的影响。 4、试论“两个体系”(覆盖人民群众的档案资源体系和方便人民群众的 档案利用体系)的建设问题或者论述从藏书建设到文献资源建设到信 息资源建设理论嬗变的时代背景与发展进程。 5、略述春秋战国时期“百家争鸣”发生的社会背景和主要派别。 6、迄今为止,有关中国儒学史(或经学史)分期的观点主要有哪些?试 对这些分期法的优劣进行评析,谈谈你自己对中国儒学(或经学)发 展主要阶段的基本认识。 2010 一、必做题: 试述汉武帝时期实行的“罢黜百家,独尊儒术”政策的提出、内容及影响。 二、选做题: 1、举例说明战国时期著名的水利工程及其对当时社会经济的影响。 2、简论中国古代官私书目的历史发展及其功能。 3、试论秦统一的主要原因。

北理工考博数值分析——试卷

一、填空题:(共20分) 1.非奇异矩阵的条件数为,条件数的大小反映了方程组的 。 2.的相对误差和的相对误差之间的关系是。 3.给出一个求解对任意初值都收敛的迭代公式 ,说明如何获得及收敛理由。 4. 设为互异节点,为对应节点上的拉格朗日插值基函数,则, 。 5.设互异,则当时,;。 6.数值积分公式的代数精确度 是,____ Gauss型求积公式。 二、(10分)设阶矩阵对称正定,用迭代公式 求解。问实数取何值时迭代收敛? 三、(13分)设有线性方程组, (1)将系数矩阵A分解为 ,求;(2)求解方程组。

四、(10分)用最小二乘法确定中的参数和,使该函数曲线 拟合于下 列形式的数据(推导满足的正则方程组)。 五、(10分)求四次插值多项式,使其满足条件 ,并写出插值余项。 六、(10分)设,考虑方程,证明求解该方程的牛 顿法产生的序列(其中)是收敛的;并求,使得 。 七、(15分)对于积分,当要求误差小于时,用复化梯 形公式及 复化抛物线公式计算近似值时,所需节点数及步长分别为多少?计算满足精度要求的 近似值。 八、(12分)试求系数,使3步公式 的阶数尽可能高,并写出其局部截断误差的主项。

一、(12分)设有线性方程组, (1)将系数矩阵A分解为L和U的乘积,其中L是单位下三角阵,U是上三角阵; (2)解线性方程组。 二、(18分) (1)已知数据: 试分别用线性及二次插值计算的近似值,并估计误差。 (2)设,试求三次插值多项式使得 , 并对任一写出误差估计式。 三、(20分) (1)设线性方程组的系数矩阵

试写出收敛的迭代计算公式; (2)若线性方程组的系数矩阵,用表示 迭代法和迭代法收敛的充分必要条件。四、(15分) (1)若用复化梯形、复化辛普森公式计算积分的近似值,要求计算结果有5位有效数字,分别应取多大? (2)选一复化求积公式计算积分的近似值,要求截断误差小于。 五、(10)确定,使求积公式 的代数精确度尽可能高,并指出是否是型求积公式。 六、(15分)试用法推导出求近似值的迭代 格式, 并用导出的公式计算的近似值,要求误差不超过。 七、(10分)已有求解常微分方程的二步公式: 欲使此格式的整体截断误差达到最高阶,应取何值,并说明公式是几阶方法。

同济大学数值分析试卷

同济大学课程考核试卷(A 卷) 2006 — 2007 学年第 一 学期 命题教师签名:陈雄达 审核教师签名:徐承龙 课号:122145 课名:数值方法与计算机算法 考试考查: 考查 此卷选为:期中考试( )、期终考试(√)、重考( )试卷 年级 专业 学号 姓名 任课 (注意:本试卷共 7 大题, 2 大张,满分100分.考试时间为120分钟。要求写出解题过程,否则不予 计分。 一至五题为笔算题,要求给出答案;六、七题为编程题,请只用Matlab 编写) 一、 (12分)已知函数2)(3-=x x f ,求一个四次多项式)(x p ,满足下面的插 值条件: .1)1(')1(' ,3,2,1,0 ),()(+===f p k k f k p 且 二、 (12分)利用追赶法求下面方程的解: .4411303120211033411354321????????? ???????---=????????????????????????????????------x x x x x 三、 (12分)待定下面求积公式中的参数α,使其代数精度最高,并指明其代 数精度: ?-++=h f h f h f f h x x f 0 )).0(')('())()0((2 d )( α 四、(12分)试写出一个迭代格式求解下面的线性代数方程组,使其对任意初始 向量皆收敛:

???? ??????=????????????????????210108481044410321x x x . 五、(12分)用显式Euler 方法计算下述微分方程在步长25.0=h 时的近似解: ?????≤≤=-=.10, 1)0(),1(4d d x y xy x y 六、(20分)下面的数据表近似地满足函数21cx b ax y ++=,请适当变换成为线性最小二乘问题,编程求最好的系数 c b a ,,,并在同一个图上画出所有数据和函数图像. 625 .0718.0801.0823.0802.0687.0606.0356.0995.0628.0544.0008.0213.0362.0586.0931.0i i y x ---- 七、(20分)若在Matlab 工作目录下已经有如下两个函数文件,写一个割线法程序,求出这两个函数精度为1010-的近似根,并写出调用方式:

川大历年考博分数线

四川大学2011年博士入学考试初试合格分数线 学科门类、一级学科名称或专业名称外语专业 备注 010107 宗教学 6067 02 经济学 6675 0301 法学 6068 030503 马克思主义中国化研究 6468 0501 中国语言文学 6468 0502 外国语言文学 5660 0503 新闻学 6575 06 历史学(不含060102) 6475 060102考古学及博物馆学 6065 0701 数学、0702物理学 5560 0703 化学 6468 0710 生物学 6060 08 工学(不含0802、0803、0804、0805、 0807、0808、0810、0812、0817、0831) 5560 0802、0804、080501、080521、0807、 0817 6065 0803、08106265 080502、080503、080520、080522、 0812、0831 6468 0808 6875 090403 农药学 6060 1001 基础医学 6468

1002 临床医学、1081临床医学博士 6468 1003 口腔医学、1082口腔医学博士 6570 1004 公共卫生与预防医学 6065 100602 中西医结合临床 6468 1007 药学 6468 1201 管理科学与工程 5965 1202 工商管理(不含120203)5965 120203旅游管理7075 120402 社会医学与卫生事业管理 5965 少数民族高层次骨干 人才计划 汉族 7073 少数民族 5060 差额 政治理论(同等学力加试)60 四川大学2012年博士入学考试初试合格分数线 四川大学2012年博士入学考试初试合格分数线 学科门类、一级学科名称或专业名称外语专业备注0101 哲学(不含010106 010107)68 75 010106 美学 010107 宗教学67 72 02 经济学60 65 0301 法学71 75 030503 马克思主义中国化研究59 64 0501 中国语言文学60 69 0502 外国语言文学60 65 0503 新闻传播学65 75 06 历史学(不含060100 0602)68 78 060100 考古学54 70 0602 中国史65 77

2019年沈阳工业大学2019年博士招生考博英语考博真题(Word可编辑)

沈阳工业大学 2019 年博士研究生招生考试题签 (请考生将题答在试题紙上,答在题签上无效) Part I Vocabulary (15 points, 0.5 for each) Directions: In this section, there are 30 sentences, each with one word or phrase underlined. Choose the one from the 4 choices marked A, B, C and D that best keeps the meaning of the sentence. Then mark the corresponding letter with a single line on the ANSWER SHEET 1.The of AIDS has led to an expansion in research seeking a cure A. Innovation B. selection C.proliferation D.Conviction 2.Most importantly, such an experience helps a heightened sensitivity to other cultures and will bring about a greater appreciation of one's own culture as well A.contain B.foster C.discover D.censor 3.The talks between China and Japan were the base of the later agreements A. Initial B.final C. terminal D. primitive 4.Metals we found in the earl iron, lead , and copper. https://www.360docs.net/doc/6010897481.html,prise B.contain C.conclude https://www.360docs.net/doc/6010897481.html,pose 5.Tom give me a new bicycle as for the one he lost. A.substitut https://www.360docs.net/doc/6010897481.html,pensation C.reward D.bonus 6.Over the past ten years, natural gas production has remained steady, but has risen steadily. A.Consuinption B.disposal C.Condition D.disposition 7.The Brons lived in a and comfortably furnished house in the countryside A.spacious B.sufficient C. Efficient D. Constant 8.David was by his family because he worked with a gang of criminals to rob the commercial bank. A. Abolished B.diminished C.deserted D.dismissed 9.The talks between the two leaders have reached a stage. A.critical B.criticism C.deserted D.dismissed 10.These goods are for export, though a few of them may be sold on the home market. A. essentially https://www.360docs.net/doc/6010897481.html,pletely C.necessarily D.remarkably 11.We love peace, yet we are not the kind of people to any military threat. A.yield up B.yield to C.yield in D.yleid at 12.John used to his teacher's tone and gestures to make his classmates laugh. A.imitate B.stimulate C.initimate D. Resemble 13.The professor the translation of a German novel. A.is engaged with B.is busy in C.is occupied with D.is absorbed to 14. The findings appears to the laws of physics. A.violent B.Violate C. V oluntary D.violet 15. It is rather that we do not know how many species there are in the worl D. A.embarrassing B.boring C.demanding D.Violet 16. Science is still largely the causes of man kinds of cancer.

四川大学2015考博真题

四川大学2015年博士研究生入学考试英语试题 I. Reading Comprehension (30%; one mark each) Directions: Read the following six passages. Answer the questions below each passage by Choosing [A], [B], [C], or [D]. Write your answers on the Answer Sheet. Passage One Speech is so familiar a feature of daily life that we rarely pause to define it. It seems as natural to man as walking, and only less so than breathing. Yet it needs but a moment's reflection to convince us that this naturalness of speech is but an illusory feeling. The process of acquiring speech is, in sober fact, an utterly different sort of thing from the process of learning to walk. In the case of the latter function, culture, in other words, the traditional body of social usage, is not seriously brought into play. The child is individually equipped, by the complex set of factors that we term biological heredity, to make all the needed muscular and nervous adjustments that result in walking. Indeed, the very conformation of these muscles and of the appropriate parts of the nervous system may be said to be primarily adapted to the movements made in walking and in similar activities. In a very real sense, the normal human being is predestined to walk, not because his elders will assist him to learn the art, but because his organism is prepared from birth to take on all those muscular adaptations that result in walking. To put it concisely, walking is an inherent, biological function of man. Not so language. It is of course true that in a certain sense the individual is predestined to talk, but that is due entirely to the circumstance that he is born in the lap of a society that is certain to lead him to its traditions. Eliminate society and there is every reason to believe that he will learn to walk, if, indeed, he survives at all. But it is just as certain that he will never learn to talk, that is, to communicate ideas according to the traditional system of a particular society. Or, again, remove the new-born individual from the social environment into which he has come and transplant him to an utterly foreign one. He will develop the art of walking in his new environment very much as he would have developed it in the old. But his speech will be completely at variance with the speech of his native environment. Walking then is a general human activity that varies only within a restricted limit as we pass from individual to individual. Its variability is purposeless. Speech is a human activity that varies without assignable limit as we pass from social group to social group, the product of long-continued social usage. It varies as all creative effort varies ... not as consciously, perhaps, but none the less as truly as do the religions, the beliefs, the customs, and the arts of different peoples. Walking is an organic, an instinctive, function; speech is a non-instinctive, acquired, “cultural” function. 1. The first sentence of Paragraph Two, "Not so language", is the closest in meaning to() [A] This is not the case with language [B] So is language and net anything else [C] No such a thing exists in language [D] Not so much with language 2. The real difference between the ability to walk and the ability to talk is that (). [A] the former is like breathing while the latter is not [B] the former does not require social interaction while the latter does [C] the former requires muscular movement while the latter does not [D] the former is predestined while the latter is not

相关文档
最新文档