皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
In America: There are many more cars than in China. Maybe the number of cars in California is the same as the number in China. But there are fewer traffic jams and accidents in America than in China. We hardly see traffic police in the street, but all cars obey traffic rules strictly , and people hardly find that a car does not obey traffic rules in the street. About America traffic rules, there are many better terms , such as: 1. Stop line: There are stop line in all crossing without traffic lights(some have two stop lines and others have four stop lines); all cars must stop while meeting the stop lines. 2.Traffic lights: There are traffic lights in the crossing of the road .Cars may almost turn every direction. the traffic lights can give signals step by step including u-turn . There is a kind of middle lane of turning left. When a car wants to turn left in the road, he may enter into the middle lane of turning left and give a signal of turning left. When he thinks being safe he may turn left. 3. Specific item: Such as parking, there are three kinds of lines (its color are white, blue or red) in the roadside. Every line may park different kinds of cars. There are streets in some residential(住宅区) areas, and no car can park at any time or any period time. 4. About the priority (优先权) of passengers and cars: At any case, passengers have the priority to cars. But only after passengers have passed the road and gotten the top of sidestep, cars may go ahead. In general, traffic rules of America are very specific, convenient and safe. 小题1:According to the passage, we can know________. A.there are more traffic jams and accidents in America than in China B.traffic policemen are often seen in the street in America C.California may have as many cars as China D.You can easily find that a car does not obey traffic rules in the street in America 小题2:When you meet a stop line while driving a car in the crossing without traffic lights,,_____. A.you can go ahead B.you can turn left C.you can have a u-turn D.you must stop 小题3:Which color is not include in the parking lines in America ? A.yellow B.blue C.red D.white 小题4:Which of the following is true? A.Any car can park at any time or any period time in the streets in some residential areas. B.While giving a signal of turning left and being safe, you can turn left in the middle lane of turning left C.At any case, cars have the priority to passengers. D.You can park your car at any one of the three parking lines. 小题5:This passage mainly talks about________ A.the priority of passengers and cars B.the traffic lights C.the stop line D.American traffic rules
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】I can help you with your English.   --_____________.
A.
You are a good man
B.
You are so kind
C.
That' s very kind of you
D.
That' s right
【单选题】请读程序: int main() { char *p; char s[80]; scanf("%s", s); p=s[0]; printf("%s", p); return 0; } 请判断上面程序选出正确答案是( )。
A.
错误:p=s[0];   正确:p=*s;
B.
错误:p=s[0];   正确:p=s[];
C.
错误:p=s[0];   正确:p=s;
D.
错误:p=s[0];   正确:p=&s;
【单选题】阅读下列程序说明和程序,在每小题提供的若干可选答案中,挑选一个正确答案 【程序说明】 以下程序判断字符串是否有重复的字符。 【程序】 import java.util.Scanner; class Test{ public static void main(String args[ ]){ Scanner scan=new Scanner(System.in); String s...
A.
break
B.
continue
C.
exit
D.
return
【单选题】阅读下列程序,则执行后的结果为 #include'stdio.h' main() { int c[][4]={1,2,3,4,5,6,7,34,213,56,62,3,23,12,34,56}; printf('%x,%x/n',c[2][2],*(*(c+1)+1));}
A.
3e,6
B.
62,5
C.
56,5
D.
3E,6
【单选题】— If you have any trouble , be sure to call me . — .
A.
I’m sorry to hear that
B.
I will . Thank you very much .
C.
I have no trouble .
D.
I will think it over .
【单选题】请读程序: # include<srdio.h> main( ) { int n[2],i,j,k; { for(i=0,i<2;i + + )n[i]=0; k=2; for(i=0;i<k;i+ +) {for(j=0;j<k;j+ +)n[j]=n[i]+l; print{('%d/n',n[k]); } 上面程序片段输出结果是 ( )
A.
不确定的值
B.
3
C.
23
D.
1
【单选题】抗肿瘤药物卡莫司汀属于
A.
亚硝基脲类烷化剂
B.
氮芥类烷化剂
C.
嘧啶类抗代谢物
D.
嘌呤类抗代谢物
E.
叶酸在抗代谢物
【判断题】销售渠道是指产品从生产企业向最终消费者直接或间接转移所有权所经过的途径
A.
正确
B.
错误
【单选题】阅读下面程序,则程序段的功能是 #include'stdio.h' main() { int c[]={23,1,56,234,7,0,34},i,j,t; for(i=1;i<7;i++) { t=c[i];j=i-1; while(j>=0 && t>c[j]) { c[j+1]=c[j];j--;} c[j+1]=t;} for(i=0;i<7;i++) printf('%d',c[i]);...
A.
对数组元素的升序排列
B.
对数组元素的降序排列
C.
对数组元素的倒序排列
D.
对数组元素的随机排列
【单选题】—Do you think the phone is genuine(真品)? —I don’t think it ______ be a fake, as this shop has a very good reputation.
A.
must
B.
might
C.
can
D.
would
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题