-
DOS style backslashes to UNIX style slashes
- Write a script to convert all DOS style backslashes to UNIX style slashes in a list of filesI am not sure if this question has been asked before. I am newbie to this I would appreciate you answer?
-
Process synchronization and deadlock management
What are the designer and implementation challenges respect to process synchronization and deadlock management ? any suggestion for improvement
-
Advantage of Variant of Linked Location
What are the advantage of the variant of linked location that uses a fat to chain to gether the blockes of the files?
-
Replication Time
What is the replication time if account has been unlocked and password has been reset?
-
-
Tool to check updates or patches
which tool is used to check updates or patches required for a server? define it?Note: there is no Internet connectivity available.
-
Pront I/O Separate queue
Describe the advantages of having a separate queue for Print I/O and for Disk I/O
-
C drive space
How to create quota size for c drive for domain user from windows server 2012.
-
Explain the difference between microkernel and macro kernel?
Micro-Kernel: A micro-kernel is a minimal operating system that performs only the essential functions of an operating system. All other operating system functions are performed by system processes. Monolithic: A monolithic operating system is one where all operating system code is in a single executable image and all operating system code runs in system mode.
-
What is multi tasking, multi programming, multi threading?
Multi programming: Multiprogramming is the technique of running several programs at a time using timesharing.It allows a computer to do several things at the same time. Multiprogramming creates logical parallelism. The concept of multiprogramming is that the operating system keeps several jobs in memory simultaneously. The operating system selects a job from the job pool and starts executing a...
-
Give a non-computer example of preemptive and non-preemptive scheduling?
Consider any system where people use some kind of resources and compete for them. The non-computer examples for preemptive scheduling the traffic on the single lane road if there is emergency or there is an ambulance on the road the other vehicles give path to the vehicles that are in need. The example for preemptive scheduling is people standing in queue for tickets.
-
Different types of Real-Time Scheduling?
Hard real-time systems � required to complete a critical task within a guaranteed amount of time.Soft real-time computing � requires that critical processes receive priority over less fortunate ones.
-
What is DRAM? In which form does it store data?
DRAM is the Hershey's chocolate of readable/writable memory: it's not the best, but it's cheap, does the job, and is available almost everywhere you look. DRAM data resides in a cell made of a capacitor and a transistor. The capacitor tends to lose data unless it's recharged every couple of milliseconds, and this recharging tends to slow down the performance of DRAM compared to speedier RAM types....
-
Deadlock Detection-Algorithm Usage?
->When, and how often, to invoke depends on:How often a deadlock is likely to occur?How many processes will need to be rolled back?->If detection algorithm is invoked arbitrarily, there may be many cycles in the resource graph and so we would not be able to tell which of the many deadlocked processes �caused� the deadlock.
-
-
-
-
What is Dispatcher?
->Dispatcher module gives control of the CPU to the process selected by the short-term scheduler; this involves:Switching contextSwitching to user modeJumping to the proper location in the user program to restart that program Dispatch latency � time it takes for the dispatcher to stop one process and start another running.
-
Differentiate between RAM and ROM?
Semiconductor memories are of two types: RAM (random access memory) and ROM (read only memory).RAM is a read/write memory. Information can be written into and read from a RAM. It is volatile memory.It stores information so long as power supply is on. ROM is permanent type memory. Its contents are not lost when power supply goes off. the user cannot write into a ROM.Its contents are decided by...
-
Condition for deadlock occurrence?
Deadlock can arise if four conditions hold simultaneously.Mutual exclusion: only one process at a time can use a resource.Hold and wait: a process holding at least one resource is waiting to acquire additional resources held by other processes.No preemption: a resource can be released only voluntarily by the process holding it, after that process has completed its task.Circular wait: ...
Windows Interview Questions
Ans