Questão 1
Questão
An SMP can be defined as a stand-alone computer system with two or more similar processors of comparable capability.
Questão 2
Questão
Over the years memory access speed has consistently increased more rapidly than processor speed.
Questão 3
Questão
The ___ chooses which block to replace when a new block is to be loaded into the cache and the cache already has all the slots filled with other blocks.
Responda
-
memory controller
-
mapping function
-
write policy
-
replacement algorithm
Questão 4
Questão
When an external device becomes ready to be serviced by the processor, the device sends a(n) ___ signal to the processor.
Responda
-
access
-
halt
-
handler
-
interrupt
Questão 5
Questão
The ____ holds the address of the next instruction.
Questão 6
Questão
Small, fast memory located between the processor and main memory is called ____.
Responda
-
Block memory
-
Cache memory
-
Direct memory
-
WORM memory
Questão 7
Questão
One mechanism Intel uses to make its caches more effective is _______.
Responda
-
mapping
-
handling
-
interconnecting
-
prefetching
Questão 8
Questão
In a uniprocessor system, multiprogramming increases processor efficiency by _____.
Responda
-
taking advantage of time wasted by long wait interrupt handling
-
disabling all interrupts execpt those of highest priority
-
eliminating all idle processor cycles
-
increasing processor speed
Questão 9
Questão
The processor controls the operation of the computer and performs its data processing functions.
Questão 10
Questão
Instruction processing consists of two steps:
Responda
-
fetch and execute
-
instruction and execute
-
instruction and halt
-
fetch and instruction
Questão 11
Questão
The ____ is the external data by which the OS is able to supervise and control the process.
Responda
-
execution context
-
associated data
-
executable program
-
nucleus
Questão 12
Questão
The processor itself is not a resource so the OS is not involved in determining how much of the processor time is devoted to the execution of a user.
Questão 13
Questão
Multiprogramming operating systems are fairly sophisticated compared to single-program or _____ systems.
Responda
-
time-sharing
-
uniprogramming
-
multitasking
-
memory management
Questão 14
Questão
Hardware features desirable in a batch-processing OS include memory protection, timer, privileged instructions and ______.
Responda
-
clock cycles
-
associated data
-
interrupts
-
kernels
Questão 15
Questão
• A common strategy to give each process in the queue some time in turn is referred to as a _____ technique.
Responda
-
multi-threading
-
serial processing
-
time slicing
-
round-robin
Questão 16
Questão
The technique where a system clock generates interrupts, and at each clock interrupt the OS regains control and assigns the processor to another user is _____.
Responda
-
clock cycle
-
time slicing
-
round-robin
-
multithreading
Questão 17
Questão
______ is where the OS must prevent independent processes from interfering with each other’s memory, both data and instructions.
Responda
-
Protection and access control
-
Support of modular programming
-
Process isolation
-
Automatic allocation and management
Questão 18
Questão
The phrase "control is passed to a job" means that the processor is now fetching and executing instructions from the monitor program.
Questão 19
Questão
The key to success of Linux has been its availability for free under the auspice of the _______.
Questão 20
Questão
Both batch processing and time-sharing use multiprogramming.
Questão 21
Questão
If a system does not employ virtual memory each process to be executed must be fully loaded into main memory.
Questão 22
Questão
It is the principal responsibility of the ____ to control the execution of processes.
Responda
-
OS
-
process control block
-
memory
-
dispatcher
Questão 23
Questão
The ____ is the less-privileged mode.
Responda
-
user mode
-
kernel mode
-
system mode
-
control mode
Questão 24
Questão
The portion of the operating system that selects the next process to run is called the ____.
Responda
-
trace
-
process control block
-
dispatcher
-
PSW
Questão 25
Questão
The collection of program, data, stack, and attributes is referred to as the ____.
Responda
-
process structure
-
process control block
-
process location
-
process image
Questão 26
Questão
A process in the [blank_start]ready[blank_end] state is in main memory and available for execution.
Questão 27
Questão
The process control block is the least important data structure in an OS.
Questão 28
Questão
When a process is in the ____ state it is in secondary memory but is available for execution as soon as it is loaded into main memory.
Responda
-
Blocked
-
Blocked/Suspend
-
Ready
-
Ready/Suspend
Questão 29
Questão
A total of ____ process states are recognized by the UNIX SVR4 operating system.
Questão 30
Questão
The principal function of the OS is to create, manage, and terminate processes.
Questão 31
Questão
In a multithreaded environment, a _____ is defined as the unit of resource allocation and a unit of protection.
Responda
-
strand
-
process
-
string
-
trace
Questão 32
Questão
_____ is a good example of an OS using a combined ULT/KLT approach.
Responda
-
TRIX
-
Windows
-
LINUX
-
Solaris
Questão 33
Questão
A ____ is a user-created unit of execution within a process.
Responda
-
Kernel
-
KLT
-
lightweight process
-
ULT
Questão 34
Questão
The _____ are the fundamental entities that can be scheduled and dispatched to run on one of the system processors.
Responda
-
Processes
-
Kernel threads
-
LWPs
-
ULTs
Questão 35
Questão
A ____ is a dispatchable unit of work that executes sequentially and is interruptible so that the processor can turn to another thread.
Responda
-
port
-
process
-
token
-
thread
Questão 36
Questão
A Windows process must contain at least ___ thread(s) to execute.
Questão 37
Questão
It takes less time to terminate a process than a thread.
Questão 38
Questão
The blocked state in which the process is waiting for an event, such as the end of an I/O operation, the availability of a resource, or a signal from another process is the ____ state.
Responda
-
Times and timers
-
Uninterruptible
-
Stopped
-
Interruptible
Questão 39
Questão
The ____ state is when the thread has terminated.
Questão 40
Questão
Any alteration of a resource by one thread affects the environment of the other threads in the same process.
Questão 41
Questão
As an extension of the principles of modular design and structured programming, some applications can be effectively programmed as a set of concurrent processes.
Questão 42
Questão
A situation in which a runnable process is overlooked indefinitely by the scheduler, although it is able to proceed, is _____.
Responda
-
mutual exclusion
-
deadlock
-
starvation
-
livelock
Questão 43
Questão
A semaphore that does not specify the order in which processes are removed from the queue is a _____ semaphore.
Responda
-
weak
-
general
-
strong
-
binary
Questão 44
Questão
A ____ is a data type that is used to block a process or thread until a particular condition is true.
Responda
-
deadlock
-
general semaphore
-
condition variable
-
mutex
Questão 45
Questão
The _____ is a programming language construct that provides equivalent functionality to that of semaphores and is easier to control.
Responda
-
atomic operation
-
co-routine
-
critical section
-
monitor
Questão 46
Questão
The requirement that when one process is in a critical section that accesses shared resources, no other process may be in a critical section that accesses any of those shared resources is ____.
Responda
-
critical section
-
linelock
-
mutual exclusion
-
atomic operation
Questão 47
Questão
The sharing of main memory among processes is useful to permit efficient and close interaction among processes because such sharing does not lead to any problems.
Questão 48
Questão
The case of cooperation by sharing covers processes that interact with other processes without being explicitly aware of them.
Questão 49
Questão
The management of multiple processes within a uniprocessor system is ___.
Questão 50
Questão
The term ____ refers to a technique in which a process can do nothing until it gets permission to enter its critical section but continues to execute an instruction or set of instructions that tests the appropriate variable to gain entrance.
Responda
-
spin waiting
-
general semaphore
-
critical resource
-
message passing
Questão 51
Questão
The most common technique used for protecting a critical section in Linux is the _____.
Responda
-
singal
-
atomic bitmap operation
-
atomic integer operation
-
spinlock
Questão 52
Questão
Interrupts, signals, messages, and information in I/O buffers are all example of reusable resources.
Questão 53
Questão
Requested resources are granted to processes whenever possible with _____.
Responda
-
deadlock detection
-
preemption
-
mutual exclusion
-
deadlock avoidance
Questão 54
Questão
The ____ allows multiple threads to have simultaneous read-only access to an object protected by the lock.
Responda
-
barrier
-
condition variable
-
readers/writer lock
-
mutex
Questão 55
Questão
Examples of ___ include processors, I/O channels, main and secondary memory, devices, and data structures such as files, databases, and semaphores.
Responda
-
regional resources
-
joint resources
-
reusable resources
-
consumable resources
Questão 56
Questão
A closed chain of processes exists, such that each process holds at least one resource needed by the next process in the chain is the condition of ____.
Responda
-
no preemption
-
mutual exclusion
-
circular wait
-
hold and wait
Questão 57
Questão
The strategy of deadlock ____ is to design a system in such a way that the possibility of deadlock is excluded.
Responda
-
prevention
-
detection
-
diversion
-
avoidance
Questão 58
Questão
One of the most significant contributions of UNIX to the development of operating systems is the ____.
Responda
-
semaphore
-
pipe
-
message
-
shared memory
Questão 59
Questão
Deadlock is permanent because none of the events are ever triggered.
Questão 60
Questão
The fastest form of inter-process communication provided in UNIX is ____.
Responda
-
shared memory
-
message
-
pipe
-
semaphore
Questão 61
Questão
In a multiprogramming system the available main memory is not generally shared among a number of processes.
Questão 62
Questão
A ____ is a particular example of logical addresses in which the address is expressed as a location relative to some known point, usually a value in a processor register.
Responda
-
logical address
-
relative address
-
absolute address
-
physical address
Questão 63
Questão
The page table for each process maintains ____.
Responda
-
the physical memory location of the process
-
the frame location for each page of the process
-
the page location for each frame of the process
-
the logical memory location of the process
Questão 64
Questão
In a system employing a segmentation scheme for memory management a process is divided into ___
Questão 65
Questão
Available chunks of memory are known as ____.
Responda
-
frames
-
segments
-
addresses
-
pages
Questão 66
Questão
In a multiprogramming environment the programmer knows at the time of coding how much space will be available and where that space will be.
Questão 67
Questão
In a system employing a segmentation scheme for memory management wasted space is due to _____.
Questão 68
Questão
In the Dynamic Partitioning technique of memory management, the placement algorithm that scans memory from the location of the last placement and choose the next available block that is large enough to satisfy the request is called _____>
Responda
-
next-fit
-
first-fit
-
last-fit
-
best-fit
Questão 69
Questão
In a system employing a paging scheme for memory management wasted space is due to _____.
Questão 70
Questão
One technique for overcoming external fragmentation is ____.
Responda
-
loading
-
compaction
-
relocation
-
partitioning
Questão 71
Questão
Segments may be of unequal, indeed dynamic, size.
Questão 72
Questão
A ____ is issued if a desired page is not in main memory.
Questão 73
Questão
The ____ determines when a page should be brought into main memory.
Responda
-
page fault
-
fetch policy
-
working set
-
resident set management
Questão 74
Questão
The ____ policy results in the fewest number of page faults.
Questão 75
Questão
The ____ algorithm requires a use bit to be associated with each page in memory.
Responda
-
page placement
-
working set
-
VSWS
-
page fault frequency
Questão 76
Questão
The ____ structure indexes page table entries by frame number rather than by virtual page number.
Responda
-
hash table
-
inverted page table
-
page table
-
segment table
Questão 77
Questão
The principle of locality states that program and data references within a process do not tend to cluster.
Questão 78
Questão
______ is transparent to the programmer and eliminates external fragmentation providing efficient use of main memory.
Responda
-
Hashing
-
Paging
-
Segemention
-
Thrashing
Questão 79
Questão
____ is a range memory addresses available to a process.
Responda
-
Address space
-
Real address
-
Virtual address
-
Virtual address space
Questão 80
Questão
____ allows the programmer to view memory as consisting of multiple address spaces.
Responda
-
Paging
-
Locality
-
Segmentation
-
Resident set managment
Questão 81
Questão
Which of the following scheduling policies allow the OS to interrupt the currently running process and move it to the Ready state?
Responda
-
FIFO
-
FCFS
-
non-preemptive
-
preemptive
Questão 82
Questão
The strategy that schedules processes based on their group affiliation is generally referred to as ______.
Responda
-
shortest process next
-
fair share scheduling
-
queuing analysis
-
simulation modeling
Questão 83
Questão
The ____ specifies the instants in time at which the selection function is exercised.
Responda
-
decision mode
-
medium-term scheduling
-
ready state
-
TAT
Questão 84
Questão
This is a decision whether to add a process to those that are at least partially in main memory and therefore available for execution.
Responda
-
short-term scheduling
-
long-term scheduling
-
medium-term scheduling
-
I/O scheduling
Questão 85
Questão
Typically, the swapping-in function for processes is based on the need to manage ____.
Questão 86
Questão
Response time in an interactive system is an example of:
Responda
-
user-oriented criteria for long-term scheduling policies
-
system-oriented criteria for short-term scheduling policies
-
system-oriented criteria for long-term scheduling policies
-
user-oriented criteria for short-term scheduling policies
Questão 87
Questão
A risk with ____ is the possibility of starvation for longer processes, as long as there is a steady supply of shorter processes.
Questão 88
Questão
First-come-first-served (FCFS) is a simple scheduling policy that tends to favor I/O bound processes over processor bound processes.
Questão 89
Questão
The traditional UNIX scheduler divides processes into fixed bands of priority levels, with the highest priority band being the ____.
Responda
-
user process band
-
swapper band
-
file manipulation band
-
utilization band
Questão 90
Questão
One problem with a pure priority scheduling scheme is that lower-priority processes may suffer starvation.
Questão 91
Questão
The multiprocessor system which consists of a set or processors that share a common main memory and are under the integrated control of an operation system is a _____.
Responda
-
tightly coupled multiprocessor
-
cluster
-
functionally specialized processor
-
loosely coupled or distributed multiprocessor
Questão 92
Questão
_____ perform static analysis of feasible schedules of dispatching with the result of the analysis being a schedule that determines, at run time, when a task must begin execution.
Responda
-
Static priority-driven preemptive approaches
-
Static table-drive approaches
-
Dynamic planning-based approaches
-
Dynamic best effort approaches
Questão 93
Questão
The basic idea of _____ is that a lower-priority task inherits the priority of any higher-priority task pending on a resource they share.
Questão 94
Questão
User control is a generally much broader in an ordinary operating system than in a real-time operating system.
Questão 95
Questão
With coarse and ____ grained parallelism, there is a synchronization among processes, but at a very gross level.
Responda
-
medium
-
fine
-
independent
-
very course
Questão 96
Questão
The ____ approach is a set of related threads scheduled to run on a set of processors at the same time, on a one-to-one basis.
Questão 97
Questão
The ____ class is intended for applications that will only consume processor time when no other threads are ready to execute.
Responda
-
idle user
-
time sharing
-
bottom-half kernel
-
real-time
Questão 98
Questão
______ is the time required to execute the task to completion.
Responda
-
Processing time
-
Priority
-
Resource requirements
-
Ready time
Questão 99
Questão
Processes at ____ priority levels are guaranteed to be selected to run before any time-sharing process but must defer to real-time processes.
Responda
-
kernel
-
time-sharing
-
real-time
-
load-sharing
Questão 100
Questão
With independent parallelism there is an explicit synchronization among processes.
Questão 101
Questão
The advantage of ____ is that it provides extremely high data availability.
Responda
-
RAID 2
-
RAID 4
-
RAID 0
-
RAID 6
Questão 102
Questão
On a movable-head system, the time it takes to position the head at the track is known as
Responda
-
access time
-
seek time
-
transfer time
-
rotational delay
Questão 103
Questão
The disk scheduling algorithm that implements two sub-queues in a measure to avoid the problem of "arm stickiness" is the ______.
Responda
-
C-SCAN policy
-
FSCAN policy
-
DMA
-
N-step-SCAN policy
Questão 104
Questão
_____ external devices are suitable for communicating with modems.
Responda
-
Human-readable
-
Application
-
Machine-readable
-
Communication
Questão 105
Questão
The simplest type of support that the operating system can provide is _____.
Responda
-
overflow buffering
-
dual buffering
-
single buffering
-
circular buffering
Questão 106
Questão
Cache memory reduces average memory access time by exploiting the principle of locality.
Questão 107
Questão
RAID 0 provides real-time backups of all data so that in the event of a disk failure, all of the critical data is still immediately available.
Questão 108
Questão
_____ is a technique that smooths out peaks in I/O demand.
Responda
-
Buffering
-
Blocking
-
Smoothing
-
Tracking
Questão 109
Questão
The _____ unit is capable of mimicking the processor and of taking over control of the system bus, just like a processor.
Responda
-
interrupt-driven I/O
-
I/O channel
-
direct memory access
-
programmed I/O
Questão 110
Questão
RAID 5 is organized in a similar fashion to _____, but is different in the fact that RAID 5 distributes the parity strips across all disks.
Responda
-
RAID 3
-
RAID 2
-
RAID 1
-
RAID 4
Questão 111
Questão
Typically, the only way that a user or application may access files is through the file management system.
Questão 112
Questão
_____ represents an open file associated with a process.
Responda
-
Dentry object
-
Inode object
-
File object
-
Superblock object
Questão 113
Questão
An objective of the ____ is to provide a standardized set of I/O interface routines to user processes.
Responda
-
working directory
-
file management system
-
indexed file allocation
-
file directory
Questão 114
Questão
The ____ is concerned with scheduling disk and tape access to optimize performance.
Responda
-
device driver
-
basic I/O supervisor
-
access method
-
logical I/O
Questão 115
Questão
The ____ file exploits the capability found on disks to access directly any block of a known address.
Responda
-
direct
-
sequential
-
indexed sequential
-
indexed
Questão 116
Questão
All types of UNIX files are administered by the OS by means of inodes.
Questão 117
Questão
The least-complicated form of file organization is the indexed file.
Questão 118
Questão
The ____ contains the core parts of the operating system, including system binaries, system libraries, and configuration files.
Responda
-
data directory
-
system directory
-
cache directory
-
mnt/sdcard directory
Questão 119
Questão
A ____ is a contiguous set of allocated blocks.
Responda
-
key
-
pathname
-
pile
-
portion
Questão 120
Questão
A ___ is the basic element of data.
Responda
-
database
-
field
-
file
-
record
Questão 121
Questão
General-purpose computer systems far outnumber embedded systems.
Questão 122
Questão
The ____ module contains the code necessary for processor startup, interrupt delivery, context switching, and other functionality specific to the instruction set architecture of that processor family.
Responda
-
Variant
-
Platform
-
Memory Management
-
Architechture
Questão 123
Questão
The ____ module includes code for startup, chip selection configuration, interrupt controllers, and timer devices.
Responda
-
Architechture
-
Variant
-
MMU
-
Platform
Questão 124
Questão
Configurability, direct use of interrupts, and real-time operation are some of the unique characteristics and design requirements for ______/
Questão 125
Questão
______ is one of the most widely used embedded operating systems.
Questão 126
Questão
A key differentiator between desktop/server and embedded Linux distributions is that desktop and server software are typically compiled on one platform but is intended to be executed on another.
Questão 127
Questão
The _____ interface allows the client to hold on to a resource until the client is notified that someone else needs the resource.
Responda
-
Resource configure
-
Resource requested
-
Resource
-
Resource-specific
Questão 128
Questão
A mutex is used to enforce mutually exclusive access to a resource, allowing only one thread at a time to gain access.
Questão 129
Questão
_____ has become a popular approach to implementing wireless sensor network software.
Responda
-
TinyOS
-
eCos
-
Embedded system
-
Arbiter
Questão 130
Questão
Virtual machines are made up of files.
Questão 131
Questão
The solution that enables virtualization is a ____.
Responda
-
round robin
-
virtual machine monitor
-
hyperfile
-
DalviB600
Questão 132
Questão
The ___ facilitates the translation and I/O from the virtual machine to the physical server devices.
Responda
-
hardware
-
memory
-
hypervisor
-
network interface card
Questão 133
Questão
_____ can power off and on physical hosts as they are needed.
Responda
-
DRS
-
Storage and Network I/O
-
DPM
-
Resource Scheduler
Questão 134
Questão
The number of guests that can exist on a single hosts is measured as a _____.
Responda
-
VMM ratio
-
hypervisor ration
-
broker ratio
-
consolidation ratio
Questão 135
Questão
The ____ approach is becoming a common way for businesses and individuals to deal with legacy applications and to optimize their hardware usage.
Responda
-
virtual machine
-
consolidation
-
ratio
-
round robin
Questão 136
Questão
Virtual machines are hosted via the infrastructure services in the VM kernel.
Questão 137
Questão
______ is a commercially available hypervisor from VMware that provides users a bare metal hypervisor to host virtal machines on their servers.
Questão 138
Questão
A key aspect of server virtualization is that VMs cannot be viewed as network resources.
Questão 139
Questão
The concept of ____, as used in Linux, refers to a partitioning of the privileges available to a root user.
Responda
-
root isolation
-
hosting platform
-
capabilities
-
processing isolation