柠檬试题库
search
首页
计算机
公务员
驾照
关于
share
雪天在高速公路上驾驶时,关于安全车距错误的说法是什么?
A.雪天路滑,制动距离比干燥柏油路更长
B.雪天能见度低,应该根据能见度控制安全距离
C.能见度小于200m时,与前车至少保持50m的安全距离
D.能见度小于50m时,应该驶离高速公路
热度🔥222
参考答案:C
解析:
驾驶机动车在高速公路上行驶,遇见低能见度气象条件时,能见度在200米以下,车速不得超过60公里/小时,与同车道前车至少保持100米的车距以保证安全。
复制题目向AI提问
content_copy
content_copy
扫码免费计算机二级刷题
2025年计算机等级考试题库
推荐
有以下程序 #include main() { struct STU { char name[9]; char sex; double score[2]; }; struct STU a={"Zhao", 'm', 85.0, 90.0}, b={"Qian", 'f', 95.0, 92.0}; b=a; printf("%s,%c,%2.0f,%2.0f\n", b.name, b.sex, b.score[0], b.score[1]); } 程序的运行结果是
IEEE制定的生成树协议标准是()
如果在一台主机的Windows环境下执行Ping命令得到下列信息: Pinging www.nankai.edu.cn [202.113.16.33] with 32 bytes of data: Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Reply from 202.113.16.33: bytes=32 time<1ms TTL=128 Ping statistics for 202.113.16.33: Packets: Sent = 4, Received = 4, Lost = 0(0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms 那么下列结论中无法确定的是()。
关于Maze的描述中,正确的是
计算机系统软件中,最基本、最核心的软件是( )。