【判断题】【消耗次数:1】
判断句子翻译是否正确Exercising helps relax your body and has been shown to relieve mental stress as well.锻炼帮助身体松懈并且已经被展示来减轻脑力压力。
正确
错误
参考答案:
复制
纠错
相关题目
【判断题】 判断句子翻译是否正确Knowing when and how to relax should be a part of well-balanced lifestyle. 知道何时放松和怎样放松应该成为均衡生活的一部分。
①  正确
②  错误
【判断题】 判断句子翻译是否正确Travelling at home and abroad has now become convenient and affordable. 家里的和国外的旅游现在已经变得方便和负担得起。
①  正确
②  错误
【判断题】 判断句子翻译是否正确Ones health should never be sacrificed for a need to work hard. 人永远不该为了努力工作的需要而牺牲身体健康。
①  正确
②  错误
【判断题】 判断句子翻译是否正确Generally speaking, the languageused in public speaking is formal in style, clear and vivid in tone and persuasive in purpose.一般来说,公共演讲中所用的语言文体正式,惟妙惟肖,具有说服力。
①  正确
②  错误
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”Many joggers feel that if they can succeed in jogging, they can succeed in other things as well.
①  正确
②  错误
【单选题】 ____ you know, David has been well lately.
①  Which
②  As
③  What
④  When
【判断题】 答题说明:句子没有语法错误请选择“正确”,有语法错误请选择“错误”It has been find that not just flowers, but all living things have cycles of activity.
①  正确
②  错误
【单选题】 A(n)____ person is one who has much knowledge and the ability to use it well.
①  smart
②  intelligent
③  clever
④  wise
【单选题】 _____the stress of examinations are over, we call all relax.
①  while
②  Even though
③  Now that
④  For
【判断题】 Internet shortens as well as enlarges the distance between us. 请判断此句是否语法正确。
①  正确
②  错误
随机题目
【单选题】 以下程序段运行后变量k的值为()。intm=7,n=2,k;k=(m^n)
①  0
②  98
③  20
④  10
【单选题】 设已定义floata=2.0,b=3.0;使a值为5.0的表达式是()。
①  a+=b
②  a*=b+2.0
③  a/=b+2.0
④  a-=b+2.0
【单选题】 能正确表示数学关系式100≤s<300的表达式为()。
①  (s=100)(s300)
②  100=s300
③  (s=100)(s300)
④  (s=100)and(s300)
【单选题】 若有定义:inta;且表达式!a的值为0,则表达式()的值为1。
①  a!=0
②  a==0
③  a=0
④  !(a0||a0)
【单选题】
①  16,16
②  16,-16
③  -7,17
④  17,-7
【单选题】 若有以下定义:structnode{intdata;structnode*next;}*p,*q;已建立如下图所示的链表:┌──┬──┐┌──┬──┐...p→│data│next┼→│data│NULL│└──┴──┘└──┴──┘┌──┬──┐q→│data│next│└──┴──┘不能将指针q所指结点连到上图所示链表末尾的语句是()。
①  q-next=NULL;p=p-p-next=q;
②  p=p-p-next=q;q-next=NULL;
③  p=p-q-next=p-p-next=q;
④  q-next=p-p=p-p-next=q;
【单选题】 若已定义intx=5,y=9,z;语句z=x运行后z的值为()。
①  1
②  t
③  0
④  f
【单选题】 在循环语句的循环体中,break语句的作用是()。
①  继续执行break语句之后的循环体各语句
②  提前结束循环,接着执行该循环后续的语句
③  结束本次循环
④  暂停程序的运行
【单选题】 已有定义charstr1[15]={"computer"},str2[15];则语句用法正确的是()。
①  str2=str1;
②  str2="science";
③  scanf("%s",str2);
④  printf("%s",str1);
【单选题】 下面程序的运行结果是()。#includestdio.huniondata{inti;charc;doubled;}a[2];voidmain(){printf("%d\n",sizeof(a));}
①  16
②  8
③  4
④  2