ITE 221 Chapter 11 Study Guide – Flashcards
Unlock all answers in this set
Unlock answersquestion
            The ____ plays a dual role as a high-level manager and a tireless low-level worker.
answer
        operating system
question
            Operating systems are organized internally into layers.
answer
        True
question
            Memory allocation is less complex when the OS supports multitasking.
answer
        False
question
            Resource allocation in a single-tasking OS involves only two running programs an application and the OS.
answer
        True
question
            Because page size is fixed, memory references can easily be converted to the corresponding page number and offset in the page.
answer
        True
question
            Noncontiguous memory allocation is more flexible than contiguous memory allocation, but flexibility comes at a price.
answer
        True
question
            Virtual memory management responsibility is split between the CPU and the OS.
answer
        True
question
            Intel Core CPUs implement virtual memory management tables in ____.
answer
        hardware
question
            Multitasking operating systems are not the norm for general-purpose computers
answer
        False
question
            ____ uses memory address operands that refer to actual physical memory locations.
answer
        Absolute addressing
question
            A ____ is an OS that enables dividing a single physical computer or cluster into multiple virtual machines.
answer
        hypervisor
question
            Data values and instructions generally occupy multiple bytes of storage.
answer
        True
question
            Contiguous program loading, coupled with fixed-size memory partitions, usually results in efficient use of memory space.
answer
        False
question
            A blocked thread is waiting for an event to occur, such as allocation of a requested resource or correction of an error condition.
answer
        True
question
            The only portion of a process that must be in memory at any point during execution is the next instruction to be fetched.
answer
        False
question
            A ____ can execute instructions to process a single transaction, retrieve and store data from an I/O device, or retrieve and analyze one set of process variables.
answer
        thread cycle
question
            A page table entry includes the page s physical memory address if it s loaded into memory.
answer
        True
question
            ____ occurs when memory partitions allocated to a single process or purpose are scattered throughout physical memory.
answer
        Fragmentation
question
            The process of determining the physical memory address that corresponds to a memory reference is called ____.
answer
        address mapping
question
            In ____ memory allocation, each process partition has its own offset value.
answer
        noncontiguous
question
            Through the ____ layer, a user or system administrator can run application and OS utility programs and manage system resources, such as files, folders, and I/O devices.
answer
        command
question
            Multitasking operating systems are not the norm for general-purpose computers.
answer
        False
question
            A CPU s or computer s ____ is the highest numbered storage byte that can be represented.
answer
        addressable memory
question
            The OS maintains a ____ and updates it each time a partition is allocated or freed.
answer
        memory partition table
question
            ____ store information about page locations, allocated page frames, and secondary storage space
answer
        Page tables
question
            The ____ is the OS portion that manages resources and interacts directly with computer hardware.
answer
        Kernel
question
            The ____ is the user interface to the OS.
answer
        shell
question
            A secondary storage region, called the ____, is reserved for the task of storing pages not held in memory.
answer
        swap space
question
            A thread s current priority level is called its local priority.
answer
        False
question
            A hypervisor can make the sum of physical resources allocated to all virtual machines appear greater than the underlying physical resources.
answer
        True
question
            When considered as a byte sequence, the rightmost byte is called the most significant byte.
answer
        False