皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【判断题】
Read the story. Then answer the questions. Circle T (True) or F (False). Carl was driving home from work. It was raining very hard and he could hardly see out of the window. After he passed the corner of Main Street and Church Street, he heard a police siren. He didn’t think anything of it and kept driving. Suddenly he saw the flashing red light of a police car right behind him. The siren sounded again and Carl pulled over to the side of the street. The officer got out of his car and Carl opened his window. The officer said, “You know you didn’t stop for the traffic light back there at Church Street.” “That’s incredible!” answered Carl. “I always stop for traffic lights. I don’t know what happened.” “Yeah, yeah. I know,” answered the police officer. “You can tell your story to the judge in court.” And he wrote out a traffic ticket and handed it to Carl. When he got home, Carl told his wife what had happened. “Oh no,” she said. “You have to learn to be more careful. Now our car insurance is going to cost us more.” T F Carl was driving on Main Street.
A.
正确
B.
错误
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】通过DOM,javascript可以:
A.
JavaScript 不能改变页面中的所有 HTML 元素
B.
JavaScript 能够改变页面中的所有 HTML 属性
C.
JavaScript 能够改变页面中的所有 CSS 样式
D.
JavaScript 能够对页面中的 部分事件 做出反应
【多选题】浏览器中的JavaScript可以完成的任务有( )。
A.
操纵浏览器对象
B.
操纵DOM树
C.
进行XML编程
D.
通过XMLHttpRequest对象与服务器端进行异步通信,即Ajax技
【单选题】下列关于编译型和解释型语言的说法错误的是
A.
编译型源程序执行之前,将源代码转换成目标代码
B.
编译型程序执行快,而解释型则相对慢
C.
编译型源代码计算机无法直接识别,需要编译,而解释型源代码计算机可以直接识别
D.
解释型语言编写的程序不进行预先编译,以文本方式存储程序代码
【单选题】哪种方法不能测定水中的氯化物含量?( )
A.
莫尔法
B.
汞盐滴定法
C.
电位滴定法
D.
高锰酸钾法
【单选题】若变量已正确定义 , 则下面程序段的输出结果是 ( ). i=0; do { printf("%d,",i); }while(i++); printf("%d\n",i);
A.
0,1
B.
0,0
C.
程序进入无限循环
D.
1,1
【单选题】蛋白质翻译后加工中一般不包括的是( )
A.
糖蛋白的糖基化
B.
赖氨酸、脯氨酸的羟化
C.
丝氨酸、苏氨酸的磷酸化
D.
蛋氨酸的甲酰化
【单选题】“按照《人口与计划生育法》第4l条规定缴纳社会抚养费的人员,是国家工作人员的,还应当依法给予行政处分;其他人员还应当由其所在单位或者组织给予纪律处分。”属于
A.
行政责任
B.
民事责任
C.
刑事责任
D.
道德责任
【单选题】哪种方法不能测定水中的氯化物含量( )。
A.
汞盐滴定法
B.
电位滴定法
C.
莫尔法
D.
高锰酸钾法
【多选题】JavaScript可以做什么
A.
操纵浏览器对象
B.
操纵 DOM 树
C.
通过 XMLHttpRequest 对象与服务器端进行异步通信
D.
XML 编程
E.
与浏览器插件的交互
【单选题】若变量已正确定义,则下面程序段的输出结果是( ). i=0; do printf("%d,",i);while(i); printf("%d\n",i);
A.
0,0
B.
0,1
C.
1,1
D.
程序进入无限循环
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题