一起答
单选

某操作系统的内存管理采用段式管理,内存分配采用最先适配算法,计算机的内存为50MB,刚开始时内存均未使用。经过一段时间的运行(其内存申请、释放的序列为:申请20MB—申请15MB—申请10MB—释放15MB—申请10MB—释放20MB—申请8MB)以后,内存中存在(23)。

  • A.2个空闲块,长度分别为10MB、12MB
  • B.3个空闲块,长度分别为12MB,5MB,5MB
  • C.1个空闲块,长度为22MB
  • D.4个空闲块,长度分别为5MB、5MB、5MB、7MB
参考答案
查看试卷详情
相关试题
  1. (94)

    • A.details
    • B.documents
    • C.tails
    • D.tenants
  2. (91)

    • A.conduct
    • B.contract
    • C.contrast
    • D.construct
  3. (92)

    • A.consulting
    • B.containing
    • C.querying
    • D.queuing
  4. (93)

    • A.erases
    • B.provides
    • C.proves
    • D.values
  5. The relational database model requires the data be(71)through programs that don't rely on the position of the data in the database. This is in direct(72)to the other database mode, where the program has to follow a series of pointers to the data it seeks. A program(73)a relational database simply asks for the data it seeks; the DBMS performs the necessary searches and(74)the information.  The(75)on how the search is done are specific to the DBMS and vary from product to product.

    • A.accessed
    • B.moved
    • C.read
    • D.wrote
  6. (89)

    • A.live
    • B.dwell
    • C.occupy
    • D.reside
  7. (86)

    • A.making
    • B.makes
    • C.taking
    • D.took
  8. (87)

    • A.include
    • B.includes
    • C.exclude
    • D.including
  9. (88)

    • A.it
    • B.itself
    • C.that
    • D.which
  10. The kernel is the(66)of an operating system such as Windows98, Windows NT, Mac OS or Unix. The kernel provides basic services for the other parts of the operating system,(67)it possible for it to run several programs at once(multitasking), read and write files and connect to networks and peripherals. Applications and utility programs use the services provided by the kernel to provide practical business functionality.

    In operating systems such as Windows or most versions of Unix, the kernel(68)everything except application and utility programs.

    In microkernel operating systems such as Digital Unix and Apples forthcoming Mac OS Server, the kernel(69)supports only multitasking and memory management. Other services such as applications, utilities and the user interface support device drivers, API and graphics which all(70)outside the microkernel.

    • A.nucleus
    • B.center
    • C.core
    • D.heart