题目内容

[听力原文]W: What kind of books do you like to readM: I used to read a lot of story books, but now I prefer books about cooking and art. What kind of books did the man use to like()

A. Books about cooking.
Books about art.
C. Books about cooking and art.
D. Story books.

查看答案
更多问题

A. artistic gymnastics B. triple jumpC. discus throw D. rhythmic gymnasticE. relay race F. javelin throwsG. walking race H. shot putI. 110m hurdles J. beach volleyballK. pole vault L. synchronized swimmingM. weight lifting N. cross country skiingO. sprint race P. track & field ()竞走()花样游泳

[听力原文]8-10W: Hi, Xiao Wang. What are you going to do this weekendM: I’ve no idea. What about youW: How about going out for some exercisesM: Good idea!W: Do you like to play tennisM: You’ve just found the right one.W: You must play a lot!M: In fact, I play table tennis more. That’s my favorite sport.W: Well, that’s fantastic! I think we can go to the court for both these sports.M: Really I can’t wait going right now.W: So let’s make it 2 o’clock at the school gate this Saturday afternoon.M: Ok, see you then. What is this conversation mainly about()

A. Hobbies.
B. Weekend arrangements.
C. Table tennis.
D. Tennis.

( )俗话说“没有规矩,不能成方圆”这句话体现的道德规范要求是明礼诚信。

A. 对
B. 错

以下程序段用以统计链表中元素的个数。其中first指向链表第一个结点,count用来统计结点个数。请填空。 struct link { char data; struct link * next; } struct link * p,* first; | int count=0; p=first; while( 【17】 ) { 【18】 ; p= 【19】 ; }

答案查题题库