Operating System

    OS CPU Scheduling
    CPU scheduling is the basis of ___________
    OS Processes
    A single thread of control allows the process to perform __________
    A single thread of control allows the process to perform only one task at a time. In the case of multi-core, multiple threads can be run simultaneously and can perform multiple tasks at a time.
    OS Processes
    What is an operating system?
    An Operating System acts as an intermediary between user/user applications/application programs and hardware. It is a program that manages hardware resources. It provides services to application programs.
    OS The Linux System
    The minimum number of frames to be allocated to a process is decided by the ____________
    OS Memory Management
    The major part of swap time is _______ time.
    OS Mass-Storage Structures
    adding another swap space elsewhere
    OS Multimedia Systems
    An admission control scheme assigns a __________ to each type of resource.
    OS Multimedia Systems
    Compression ratio is the ratio of ___________
    OS The Linux System
    Because the kernel thread management is done by the Operating System itself ___________
    OS Memory Management
    If binding is done at assembly or load time, then the process _____ be moved to different locations after being swapped out and in again.