法考网课百度网盘|视频|资料已整理
| 资料 | 全科都有 |
|---|---|
| 法考网课百度网盘 视频 资料 PDF | https://pan.quark.cn/s/93750a162ca3 |
【英语真题】 1. The manager decided to postpone the meeting until next week. The word "postpone" is closest in meaning to( ) A. put off to a later time B. cancel permanently C. hold immediately D. ignore completely 答案:A 解析:postpone 表示"推迟、延期",与 put off to a later time 意思接近。 2. She has a remarkable ability to memorize long passages quickly. The word "remarkable" means( ) A. ordinary and common B. worthy of attention C. impossible to use D. difficult to read 答案:B 解析:remarkable 表示"值得注意的、非凡的"。【数学真题】 1. 若函数 g(x)=sin(2x),则 g'(x)=( ) A. cos(2x) B. 2cos(2x) C. -2cos(2x) D. 2sin(2x) 答案:B 解析:对 sin(2x) 求导,由链式法则得 g'(x)=2cos(2x)。 2. 不等式 |x-3|<5 的解集为( ) A. (-2, 8) B. (-8, 2) C. (3, 8) D. (-2, 3) 答案:A 解析:|x-3|<5 等价于 -5<x-3<5,即 -2<x<8。【计算机真题】 1. 在关系数据库中,SQL 语言中用于修改表中数据的命令是( ) A. UPDATE B. CREATE C. DROP D. SELECT 答案:A 解析:UPDATE 用于修改表中已有记录的数据。 2. 操作系统中,进程与线程的主要区别是( ) A. 进程是资源分配的基本单位,线程是 CPU 调度的基本单位 B. 进程比线程轻量级 C. 线程不能并发执行 D. 进程不能共享内存 答案:A 解析:进程拥有独立的地址空间,是资源分配单位;线程共享进程资源,是 CPU 调度单位。