Matt Merritt
Quiz por , criado more than 1 year ago

Information Technology Quiz sobre OS Final Possible Questions, criado por Matt Merritt em 01-05-2017.

82
1
0
Matt Merritt
Criado por Matt Merritt aproximadamente 7 anos atrás
Fechar

OS Final Possible Questions

Questão 1 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 2 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das seguintes:

  • memory controller

  • mapping function

  • write policy

  • replacement algorithm

Explicação

Questão 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.

Selecione uma das seguintes:

  • access

  • halt

  • handler

  • interrupt

Explicação

Questão 5 de 139

1

The ____ holds the address of the next instruction.

Selecione uma das seguintes:

  • Accumulator (AC)

  • Instruction Register (IR)

  • Instruction Counter (IC)

  • Program Counter (PC)

Explicação

Questão 6 de 139

1

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

Selecione uma das seguintes:

  • Block memory

  • Cache memory

  • Direct memory

  • WORM memory

Explicação

Questão 7 de 139

1

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

Selecione uma das seguintes:

  • mapping

  • handling

  • interconnecting

  • prefetching

Explicação

Questão 8 de 139

1

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

Selecione uma das seguintes:

  • 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

Explicação

Questão 9 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 10 de 139

1

Instruction processing consists of two steps:

Selecione uma das seguintes:

  • fetch and execute

  • instruction and execute

  • instruction and halt

  • fetch and instruction

Explicação

Questão 11 de 139

1

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

Selecione uma das seguintes:

  • execution context

  • associated data

  • executable program

  • nucleus

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 13 de 139

1

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

Selecione uma das seguintes:

  • time-sharing

  • uniprogramming

  • multitasking

  • memory management

Explicação

Questão 14 de 139

1

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

Selecione uma das seguintes:

  • clock cycles

  • associated data

  • interrupts

  • kernels

Explicação

Questão 15 de 139

1

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

Selecione uma das seguintes:

  • multi-threading

  • serial processing

  • time slicing

  • round-robin

Explicação

Questão 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 _____.

Selecione uma das seguintes:

  • clock cycle

  • time slicing

  • round-robin

  • multithreading

Explicação

Questão 17 de 139

1

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

Selecione uma das seguintes:

  • Protection and access control

  • Support of modular programming

  • Process isolation

  • Automatic allocation and management

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 19 de 139

1

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

Selecione uma das seguintes:

  • World Wide Web Consortium

  • Free Software Foundation

  • Berkeley Software Distribution

  • GNU Public License

Explicação

Questão 20 de 139

1

Both batch processing and time-sharing use multiprogramming.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 21 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 22 de 139

1

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

Selecione uma das seguintes:

  • OS

  • process control block

  • memory

  • dispatcher

Explicação

Questão 23 de 139

1

The ____ is the less-privileged mode.

Selecione uma das seguintes:

  • user mode

  • kernel mode

  • system mode

  • control mode

Explicação

Questão 24 de 139

1

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

Selecione uma das seguintes:

  • trace

  • process control block

  • dispatcher

  • PSW

Explicação

Questão 25 de 139

1

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

Selecione uma das seguintes:

  • process structure

  • process control block

  • process location

  • process image

Explicação

Questão 26 de 139

1

Preencha o espaço em branco para completar o texto.

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

Explicação

Questão 27 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das seguintes:

  • Blocked

  • Blocked/Suspend

  • Ready

  • Ready/Suspend

Explicação

Questão 29 de 139

1

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

Selecione uma das seguintes:

  • 3

  • 9

  • 21

  • 15

Explicação

Questão 30 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 31 de 139

1

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

Selecione uma das seguintes:

  • strand

  • process

  • string

  • trace

Explicação

Questão 32 de 139

1

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

Selecione uma das seguintes:

  • TRIX

  • Windows

  • LINUX

  • Solaris

Explicação

Questão 33 de 139

1

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

Selecione uma das seguintes:

  • Kernel

  • KLT

  • lightweight process

  • ULT

Explicação

Questão 34 de 139

1

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

Selecione uma das seguintes:

  • Processes

  • Kernel threads

  • LWPs

  • ULTs

Explicação

Questão 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.

Selecione uma das seguintes:

  • port

  • process

  • token

  • thread

Explicação

Questão 36 de 139

1

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

Selecione uma das seguintes:

  • four

  • three

  • two

  • one

Explicação

Questão 37 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das seguintes:

  • Times and timers

  • Uninterruptible

  • Stopped

  • Interruptible

Explicação

Questão 39 de 139

1

The ____ state is when the thread has terminated.

Selecione uma das seguintes:

  • ZOMBIE

  • FREE

  • STOP

  • SLEEP

Explicação

Questão 40 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 42 de 139

1

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

Selecione uma das seguintes:

  • mutual exclusion

  • deadlock

  • starvation

  • livelock

Explicação

Questão 43 de 139

1

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

Selecione uma das seguintes:

  • weak

  • general

  • strong

  • binary

Explicação

Questão 44 de 139

1

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

Selecione uma das seguintes:

  • deadlock

  • general semaphore

  • condition variable

  • mutex

Explicação

Questão 45 de 139

1

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

Selecione uma das seguintes:

  • atomic operation

  • co-routine

  • critical section

  • monitor

Explicação

Questão 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 ____.

Selecione uma das seguintes:

  • critical section

  • linelock

  • mutual exclusion

  • atomic operation

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 48 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 49 de 139

1

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

Selecione uma das seguintes:

  • multiprogramming

  • structured applications

  • disturbed processing

  • multi-management processing

Explicação

Questão 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.

Selecione uma das seguintes:

  • spin waiting

  • general semaphore

  • critical resource

  • message passing

Explicação

Questão 51 de 139

1

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

Selecione uma das seguintes:

  • singal

  • atomic bitmap operation

  • atomic integer operation

  • spinlock

Explicação

Questão 52 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 53 de 139

1

Requested resources are granted to processes whenever possible with _____.

Selecione uma das seguintes:

  • deadlock detection

  • preemption

  • mutual exclusion

  • deadlock avoidance

Explicação

Questão 54 de 139

1

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

Selecione uma das seguintes:

  • barrier

  • condition variable

  • readers/writer lock

  • mutex

Explicação

Questão 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.

Selecione uma das seguintes:

  • regional resources

  • joint resources

  • reusable resources

  • consumable resources

Explicação

Questão 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 ____.

Selecione uma das seguintes:

  • no preemption

  • mutual exclusion

  • circular wait

  • hold and wait

Explicação

Questão 57 de 139

1

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

Selecione uma das seguintes:

  • prevention

  • detection

  • diversion

  • avoidance

Explicação

Questão 58 de 139

1

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

Selecione uma das seguintes:

  • semaphore

  • pipe

  • message

  • shared memory

Explicação

Questão 59 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 60 de 139

1

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

Selecione uma das seguintes:

  • shared memory

  • message

  • pipe

  • semaphore

Explicação

Questão 61 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das seguintes:

  • logical address

  • relative address

  • absolute address

  • physical address

Explicação

Questão 63 de 139

1

The page table for each process maintains ____.

Selecione uma das seguintes:

  • 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

Explicação

Questão 64 de 139

1

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

Selecione uma das seguintes:

  • 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

Explicação

Questão 65 de 139

1

Available chunks of memory are known as ____.

Selecione uma das seguintes:

  • frames

  • segments

  • addresses

  • pages

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 67 de 139

1

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

Selecione uma das seguintes:

  • frames of different sizes

  • external fragmentation

  • internal fragmentation

  • segments of different sizes

Explicação

Questão 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 _____>

Selecione uma das seguintes:

  • next-fit

  • first-fit

  • last-fit

  • best-fit

Explicação

Questão 69 de 139

1

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

Selecione uma das seguintes:

  • internal fragmentation

  • pages of different specified sizes

  • external fragmentation

  • frames of different specified sizes

Explicação

Questão 70 de 139

1

One technique for overcoming external fragmentation is ____.

Selecione uma das seguintes:

  • loading

  • compaction

  • relocation

  • partitioning

Explicação

Questão 71 de 139

1

Segments may be of unequal, indeed dynamic, size.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 72 de 139

1

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

Selecione uma das seguintes:

  • paging error

  • paging replacement policy

  • page fault

  • page placement policy

Explicação

Questão 73 de 139

1

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

Selecione uma das seguintes:

  • page fault

  • fetch policy

  • working set

  • resident set management

Explicação

Questão 74 de 139

1

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

Selecione uma das seguintes:

  • optimal

  • FIFO

  • clock

  • LRU

Explicação

Questão 75 de 139

1

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

Selecione uma das seguintes:

  • page placement

  • working set

  • VSWS

  • page fault frequency

Explicação

Questão 76 de 139

1

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

Selecione uma das seguintes:

  • hash table

  • inverted page table

  • page table

  • segment table

Explicação

Questão 77 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 78 de 139

1

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

Selecione uma das seguintes:

  • Hashing

  • Paging

  • Segemention

  • Thrashing

Explicação

Questão 79 de 139

1

____ is a range memory addresses available to a process.

Selecione uma das seguintes:

  • Address space

  • Real address

  • Virtual address

  • Virtual address space

Explicação

Questão 80 de 139

1

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

Selecione uma das seguintes:

  • Paging

  • Locality

  • Segmentation

  • Resident set managment

Explicação

Questão 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?

Selecione uma das seguintes:

  • FIFO

  • FCFS

  • non-preemptive

  • preemptive

Explicação

Questão 82 de 139

1

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

Selecione uma das seguintes:

  • shortest process next

  • fair share scheduling

  • queuing analysis

  • simulation modeling

Explicação

Questão 83 de 139

1

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

Selecione uma das seguintes:

  • decision mode

  • medium-term scheduling

  • ready state

  • TAT

Explicação

Questão 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.

Selecione uma das seguintes:

  • short-term scheduling

  • long-term scheduling

  • medium-term scheduling

  • I/O scheduling

Explicação

Questão 85 de 139

1

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

Selecione uma das seguintes:

  • the degree of multiprogramming

  • I/O requirements

  • process priorities

  • virtual memory

Explicação

Questão 86 de 139

1

Response time in an interactive system is an example of:

Selecione uma das seguintes:

  • 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

Explicação

Questão 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.

Selecione uma das seguintes:

  • SRT

  • SPN

  • FIFO

  • FCFS

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 89 de 139

1

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

Selecione uma das seguintes:

  • user process band

  • swapper band

  • file manipulation band

  • utilization band

Explicação

Questão 90 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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 _____.

Selecione uma das seguintes:

  • tightly coupled multiprocessor

  • cluster

  • functionally specialized processor

  • loosely coupled or distributed multiprocessor

Explicação

Questão 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.

Selecione uma das seguintes:

  • Static priority-driven preemptive approaches

  • Static table-drive approaches

  • Dynamic planning-based approaches

  • Dynamic best effort approaches

Explicação

Questão 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.

Selecione uma das seguintes:

  • priority ceiling

  • priority inversion

  • unbounded priority inversion

  • priority inheritance

Explicação

Questão 94 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 95 de 139

1

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

Selecione uma das seguintes:

  • medium

  • fine

  • independent

  • very course

Explicação

Questão 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.

Selecione uma das seguintes:

  • dynamic scheduling

  • load sharing

  • gang scheduling

  • dedicated processor assignment

Explicação

Questão 97 de 139

1

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

Selecione uma das seguintes:

  • idle user

  • time sharing

  • bottom-half kernel

  • real-time

Explicação

Questão 98 de 139

1

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

Selecione uma das seguintes:

  • Processing time

  • Priority

  • Resource requirements

  • Ready time

Explicação

Questão 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.

Selecione uma das seguintes:

  • kernel

  • time-sharing

  • real-time

  • load-sharing

Explicação

Questão 100 de 139

1

With independent parallelism there is an explicit synchronization among processes.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 101 de 139

1

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

Selecione uma das seguintes:

  • RAID 2

  • RAID 4

  • RAID 0

  • RAID 6

Explicação

Questão 102 de 139

1

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

Selecione uma das seguintes:

  • access time

  • seek time

  • transfer time

  • rotational delay

Explicação

Questão 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 ______.

Selecione uma das seguintes:

  • C-SCAN policy

  • FSCAN policy

  • DMA

  • N-step-SCAN policy

Explicação

Questão 104 de 139

1

_____ external devices are suitable for communicating with modems.

Selecione uma das seguintes:

  • Human-readable

  • Application

  • Machine-readable

  • Communication

Explicação

Questão 105 de 139

1

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

Selecione uma das seguintes:

  • overflow buffering

  • dual buffering

  • single buffering

  • circular buffering

Explicação

Questão 106 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 108 de 139

1

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

Selecione uma das seguintes:

  • Buffering

  • Blocking

  • Smoothing

  • Tracking

Explicação

Questão 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.

Selecione uma das seguintes:

  • interrupt-driven I/O

  • I/O channel

  • direct memory access

  • programmed I/O

Explicação

Questão 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.

Selecione uma das seguintes:

  • RAID 3

  • RAID 2

  • RAID 1

  • RAID 4

Explicação

Questão 111 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 112 de 139

1

_____ represents an open file associated with a process.

Selecione uma das seguintes:

  • Dentry object

  • Inode object

  • File object

  • Superblock object

Explicação

Questão 113 de 139

1

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

Selecione uma das seguintes:

  • working directory

  • file management system

  • indexed file allocation

  • file directory

Explicação

Questão 114 de 139

1

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

Selecione uma das seguintes:

  • device driver

  • basic I/O supervisor

  • access method

  • logical I/O

Explicação

Questão 115 de 139

1

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

Selecione uma das seguintes:

  • direct

  • sequential

  • indexed sequential

  • indexed

Explicação

Questão 116 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 117 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 118 de 139

1

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

Selecione uma das seguintes:

  • data directory

  • system directory

  • cache directory

  • mnt/sdcard directory

Explicação

Questão 119 de 139

1

A ____ is a contiguous set of allocated blocks.

Selecione uma das seguintes:

  • key

  • pathname

  • pile

  • portion

Explicação

Questão 120 de 139

1

A ___ is the basic element of data.

Selecione uma das seguintes:

  • database

  • field

  • file

  • record

Explicação

Questão 121 de 139

1

General-purpose computer systems far outnumber embedded systems.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das seguintes:

  • Variant

  • Platform

  • Memory Management

  • Architechture

Explicação

Questão 123 de 139

1

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

Selecione uma das seguintes:

  • Architechture

  • Variant

  • MMU

  • Platform

Explicação

Questão 124 de 139

1

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

Selecione uma das seguintes:

  • Tiny OS

  • eCos

  • embedded operating systems

  • OS service routines

Explicação

Questão 125 de 139

1

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

Selecione uma das seguintes:

  • Resource-specific interfaces

  • eCos

  • open sources

  • resource requests

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das seguintes:

  • Resource configure

  • Resource requested

  • Resource

  • Resource-specific

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 129 de 139

1

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

Selecione uma das seguintes:

  • TinyOS

  • eCos

  • Embedded system

  • Arbiter

Explicação

Questão 130 de 139

1

Virtual machines are made up of files.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 131 de 139

1

The solution that enables virtualization is a ____.

Selecione uma das seguintes:

  • round robin

  • virtual machine monitor

  • hyperfile

  • DalviB600

Explicação

Questão 132 de 139

1

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

Selecione uma das seguintes:

  • hardware

  • memory

  • hypervisor

  • network interface card

Explicação

Questão 133 de 139

1

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

Selecione uma das seguintes:

  • DRS

  • Storage and Network I/O

  • DPM

  • Resource Scheduler

Explicação

Questão 134 de 139

1

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

Selecione uma das seguintes:

  • VMM ratio

  • hypervisor ration

  • broker ratio

  • consolidation ratio

Explicação

Questão 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.

Selecione uma das seguintes:

  • virtual machine

  • consolidation

  • ratio

  • round robin

Explicação

Questão 136 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das seguintes:

  • Zygote

  • Dalvi068

  • JVM

  • ESXi

Explicação

Questão 138 de 139

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 139 de 139

1

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

Selecione uma das seguintes:

  • root isolation

  • hosting platform

  • capabilities

  • processing isolation

Explicação