Question 31 :
In the following cases non – preemptive scheduling occurs?
- When a process switches from the running state to the ready sta
- When a process goes from the running state to the waiting state
- When a process switches from the waiting state to the ready sta
- shortest job scheduling
Question 32 :
__________ mounts, is when a file system can be mounted over another file system, that is remotely mounted, not local.
- recursive
- cascading
- trivial
- non recursive
Question 33 :
The transparency that enables multiple instances of resources to be used, is called ____ transparency
- Concurrency
- Performance
- Scaling
- Replication
Question 34 :
__________ is a process that prevents multiple threads or processes from accessing shared resources at the same time
- Deadlock
- Critical section
- Mutual Exclusion
- Message passing
Question 35 :
In RPC , while a server is processing the call, the client is blocked
- Unless the client sends an asynchronous request to the server
- Unless the call processing is complete
- For the complete duration of the connection
- Unless the server is disconnected
Question 36 :
The collection of protocols used in a particular system is called a protocol suite or
- Protocol collector
- Protocol list
- Protocol stack
- Protocol queue
Question 37 :
____ can be defined as a lightweight process, a part of process which is to be executed sequentially on one core
- method
- Thread
- virtualization
- client server
Question 38 :
to locate and retrieve the contents of the web and pass the content onto the indexing subsystem. Performed by a software called
- Googlebot.
- Gobot.
- bot.
- lebot.
Question 39 :
RPC is used to _________
- establish a server on remote machine that can respond to queries
- retrieve information by calling a query
- establish a server on remote machine that can respond to queries and retrieve information by calling a query
- to secure the client
Question 40 :
Which of the following is the drawback of static scheduling algorithm.
- Maximize the total processing time
- Maximum extent of resource utilization
- Get maximum throughput
- To adjust the system fluctuation
Question 41 :
Difference in precision between a prefect reference clock and a physical clock is known as________
- Clock drift rate
- Drift
- Skew
- Clock synchronization
Question 42 :
What is the advantage of a vector clock over Lamport's logical clock?
- Catch causality
- avoid deadlock
- avoid linear relationship
- set nonlinear relationship
Question 43 :
Two clocks are said to be synchronized at a particular instance of time if the difference in time values of the two clocks is less than some specified constant. The difference in time values of two clocks is called ___________
- Clock Frequency
- Clock drift
- Clock skew
- Clock Ticks
Question 44 :
Web-based office suite supporting shared editing of documents held on Google servers.
- Gmail
- Google Talk
- Google News
- Google Docs
Question 45 :
Synchronization of complex stream data deals with-
- maintaining temporal relations between streams
- ensuring receiver receives data in the same order sent.
- sender and receiver being running at the same time
- receiving data without errors
Question 46 :
Characteristics of threads are ______.
- Parallelism, blocking system calls
- No parallelism, blocking system calls
- Parallelism, non blocking system calls
- No parallelism, non blocking system calls
Question 47 :
In distributed file system, when a file’s physical storage location changes
- file name need to be changed
- file name need not to be changed
- file’s host name need to be changed
- file’s local name need to be changed
Question 48 :
In ____ only one process at a time is allowed into its critical section, among all processes that have critical sections for the same resource.
- Mutual Exclusion
- Synchronization
- Deadlock
- Starvation
Question 49 :
Multiprogramming systems:
- Are easier to develop than single programming systems
- Execute each job faster
- Execute more jobs in the same time period
- Are used only one large mainframe computers
Question 50 :
In Release consistency model: ____________ is used by a process to tell the system that it has just exited a critical section and ________ is used by a process to tell the system that it is about to enter a critical section
- acquire, release
- release, acquire
- entry, exit
- entry, out
Question 51 :
Transient communication with synchronization after the request has been fully processed is also widely used in
- IPC
- RPC
- MPC
- Message Passing
Question 52 :
Which one in the given list is not a middleware layer protocol?
- RPC
- UDP
- RMI
- CORBA
Question 53 :
Which of the following is true about heterogeneous architecture?
- There is no mixed architecture style at one abstraction level
- Heterogeneous architecture implies increased time efficiency
- If the general structure of a system is connected using one architecture style, and each component can use a different one, this is one example of heterogeneous architecture
- Heterogeneous architecture implies decreased time efficiency
Question 54 :
DOS gives the view of ___________ System.
- Multi-processor
- Uniprocessor
- Multi-controller
- Virtual Uniprocessor
Question 55 :
If a process is executing in its critical section, ________
- any other process can also execute in its critical section
- no other process can execute in its critical section
- one more process can execute in its critical section
- none of the mentioned
Question 56 :
____________ is a runtime system that essentially provides an abstract instruction set used for executing applications.
- Consistent system
- Serialization
- Virtualization
- Parallelization
Question 57 :
_________ transparency hides failure and recovery of a resources.
- Location transparency
- Access transparency
- Failure transparency
- Migration transparency
Question 58 :
A resources can be termed as one of the following-
- Physical and database
- Physical and distributed
- Physical and logical
- Logical and virtual
Question 59 :
DNS stands for?
- Domain Network System
- Domain name System
- Direct Network System
- Direct Name System
Question 60 :
__________________ transparency makes sure that even if the servers are migrated from one location to to the other, they will not affect the performance of system.
- Location
- Migration
- Network
- Concurrent