Matt Merritt
Test por , creado hace más de 1 año

Information Technology Test sobre OS Final Possible Questions, creado por Matt Merritt el 01/05/2017.

82
1
0
Matt Merritt
Creado por Matt Merritt hace alrededor de 7 años
Cerrar

OS Final Possible Questions

Pregunta 1 de 139

1

An SMP can be defined as a stand-alone computer system with two or more similar processors of comparable capability.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 2 de 139

1

Over the years memory access speed has consistently increased more rapidly than processor speed.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 3 de 139

1

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.

Selecciona una de las siguientes respuestas posibles:

  • memory controller

  • mapping function

  • write policy

  • replacement algorithm

Explicación

Pregunta 4 de 139

1

When an external device becomes ready to be serviced by the processor, the device sends a(n) ___ signal to the processor.

Selecciona una de las siguientes respuestas posibles:

  • access

  • halt

  • handler

  • interrupt

Explicación

Pregunta 5 de 139

1

The ____ holds the address of the next instruction.

Selecciona una de las siguientes respuestas posibles:

  • Accumulator (AC)

  • Instruction Register (IR)

  • Instruction Counter (IC)

  • Program Counter (PC)

Explicación

Pregunta 6 de 139

1

Small, fast memory located between the processor and main memory is called ____.

Selecciona una de las siguientes respuestas posibles:

  • Block memory

  • Cache memory

  • Direct memory

  • WORM memory

Explicación

Pregunta 7 de 139

1

One mechanism Intel uses to make its caches more effective is _______.

Selecciona una de las siguientes respuestas posibles:

  • mapping

  • handling

  • interconnecting

  • prefetching

Explicación

Pregunta 8 de 139

1

In a uniprocessor system, multiprogramming increases processor efficiency by _____.

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 9 de 139

1

The processor controls the operation of the computer and performs its data processing functions.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 10 de 139

1

Instruction processing consists of two steps:

Selecciona una de las siguientes respuestas posibles:

  • fetch and execute

  • instruction and execute

  • instruction and halt

  • fetch and instruction

Explicación

Pregunta 11 de 139

1

The ____ is the external data by which the OS is able to supervise and control the process.

Selecciona una de las siguientes respuestas posibles:

  • execution context

  • associated data

  • executable program

  • nucleus

Explicación

Pregunta 12 de 139

1

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.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 13 de 139

1

Multiprogramming operating systems are fairly sophisticated compared to single-program or _____ systems.

Selecciona una de las siguientes respuestas posibles:

  • time-sharing

  • uniprogramming

  • multitasking

  • memory management

Explicación

Pregunta 14 de 139

1

Hardware features desirable in a batch-processing OS include memory protection, timer, privileged instructions and ______.

Selecciona una de las siguientes respuestas posibles:

  • clock cycles

  • associated data

  • interrupts

  • kernels

Explicación

Pregunta 15 de 139

1

• A common strategy to give each process in the queue some time in turn is referred to as a _____ technique.

Selecciona una de las siguientes respuestas posibles:

  • multi-threading

  • serial processing

  • time slicing

  • round-robin

Explicación

Pregunta 16 de 139

1

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 _____.

Selecciona una de las siguientes respuestas posibles:

  • clock cycle

  • time slicing

  • round-robin

  • multithreading

Explicación

Pregunta 17 de 139

1

______ is where the OS must prevent independent processes from interfering with each other’s memory, both data and instructions.

Selecciona una de las siguientes respuestas posibles:

  • Protection and access control

  • Support of modular programming

  • Process isolation

  • Automatic allocation and management

Explicación

Pregunta 18 de 139

1

The phrase "control is passed to a job" means that the processor is now fetching and executing instructions from the monitor program.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 19 de 139

1

The key to success of Linux has been its availability for free under the auspice of the _______.

Selecciona una de las siguientes respuestas posibles:

  • World Wide Web Consortium

  • Free Software Foundation

  • Berkeley Software Distribution

  • GNU Public License

Explicación

Pregunta 20 de 139

1

Both batch processing and time-sharing use multiprogramming.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 21 de 139

1

If a system does not employ virtual memory each process to be executed must be fully loaded into main memory.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 22 de 139

1

It is the principal responsibility of the ____ to control the execution of processes.

Selecciona una de las siguientes respuestas posibles:

  • OS

  • process control block

  • memory

  • dispatcher

Explicación

Pregunta 23 de 139

1

The ____ is the less-privileged mode.

Selecciona una de las siguientes respuestas posibles:

  • user mode

  • kernel mode

  • system mode

  • control mode

Explicación

Pregunta 24 de 139

1

The portion of the operating system that selects the next process to run is called the ____.

Selecciona una de las siguientes respuestas posibles:

  • trace

  • process control block

  • dispatcher

  • PSW

Explicación

Pregunta 25 de 139

1

The collection of program, data, stack, and attributes is referred to as the ____.

Selecciona una de las siguientes respuestas posibles:

  • process structure

  • process control block

  • process location

  • process image

Explicación

Pregunta 26 de 139

1

Rellena el espacio en blanco para completar el texto.

A process in the state is in main memory and available for execution.

Explicación

Pregunta 27 de 139

1

The process control block is the least important data structure in an OS.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 28 de 139

1

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.

Selecciona una de las siguientes respuestas posibles:

  • Blocked

  • Blocked/Suspend

  • Ready

  • Ready/Suspend

Explicación

Pregunta 29 de 139

1

A total of ____ process states are recognized by the UNIX SVR4 operating system.

Selecciona una de las siguientes respuestas posibles:

  • 3

  • 9

  • 21

  • 15

Explicación

Pregunta 30 de 139

1

The principal function of the OS is to create, manage, and terminate processes.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 31 de 139

1

In a multithreaded environment, a _____ is defined as the unit of resource allocation and a unit of protection.

Selecciona una de las siguientes respuestas posibles:

  • strand

  • process

  • string

  • trace

Explicación

Pregunta 32 de 139

1

_____ is a good example of an OS using a combined ULT/KLT approach.

Selecciona una de las siguientes respuestas posibles:

  • TRIX

  • Windows

  • LINUX

  • Solaris

Explicación

Pregunta 33 de 139

1

A ____ is a user-created unit of execution within a process.

Selecciona una de las siguientes respuestas posibles:

  • Kernel

  • KLT

  • lightweight process

  • ULT

Explicación

Pregunta 34 de 139

1

The _____ are the fundamental entities that can be scheduled and dispatched to run on one of the system processors.

Selecciona una de las siguientes respuestas posibles:

  • Processes

  • Kernel threads

  • LWPs

  • ULTs

Explicación

Pregunta 35 de 139

1

A ____ is a dispatchable unit of work that executes sequentially and is interruptible so that the processor can turn to another thread.

Selecciona una de las siguientes respuestas posibles:

  • port

  • process

  • token

  • thread

Explicación

Pregunta 36 de 139

1

A Windows process must contain at least ___ thread(s) to execute.

Selecciona una de las siguientes respuestas posibles:

  • four

  • three

  • two

  • one

Explicación

Pregunta 37 de 139

1

It takes less time to terminate a process than a thread.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 38 de 139

1

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.

Selecciona una de las siguientes respuestas posibles:

  • Times and timers

  • Uninterruptible

  • Stopped

  • Interruptible

Explicación

Pregunta 39 de 139

1

The ____ state is when the thread has terminated.

Selecciona una de las siguientes respuestas posibles:

  • ZOMBIE

  • FREE

  • STOP

  • SLEEP

Explicación

Pregunta 40 de 139

1

Any alteration of a resource by one thread affects the environment of the other threads in the same process.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 41 de 139

1

As an extension of the principles of modular design and structured programming, some applications can be effectively programmed as a set of concurrent processes.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 42 de 139

1

A situation in which a runnable process is overlooked indefinitely by the scheduler, although it is able to proceed, is _____.

Selecciona una de las siguientes respuestas posibles:

  • mutual exclusion

  • deadlock

  • starvation

  • livelock

Explicación

Pregunta 43 de 139

1

A semaphore that does not specify the order in which processes are removed from the queue is a _____ semaphore.

Selecciona una de las siguientes respuestas posibles:

  • weak

  • general

  • strong

  • binary

Explicación

Pregunta 44 de 139

1

A ____ is a data type that is used to block a process or thread until a particular condition is true.

Selecciona una de las siguientes respuestas posibles:

  • deadlock

  • general semaphore

  • condition variable

  • mutex

Explicación

Pregunta 45 de 139

1

The _____ is a programming language construct that provides equivalent functionality to that of semaphores and is easier to control.

Selecciona una de las siguientes respuestas posibles:

  • atomic operation

  • co-routine

  • critical section

  • monitor

Explicación

Pregunta 46 de 139

1

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 ____.

Selecciona una de las siguientes respuestas posibles:

  • critical section

  • linelock

  • mutual exclusion

  • atomic operation

Explicación

Pregunta 47 de 139

1

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.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 48 de 139

1

The case of cooperation by sharing covers processes that interact with other processes without being explicitly aware of them.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 49 de 139

1

The management of multiple processes within a uniprocessor system is ___.

Selecciona una de las siguientes respuestas posibles:

  • multiprogramming

  • structured applications

  • disturbed processing

  • multi-management processing

Explicación

Pregunta 50 de 139

1

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.

Selecciona una de las siguientes respuestas posibles:

  • spin waiting

  • general semaphore

  • critical resource

  • message passing

Explicación

Pregunta 51 de 139

1

The most common technique used for protecting a critical section in Linux is the _____.

Selecciona una de las siguientes respuestas posibles:

  • singal

  • atomic bitmap operation

  • atomic integer operation

  • spinlock

Explicación

Pregunta 52 de 139

1

Interrupts, signals, messages, and information in I/O buffers are all example of reusable resources.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 53 de 139

1

Requested resources are granted to processes whenever possible with _____.

Selecciona una de las siguientes respuestas posibles:

  • deadlock detection

  • preemption

  • mutual exclusion

  • deadlock avoidance

Explicación

Pregunta 54 de 139

1

The ____ allows multiple threads to have simultaneous read-only access to an object protected by the lock.

Selecciona una de las siguientes respuestas posibles:

  • barrier

  • condition variable

  • readers/writer lock

  • mutex

Explicación

Pregunta 55 de 139

1

Examples of ___ include processors, I/O channels, main and secondary memory, devices, and data structures such as files, databases, and semaphores.

Selecciona una de las siguientes respuestas posibles:

  • regional resources

  • joint resources

  • reusable resources

  • consumable resources

Explicación

Pregunta 56 de 139

1

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 ____.

Selecciona una de las siguientes respuestas posibles:

  • no preemption

  • mutual exclusion

  • circular wait

  • hold and wait

Explicación

Pregunta 57 de 139

1

The strategy of deadlock ____ is to design a system in such a way that the possibility of deadlock is excluded.

Selecciona una de las siguientes respuestas posibles:

  • prevention

  • detection

  • diversion

  • avoidance

Explicación

Pregunta 58 de 139

1

One of the most significant contributions of UNIX to the development of operating systems is the ____.

Selecciona una de las siguientes respuestas posibles:

  • semaphore

  • pipe

  • message

  • shared memory

Explicación

Pregunta 59 de 139

1

Deadlock is permanent because none of the events are ever triggered.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 60 de 139

1

The fastest form of inter-process communication provided in UNIX is ____.

Selecciona una de las siguientes respuestas posibles:

  • shared memory

  • message

  • pipe

  • semaphore

Explicación

Pregunta 61 de 139

1

In a multiprogramming system the available main memory is not generally shared among a number of processes.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 62 de 139

1

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.

Selecciona una de las siguientes respuestas posibles:

  • logical address

  • relative address

  • absolute address

  • physical address

Explicación

Pregunta 63 de 139

1

The page table for each process maintains ____.

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 64 de 139

1

In a system employing a segmentation scheme for memory management a process is divided into ___

Selecciona una de las siguientes respuestas posibles:

  • one segment per thread

  • a number of threads

  • a number of segments which need not be of equal size

  • a number of segments which must be of equal size

Explicación

Pregunta 65 de 139

1

Available chunks of memory are known as ____.

Selecciona una de las siguientes respuestas posibles:

  • frames

  • segments

  • addresses

  • pages

Explicación

Pregunta 66 de 139

1

In a multiprogramming environment the programmer knows at the time of coding how much space will be available and where that space will be.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 67 de 139

1

In a system employing a segmentation scheme for memory management wasted space is due to _____.

Selecciona una de las siguientes respuestas posibles:

  • frames of different sizes

  • external fragmentation

  • internal fragmentation

  • segments of different sizes

Explicación

Pregunta 68 de 139

1

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 _____>

Selecciona una de las siguientes respuestas posibles:

  • next-fit

  • first-fit

  • last-fit

  • best-fit

Explicación

Pregunta 69 de 139

1

In a system employing a paging scheme for memory management wasted space is due to _____.

Selecciona una de las siguientes respuestas posibles:

  • internal fragmentation

  • pages of different specified sizes

  • external fragmentation

  • frames of different specified sizes

Explicación

Pregunta 70 de 139

1

One technique for overcoming external fragmentation is ____.

Selecciona una de las siguientes respuestas posibles:

  • loading

  • compaction

  • relocation

  • partitioning

Explicación

Pregunta 71 de 139

1

Segments may be of unequal, indeed dynamic, size.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 72 de 139

1

A ____ is issued if a desired page is not in main memory.

Selecciona una de las siguientes respuestas posibles:

  • paging error

  • paging replacement policy

  • page fault

  • page placement policy

Explicación

Pregunta 73 de 139

1

The ____ determines when a page should be brought into main memory.

Selecciona una de las siguientes respuestas posibles:

  • page fault

  • fetch policy

  • working set

  • resident set management

Explicación

Pregunta 74 de 139

1

The ____ policy results in the fewest number of page faults.

Selecciona una de las siguientes respuestas posibles:

  • optimal

  • FIFO

  • clock

  • LRU

Explicación

Pregunta 75 de 139

1

The ____ algorithm requires a use bit to be associated with each page in memory.

Selecciona una de las siguientes respuestas posibles:

  • page placement

  • working set

  • VSWS

  • page fault frequency

Explicación

Pregunta 76 de 139

1

The ____ structure indexes page table entries by frame number rather than by virtual page number.

Selecciona una de las siguientes respuestas posibles:

  • hash table

  • inverted page table

  • page table

  • segment table

Explicación

Pregunta 77 de 139

1

The principle of locality states that program and data references within a process do not tend to cluster.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 78 de 139

1

______ is transparent to the programmer and eliminates external fragmentation providing efficient use of main memory.

Selecciona una de las siguientes respuestas posibles:

  • Hashing

  • Paging

  • Segemention

  • Thrashing

Explicación

Pregunta 79 de 139

1

____ is a range memory addresses available to a process.

Selecciona una de las siguientes respuestas posibles:

  • Address space

  • Real address

  • Virtual address

  • Virtual address space

Explicación

Pregunta 80 de 139

1

____ allows the programmer to view memory as consisting of multiple address spaces.

Selecciona una de las siguientes respuestas posibles:

  • Paging

  • Locality

  • Segmentation

  • Resident set managment

Explicación

Pregunta 81 de 139

1

Which of the following scheduling policies allow the OS to interrupt the currently running process and move it to the Ready state?

Selecciona una de las siguientes respuestas posibles:

  • FIFO

  • FCFS

  • non-preemptive

  • preemptive

Explicación

Pregunta 82 de 139

1

The strategy that schedules processes based on their group affiliation is generally referred to as ______.

Selecciona una de las siguientes respuestas posibles:

  • shortest process next

  • fair share scheduling

  • queuing analysis

  • simulation modeling

Explicación

Pregunta 83 de 139

1

The ____ specifies the instants in time at which the selection function is exercised.

Selecciona una de las siguientes respuestas posibles:

  • decision mode

  • medium-term scheduling

  • ready state

  • TAT

Explicación

Pregunta 84 de 139

1

This is a decision whether to add a process to those that are at least partially in main memory and therefore available for execution.

Selecciona una de las siguientes respuestas posibles:

  • short-term scheduling

  • long-term scheduling

  • medium-term scheduling

  • I/O scheduling

Explicación

Pregunta 85 de 139

1

Typically, the swapping-in function for processes is based on the need to manage ____.

Selecciona una de las siguientes respuestas posibles:

  • the degree of multiprogramming

  • I/O requirements

  • process priorities

  • virtual memory

Explicación

Pregunta 86 de 139

1

Response time in an interactive system is an example of:

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 87 de 139

1

A risk with ____ is the possibility of starvation for longer processes, as long as there is a steady supply of shorter processes.

Selecciona una de las siguientes respuestas posibles:

  • SRT

  • SPN

  • FIFO

  • FCFS

Explicación

Pregunta 88 de 139

1

First-come-first-served (FCFS) is a simple scheduling policy that tends to favor I/O bound processes over processor bound processes.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 89 de 139

1

The traditional UNIX scheduler divides processes into fixed bands of priority levels, with the highest priority band being the ____.

Selecciona una de las siguientes respuestas posibles:

  • user process band

  • swapper band

  • file manipulation band

  • utilization band

Explicación

Pregunta 90 de 139

1

One problem with a pure priority scheduling scheme is that lower-priority processes may suffer starvation.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 91 de 139

1

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 _____.

Selecciona una de las siguientes respuestas posibles:

  • tightly coupled multiprocessor

  • cluster

  • functionally specialized processor

  • loosely coupled or distributed multiprocessor

Explicación

Pregunta 92 de 139

1

_____ 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.

Selecciona una de las siguientes respuestas posibles:

  • Static priority-driven preemptive approaches

  • Static table-drive approaches

  • Dynamic planning-based approaches

  • Dynamic best effort approaches

Explicación

Pregunta 93 de 139

1

The basic idea of _____ is that a lower-priority task inherits the priority of any higher-priority task pending on a resource they share.

Selecciona una de las siguientes respuestas posibles:

  • priority ceiling

  • priority inversion

  • unbounded priority inversion

  • priority inheritance

Explicación

Pregunta 94 de 139

1

User control is a generally much broader in an ordinary operating system than in a real-time operating system.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 95 de 139

1

With coarse and ____ grained parallelism, there is a synchronization among processes, but at a very gross level.

Selecciona una de las siguientes respuestas posibles:

  • medium

  • fine

  • independent

  • very course

Explicación

Pregunta 96 de 139

1

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.

Selecciona una de las siguientes respuestas posibles:

  • dynamic scheduling

  • load sharing

  • gang scheduling

  • dedicated processor assignment

Explicación

Pregunta 97 de 139

1

The ____ class is intended for applications that will only consume processor time when no other threads are ready to execute.

Selecciona una de las siguientes respuestas posibles:

  • idle user

  • time sharing

  • bottom-half kernel

  • real-time

Explicación

Pregunta 98 de 139

1

______ is the time required to execute the task to completion.

Selecciona una de las siguientes respuestas posibles:

  • Processing time

  • Priority

  • Resource requirements

  • Ready time

Explicación

Pregunta 99 de 139

1

Processes at ____ priority levels are guaranteed to be selected to run before any time-sharing process but must defer to real-time processes.

Selecciona una de las siguientes respuestas posibles:

  • kernel

  • time-sharing

  • real-time

  • load-sharing

Explicación

Pregunta 100 de 139

1

With independent parallelism there is an explicit synchronization among processes.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 101 de 139

1

The advantage of ____ is that it provides extremely high data availability.

Selecciona una de las siguientes respuestas posibles:

  • RAID 2

  • RAID 4

  • RAID 0

  • RAID 6

Explicación

Pregunta 102 de 139

1

On a movable-head system, the time it takes to position the head at the track is known as

Selecciona una de las siguientes respuestas posibles:

  • access time

  • seek time

  • transfer time

  • rotational delay

Explicación

Pregunta 103 de 139

1

The disk scheduling algorithm that implements two sub-queues in a measure to avoid the problem of "arm stickiness" is the ______.

Selecciona una de las siguientes respuestas posibles:

  • C-SCAN policy

  • FSCAN policy

  • DMA

  • N-step-SCAN policy

Explicación

Pregunta 104 de 139

1

_____ external devices are suitable for communicating with modems.

Selecciona una de las siguientes respuestas posibles:

  • Human-readable

  • Application

  • Machine-readable

  • Communication

Explicación

Pregunta 105 de 139

1

The simplest type of support that the operating system can provide is _____.

Selecciona una de las siguientes respuestas posibles:

  • overflow buffering

  • dual buffering

  • single buffering

  • circular buffering

Explicación

Pregunta 106 de 139

1

Cache memory reduces average memory access time by exploiting the principle of locality.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 107 de 139

1

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.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 108 de 139

1

_____ is a technique that smooths out peaks in I/O demand.

Selecciona una de las siguientes respuestas posibles:

  • Buffering

  • Blocking

  • Smoothing

  • Tracking

Explicación

Pregunta 109 de 139

1

The _____ unit is capable of mimicking the processor and of taking over control of the system bus, just like a processor.

Selecciona una de las siguientes respuestas posibles:

  • interrupt-driven I/O

  • I/O channel

  • direct memory access

  • programmed I/O

Explicación

Pregunta 110 de 139

1

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.

Selecciona una de las siguientes respuestas posibles:

  • RAID 3

  • RAID 2

  • RAID 1

  • RAID 4

Explicación

Pregunta 111 de 139

1

Typically, the only way that a user or application may access files is through the file management system.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 112 de 139

1

_____ represents an open file associated with a process.

Selecciona una de las siguientes respuestas posibles:

  • Dentry object

  • Inode object

  • File object

  • Superblock object

Explicación

Pregunta 113 de 139

1

An objective of the ____ is to provide a standardized set of I/O interface routines to user processes.

Selecciona una de las siguientes respuestas posibles:

  • working directory

  • file management system

  • indexed file allocation

  • file directory

Explicación

Pregunta 114 de 139

1

The ____ is concerned with scheduling disk and tape access to optimize performance.

Selecciona una de las siguientes respuestas posibles:

  • device driver

  • basic I/O supervisor

  • access method

  • logical I/O

Explicación

Pregunta 115 de 139

1

The ____ file exploits the capability found on disks to access directly any block of a known address.

Selecciona una de las siguientes respuestas posibles:

  • direct

  • sequential

  • indexed sequential

  • indexed

Explicación

Pregunta 116 de 139

1

All types of UNIX files are administered by the OS by means of inodes.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 117 de 139

1

The least-complicated form of file organization is the indexed file.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 118 de 139

1

The ____ contains the core parts of the operating system, including system binaries, system libraries, and configuration files.

Selecciona una de las siguientes respuestas posibles:

  • data directory

  • system directory

  • cache directory

  • mnt/sdcard directory

Explicación

Pregunta 119 de 139

1

A ____ is a contiguous set of allocated blocks.

Selecciona una de las siguientes respuestas posibles:

  • key

  • pathname

  • pile

  • portion

Explicación

Pregunta 120 de 139

1

A ___ is the basic element of data.

Selecciona una de las siguientes respuestas posibles:

  • database

  • field

  • file

  • record

Explicación

Pregunta 121 de 139

1

General-purpose computer systems far outnumber embedded systems.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 122 de 139

1

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.

Selecciona una de las siguientes respuestas posibles:

  • Variant

  • Platform

  • Memory Management

  • Architechture

Explicación

Pregunta 123 de 139

1

The ____ module includes code for startup, chip selection configuration, interrupt controllers, and timer devices.

Selecciona una de las siguientes respuestas posibles:

  • Architechture

  • Variant

  • MMU

  • Platform

Explicación

Pregunta 124 de 139

1

Configurability, direct use of interrupts, and real-time operation are some of the unique characteristics and design requirements for ______/

Selecciona una de las siguientes respuestas posibles:

  • Tiny OS

  • eCos

  • embedded operating systems

  • OS service routines

Explicación

Pregunta 125 de 139

1

______ is one of the most widely used embedded operating systems.

Selecciona una de las siguientes respuestas posibles:

  • Resource-specific interfaces

  • eCos

  • open sources

  • resource requests

Explicación

Pregunta 126 de 139

1

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.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 127 de 139

1

The _____ interface allows the client to hold on to a resource until the client is notified that someone else needs the resource.

Selecciona una de las siguientes respuestas posibles:

  • Resource configure

  • Resource requested

  • Resource

  • Resource-specific

Explicación

Pregunta 128 de 139

1

A mutex is used to enforce mutually exclusive access to a resource, allowing only one thread at a time to gain access.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 129 de 139

1

_____ has become a popular approach to implementing wireless sensor network software.

Selecciona una de las siguientes respuestas posibles:

  • TinyOS

  • eCos

  • Embedded system

  • Arbiter

Explicación

Pregunta 130 de 139

1

Virtual machines are made up of files.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 131 de 139

1

The solution that enables virtualization is a ____.

Selecciona una de las siguientes respuestas posibles:

  • round robin

  • virtual machine monitor

  • hyperfile

  • DalviB600

Explicación

Pregunta 132 de 139

1

The ___ facilitates the translation and I/O from the virtual machine to the physical server devices.

Selecciona una de las siguientes respuestas posibles:

  • hardware

  • memory

  • hypervisor

  • network interface card

Explicación

Pregunta 133 de 139

1

_____ can power off and on physical hosts as they are needed.

Selecciona una de las siguientes respuestas posibles:

  • DRS

  • Storage and Network I/O

  • DPM

  • Resource Scheduler

Explicación

Pregunta 134 de 139

1

The number of guests that can exist on a single hosts is measured as a _____.

Selecciona una de las siguientes respuestas posibles:

  • VMM ratio

  • hypervisor ration

  • broker ratio

  • consolidation ratio

Explicación

Pregunta 135 de 139

1

The ____ approach is becoming a common way for businesses and individuals to deal with legacy applications and to optimize their hardware usage.

Selecciona una de las siguientes respuestas posibles:

  • virtual machine

  • consolidation

  • ratio

  • round robin

Explicación

Pregunta 136 de 139

1

Virtual machines are hosted via the infrastructure services in the VM kernel.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 137 de 139

1

______ is a commercially available hypervisor from VMware that provides users a bare metal hypervisor to host virtal machines on their servers.

Selecciona una de las siguientes respuestas posibles:

  • Zygote

  • Dalvi068

  • JVM

  • ESXi

Explicación

Pregunta 138 de 139

1

A key aspect of server virtualization is that VMs cannot be viewed as network resources.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 139 de 139

1

The concept of ____, as used in Linux, refers to a partitioning of the privileges available to a root user.

Selecciona una de las siguientes respuestas posibles:

  • root isolation

  • hosting platform

  • capabilities

  • processing isolation

Explicación