click below
click below
Normal Size Small Size show me how
Operating System S1-
| Question | Answer |
|---|---|
| In the operating system operations, mode bit (1) represents user mode. | True |
| Hard disk is an example of a volatile-type of storage. | False |
| It is a signal emitted by hardware or software when a process or an event needs immediate attention from the processor | Interrupt |
| User cannot use computer without an operating system. | True |
| In operating system operations, mode bit (0) indicates that the system is running a ______code. | Kernel |
| This interface processes commands to a computer program in the form of lines of text. | Command Line Interface |
| It is a type of computing that delivers different services through the Internet. | Cloud Computing |
| Dropbox is an example of cloud computing service. | True |
| In computer system organization, one or more CPUs, device controllers connect through common bus providing access to separate memory. | False |
| Security is a defense of the system against internal and external _______. | Attacks |
| In the operating system operations, mode bit (0) represents kernel mode. | True |
| Each device controller does have local buffer. | True |
| A type of multiprocessing with a boss-worker relationship among its processors | Asymmetric |
| In computer system organization, one or more CPUs, device controllers connect through common bus providing access to shared __________. | Memory |
| _______ Operating System are usually found on servers that provides the server the capability to manage data, users, groups, security, applications, and other networking functions. | Network |
| In computer system organization, the I/O devices and the CPU both execute concurrently. | True |
| In Peer-to-Peer (P2P) computing, each peer may act as client, server or both | True |
| Another term for starting the computer from an off position. | Cold Boot |
| Protection is any mechanism for ________access of processes or users to resources defined by the OS. | Controlling |
| In the operating system operations, mode bit (0) represents user mode. | False |
| Multi-tasking is not the same as multi-processing. | True |
| A process may create several new processes, via a create-process system call, during the course of execution. The creating process is called ___________________. | Parent |
| In the process state, it is when the process is waiting for some event to occur (such as an I/O completion). | Waiting state |
| It is a program in execution | Process |
| In the process state, it is when the CPU is executing its instructions. | Running state |
| A type of scheduling where no process is interrupted until it is completed. | Non-preemptive scheduling |
| The __________________ scheduler selects process from among the processes that are ready to execute, and allocates the CPU to one of them. | Short-term |
| The goal of CPU scheduling is to optimize system performance. Which of the following should be maximized? | throughput |
| When a program is loaded into the ________ and it becomes a process. | memory |
| Which of the following is the collection of processes on the disk that are waiting to be brought into memory for execution forms? | job queue |
| Bootloader is a program that loads and starts the boot time tasks and processes of an OS. | True |
| Another term for starting-up the computer. | Booting |
| Distributed system is also known as loosely-coupled system. | True |
| RAM is a non-volatile type of memory. | False |
| The OS is responsible for reading and/or writing data from I/O devices such as disks, tapes, printers, keyboards, etc. | False |
| Real-time systems are used when there are no time requirements or constraints. | False |
| It is the core of an OS which manages system resources and is always resident in memory. | Kernel |
| Which is not a volatile-type of memory or storage? | Hard Disk |
| In operating system operations, mode bit (1) indicates that the system is running a ______code. | Kernel |
| The processes that are residing in main memory and are ready and waiting to execute are kept on another queue which is the ________ queue. | ready |
| A type of scheduling in which a process can be interrupted during its execution | Preemptive scheduling |
| User processes execute _____ code. | user |
| When a program is loaded into the memory and it becomes a ______________ | process |
| This refers to the portion of a process which contains the global and static variables. | data |
| A program is a _________ entity, such as the contents of a file stored on disk | passive |
| A portion of main memory is dedicated to OS | True |
| These are used to solve user computing problems such as word processors and business programs | Application Programs |
| Windows 10 is an example of hand-held operating system. | False |
| User can use computer even without an operating system. | False |
| Distributed systems use ______ central processors to serve multiple real-time applications and multiple users. | multiple |
| Which is not an example of storage device? | Keyboard |
| The user of a Batch Operating System has direct interaction with the computer. | False |
| Refers to computing on handheld smartphones and tablet computers | Mobile |
| Execute user programs and make solving user problems easier is one of the goals of OS. | True |
| Distributed system is also known as loosely coupled system. | True |
| Infrastructure as a service is a type of cloud computing service in which servers or storage are available over the Internet. | True |
| Private cloud runs by a company for that company’s own use. | True |
| Software Interrupt arises due to illegal and erroneous use of an instruction or data. | True |
| A computer system is made up of various components such as hardware and software. | True |
| It alerts the processor temporarily to a high priority process requiring interruption of the current working process and then return to its previous task. | Interrupt |
| A type of interrupt handling in which the requesting device sends interrupt to the operating system. | Vectored Interrupt System |
| The device controllers use a/n ________ to inform the CPU that I/O operation is completed. | interrupt |
| In Asymmetric multiprocessing, all processors are considered peers. | False |
| Also known as parallel-system or multicore. | Multiprocessor System |
| File-server is an example of client-server computing | True |