【单选题】【消耗次数:1】
—Youshouldhavethankedherbeforesheleft.— Imeant_______,butwhenIwasleavingIcouldntfindheranywhere.
to do
to
doing
doing so
参考答案:
复制
纠错
相关题目
【单选题】 —Youshouldhavethankedherbeforesheleft.—Imeant_______,butwhenIwasleavingIcouldntfindheranywhere.
①  to do
②  to
③  doing
④  doing so
【单选题】 —Youshouldhavethankedherbeforesheleft.—Imeant_______,butwhenIwasleavingIcouldntfindheranywhere.
①  to do
②  to
③  doing
④  doing so
【单选题】 He wished to earn a living through writing but ( ) doing so.
①  succeeded in
②  was proud of
③  despaired of
④  was pleased with
【单选题】 — Do you want to go to see a movie?— ______________ I feel like doing something different.
①  Dont mention it.
②  Yes. I want it.
③  Not really.
④  Adeal.
【单选题】 A: How are you doing?B: [填空].
①  Good night
②  Not so bad. And you?
③  I m pleased.
④  How do you do?
【判断题】 What?has she doing?
①  正确
②  错误
【判断题】 What was Mary doing yesterday?
①  正确
②  错误
【单选题】 If you follow these steps below, youll know what is worth seeing and doing, so that you can ( ) your time at the museum.
①  make a plan for
②  make ends meet
③  make sure of
④  make the most of
【单选题】 —Good morning, John. How are you doing?—____.
①  Im pleased.
②  Good night.
③  Not so bad. And you?
④  How do you do?
【单选题】 --Good morning,John. How are you doing?--________________
①  Im pleased.
②  Good night.
③  Not so bad. And you?
④  How do you do?
随机题目
【单选题】 在存储管理中,采用覆盖与交换技术的目的是?
①  减少程序占用的主存空间
②  物理上扩充主存容量
③  提高CPU效率
④  代码在主存中共享
【单选题】 用空白链记录内存空白块的主要缺点是?
①  链指针占用了大量的空间
②  分配空间时可能需要一定的查链时间
③  不好实现“首次适应法”
④  不好实现“最佳适应法”
【单选题】 把逻辑地址转换程物理地址称做什么?
①  地址分配
②  地址映射
③  地址保护
④  地址越界
【单选题】 通常所说的“存储保护”的基本含义是下列哪一项?
①  防止存储器硬件受损
②  防止程序在内存丢失
③  防止程序间相互越界访问
④  防止程序被人偷看
【单选题】 在可变分区存储管理中的紧凑技术可以实现下列哪一项?
①  集中空闲区
②  增加主存容量
③  缩短访问时间
④  加速地址转换
【单选题】 在下面关于虚拟存储器的叙述中,正确的是?
①  要求程序运行前必须全部装入内存且在运行过程中一直驻留在内存
②  要求程序运行前不必全部装入内存且在运行过程中不必一直驻留在内存
③  要求程序运行前不必全部装入内存但是在运行过程中必须一直驻留在内存
④  要求程序运行前必须全部装入内存但在运行过程中不必一直驻留在内存
【单选题】 在内存分配的“最佳适应法”中,空闲块是按哪种方式排序?
①  起始地址从小到大排序
②  始地址从大到小排序
③  块的大小从小到大排序
④  块的大小从大到小排序
【单选题】 存储管理方法中,哪一类可采用覆盖技术?
①  单一连续区
②  可变分区存储管理
③  段式存储管理
④  段页式存储管理
【单选题】 LRU置换算法所基于的思想是下列哪一项?
①  在最近的过去用得少的在最近的将来也用得少
②  在最近的过去用得多的在最近的将来也用得多
③  在最近的过去很久未使用的在最近的将来会使用
④  在最近的过去很久未使用的在最近的将来也不会使用
【单选题】 分区管理和分页管理的主要区别是?
①  分区中的块比分页中的页要小
②  分页有地址映射而分区没有
③  分页有存储保护而分区没有
④  分区要求一道程序存放在连续的空间内而分页没有这种要求