【判断题】【消耗次数:1】
A: You look tired. Let us have a rest, will you? B: I agree with you.
正确
错误
参考答案:
复制
纠错
相关题目
【单选题】 --I went to the beach and got plenty of rest. --_______. You looked tired last time I saw you.
①  :I hope so
②  :Really
③  :Im glad you did
④  :The sound was nice
【单选题】 You look _______. Did you have a rest all night?
①  tire
②  tired
③  tiring
【单选题】 A: Its a long journey. You look tired. [填空]? B: Yes. Could you take that suitcase, please? A: Sure.
①  Wheres your luggage
②  How can I help you
③  Do you mind my help
④  May I help you with anything
【多选题】 Im_________ to agree with you.
①  can
②  cant
③  unable
④  not able
【单选题】 I look younger because I do _________ exercise than you.
①  many
②  much
③  more
④  most
【单选题】 If you_______have a rest, you will have a bad cough.
①  won’t
②  wouldn’t
③  don’t
【判断题】 A: Have a nice weekend! B: The same to you.
①  正确
②  错误
【判断题】 A: I wish you success in the final exam. B: The same to you.
①  正确
②  错误
【多选题】 A: I have a headache. I feel weak and tired.B: You ___________ go to see a doctor.
①  should
②  should not
③  had better
④  had better not
【单选题】 A: You look a little pale. Are you OK? B: [填空], I feel terrible.
①  To tell you the truth
②  To speak out
③  To begin with
④  To sum up
随机题目
【简答题】 要求设计并制作一个表达某个主题的网站,通过网站的制作,综合运用本课程各单元所学的知识。网站的内容不能是一些素材如图片、音乐等的堆积,必须有鲜明的主题。自己确定一个主题,整个网站要突出主题,信息分类合理,导航清晰。要求必须有自己创作的内容,这些原创内容可以是文字、图片、动画等,至少5个页面。
【单选题】 查看以下代码,class为div2的div到窗口左上角(0,0)的坐标是:(???)? ...(省略)? .div1{? ???width:100px;? height:100px;? ?position:relative;? margin:100px?0px?0px?50px;? }? .div2{? ?width:100px;? height:100px;? ?position:absolute;? left:50px;top:50px;? }? ...(省略)? ? ?
①  50,50
②  50,100
③  100,100
④  100,150
【单选题】 在int a=3,int *p=a;中,*p的值是()
①  变量a的地址值
②  无意义
③  变量p的地址值
④  3
【单选题】 设有函数T Sum(T x,T y){return x+y;},其中T为模板类型,则下列语句中对该函数错误的使用是( )
①  Sum(1,2);
②  Sum(0,2);
③  Sum(‘A’,‘C’);
④  Sum(A,C);
【单选题】 已知:p是一个指向类A数据成员m的指针,A1是类A的一个对象。如果要给m赋值为5,正确的是()
①  Ap=5;
②  A1
③  -A*p=5;
④  *Ap=5;
【单选题】 要禁止修改指针p本身,又要禁止修改p所指向的数据,这样的指针应定义为()
①  const char *p=“ABCD”;
②  char *const p=“ABCD”;
③  char const *p=“ABCD”;
④  const char * const p=“ABCD”;
【单选题】 函数默认参数在函数原型中说明,默认参数必须放在参数序列的( )
①  前部
②  中部
③  后部
④  两端
【单选题】 下列哪个编译指令属于条件编译指令( )
①  #include
②  #define
③  #else
④  #pragma
【单选题】 在下列成对的表达式中,运算结果类型相同的一对是( )
①  7/2和0/0
②  7/0和7/2
③  0/2和7/2
④  0/0和0/2
【单选题】 C++源程序文件扩展名为( )
①  .cpp
②  .h
③  .1ib
④  .obj