Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 6

FreeJobAlert.com <http://www.freejobalert.

com/> Government Bank IT Freshers jobs Walkins Get Free job alerts on your mobile through SMS Click Here </free-job-alerts-on-your-mobile-through-sms-subscribe-now/> * Home <http://www.freejobalert.com/> * Govt Jobs </index.php/category/government-jobs> * State Govt Jobs </index.php/category/government-jobs/state-government-jobs> * Bank Jobs </index.php/category/Bank jobs> * Teaching Jobs </index.php/category/government-jobs/teaching-faculty-jobs> * Fresher IT Jobs </index.php/category/it-jobs> * Fresher IT Walkins </index.php/category/it-walkins-for-freshers> * Engineering Jobs </index.php/category/engineering-and-technical-jobs> * Railway Jobs </index.php/category/government-jobs/railway-jobs> * Police/Defence Jobs </index.php/category/government-jobs/policedefence-jobs> Advertisement Notifications * Latest Notifications </latest-notifications/> * Upcoming Notifications </upcoming-notifications/21614/> Latest Announcements * * * * * * Exam Results </exam-results/22075/> Interview Results </interview-results/22135/> Interview Schedule </interview-schedule/22252/> Exam Date Reminder </upcoming-exam-dates-of-various-jobs/1835/> Written Marks </written-test-marks/22399/> Admit Card / Call Letter </admit-card-call-letter/22406/>

To Be Announced Later * * * * Others * * * * Cutoff Marks & Answer Key </cut-off-marks-answer-key/22331/> Eligibility </eligibility/22149/> Syllabus </syllabus/22151/> Exam Pattern & Selection Process </exam-pattern-selection-process-2/22290/> * Previous Papers </previous-papers/22365/> * Interview Questions </interview-questions/22378/> Advertisement Get Free Job Alerts on your Mobile by SMS- Subscribe now </free-job-alerts-on-your-mobile-through-sms-subscribe-now/> Exam Results </exam-results-to-be-announced-2/22025/> Interview Results </interview-results-to-be-announced/22047/> Interview Schedule </interview-schedule-to-be-announced/22233/> Exam Date </exam-date/22202/>

operating system interview questions Part3 <http://www.freejobalert.com/operating-system-interview-questions-part3/7158/> If you would like to view All operating system interview questions only at one place visit below link All operating system Interview Questions </it-interviewtechnical-questions/operating-system-interview-questions/> *21.What are operating system services?* Ans: 1. Program execution 2. I/O operations 3. File system manipulation 4. Communication 5. Error detection 6. Resource allocation 7. Accounting 8. Protection *22.What are system calls?* *Ans:* System calls provide the interface between a process and the operating system. System calls for modern Microsoft windows platforms are part of the win32 API, which is available for all the compilers written for Microsoft windows. *23.What is a layered approach and what is its advantage?* *Ans:* Layered approach is a step towards modularizing of the system, in which the operating system is broken up into a number of layers (or levels), each built on top of lower layer. The bottom layer is the hard ware and the top most is the user interface.The main advantage of the layered approach is modularity. The layers are selected such that each uses the functions (operations) and services of only lower layer. This approach simplifies the debugging and system verification. *24.What is micro kernel approach and site its advantages?* *Ans:* Micro kernel approach is a step towards modularizing the operating system where all nonessential components from the kernel are removed and implemented as system and user level program, making the kernel smaller.The benefits of the micro kernel approach include the ease of extending the operating system. All new services are added to the user space and consequently do not require modification of the kernel. And as kernel is smaller it is easier to upgrade it. Also this approach provides more security and reliability since most services are running as user processes rather than kernels keeping the kernel intact. *25.What are a virtual machines and site their advantages?* *Ans:* It is the concept by which an operating system can create an illusion that a process has its own processor with its own (virtual) memory. The operating system implements virtual machine concept by using CPU scheduling and virtual memory. 1. The basic advantage is it provides robust level of security as each virtual machine is isolated from all other VM. Hence the system resources are completely protected. 2. Another advantage is that system development can be done without disrupting normal operation. System programmers are given their own virtual machine, and as system development is done on the virtual

machine instead of on the actual physical machine. 3. Another advantage of the virtual machine is it solves the compatibility problem. EX: Java supplied by Sun micro system provides a specification for java virtual machine. *26.What is a process?* *Ans:* A program in execution is called a process. Or it may also be called a unit of work. A process needs some system resources as CPU time, memory, files, and i/o devices to accomplish the task. Each process is represented in the operating system by a process control block or task control block (PCB).Processes are of two types: 1. Operating system processes 2. User processes *27.What are the states of a process?* *Ans:* 1. New 2. Running 3. Waiting 4. Ready 5. Terminated *28.What are various scheduling queues?* *Ans:* 1. Job queue 2. Ready queue 3. Device queue *29.What is a job queue?* *Ans:* When a process enters the system it is placed in the job queue. *Related Fresher Interview Questions* 1. C Language Interview Questions </category/it-interviewtechnical-questions/placements-placements/> 2. C++ Language Interview Questions </category/it-interviewtechnical-questions/placements-placements-2/> 3. Data Structures Interview Questions </category/it-interviewtechnical-questions/data-structures-placements/> 4. DBMS Interview Questions </category/it-interviewtechnical-questions/placements-placements-5/> 5. Operating System Interview Questions </category/it-interviewtechnical-questions/placements-placements-4/> 6. UNIX Interview Questions </category/it-interviewtechnical-questions/unix-it-interviewtechnical-questions/ > No related posts. Tags:interview questions and answers <http://www.freejobalert.com/tag/interview-questions-and-answers/>, interview questions for operating system <http://www.freejobalert.com/tag/interview-questions-for-operating-system/>, Operating System <http://www.freejobalert.com/tag/operating-system/>, operating system interview <http://www.freejobalert.com/tag/operating-system-interview/>, operating system interview questions

<http://www.freejobalert.com/tag/operating-system-interview-questions/>, operating system interview questions 2009 <http://www.freejobalert.com/tag/operating-system-interview-questions-2009/>, operating system interview questions and answers for freshers <http://www.freejobalert.com/tag/operating-system-interview-questions-and-answer s-for-freshers/>, operating system interview questions and answers pdf <http://www.freejobalert.com/tag/operating-system-interview-questions-and-answer s-pdf/>, operating system interview questions answers <http://www.freejobalert.com/tag/operating-system-interview-questions-answers/>, operating system questions <http://www.freejobalert.com/tag/operating-system-questions/>, operating system tutorial <http://www.freejobalert.com/tag/operating-system-tutorial/> One Response to operating system interview questions * Manish says: June 8, 2011 at 4:47 pm <http://www.freejobalert.com/operating-system-interview-questions-part3/71 58/comment-page-1/#comment-45748> Very Beneficial Interview QnA For Operating System.It Would Help Me For Interview Preparation Of Lecturership. Reply </operating-system-interview-questions-part3/7158/?replytocom=45748#respon d> Part3

Leave a Reply Click here to cancel reply. </operating-system-interview-questions-part3/7158/#respond> Name (required) Mail (will not be published) (required) Website Submit Comment Free E-mail Job Alerts Enter your email address: Delivered by FeedBurner <http://feedburner.google.com> Advertisement LATEST EXAM RESULTS * RRB Bhopal Result 2011 Technician Results <http://www.freejobalert.com/rrb-bhopal/10329/> * RRB Gorakhpur Result 2011 Section, Junior Engineer Results <http://www.freejobalert.com/rrb-gorakhpur/9800/>

* TNPSC Results 2011 VAO Written Test Results Declared Check Now <http://www.freejobalert.com/tnpsc-results/26152/> * New India Assurance 379 Administrative Officer Written Results declared <http://www.freejobalert.com/new-india-assurance/18069/> * RRB Kolkata Result 2011 Various Recruitment results Check Now <http://www.freejobalert.com/rrb-kolkata/21193/> view more </index.php/category/results-of-all-governmentbankother-jobs> -----------------------------------------------------------------------LATEST INTERVIEW RESULTS * UPSC IES/ISS Exam 2010 Final Results Declared <http://www.freejobalert.com/upsc-ies-result/24950/> * RRB Secunderabad ASM & ALP Final Results Declared <http://www.freejobalert.com/rrb-secunderabad/13205/> * APCPDCL Results 2011 LDC-Cum-Computer Operator Final Result <http://www.freejobalert.com/apcpdcl-results/7913/> * UCO Bank Results 2011 PO & IT Officer Final Results <http://www.freejobalert.com/uco-bank-results/17816/> * APSCSC Results Grade I,II & III Final Results Announced Check Now <http://www.freejobalert.com/apscsc/13554/> view more </index.php/category/interview-results> -----------------------------------------------------------------------LATEST IT INTERVIEW/TECHNICAL QUESTIONS * .Net Interview Questions <http://www.freejobalert.com/net-interview-questions/10537/> * ADO.NET Interview Questions <http://www.freejobalert.com/ado-net-interview-questions/10231/> * SQL Server interview questions create table <http://www.freejobalert.com/sql-server-interview-questions-create-table/8 750/> * SQL Server interview questions data integrity constraints <http://www.freejobalert.com/sql-server-interview-questions-data-integrity -constraints/8745/> * SQL Server interview questions indexes <http://www.freejobalert.com/sql-server-interview-questions-indexes/8740/> view more </index.php/category/it-interviewtechnical-questions> -----------------------------------------------------------------------LATEST IT PLACEMENT PAPERS * Ness Technologies Requires Senior QA Engineer (2-4 y) <http://www.freejobalert.com/ness-technologies-2/19709/> * Ness Technologies looking for Senior Software Engineer <http://www.freejobalert.com/ness-technologies/19700/> * Ramco Systems immediate openings for Business analyst- Finance <http://www.freejobalert.com/ramco-systems/19635/> * L&T Infotech Walk Ins on 7th may 2011 for IT Recruiter <http://www.freejobalert.com/lt-infotech-2/19626/> * Igate Careers Igate Careers for Freshers 2011 <http://www.freejobalert.com/igate/19338/>

view more </index.php/category/placement-papers> -----------------------------------------------------------------------RECENT POSTS * NDA Syllabus <http://www.freejobalert.com/nda-syllabus/25716/> * NDA Selection Procedure <http://www.freejobalert.com/nda-selection-procedure/25714/> * NDA Exam Pattern <http://www.freejobalert.com/nda-exam-pattern/25711/> * NDA Eligibility Criteria <http://www.freejobalert.com/nda-eligibility/25709/> * UPSC SCRA Exam Syllabus <http://www.freejobalert.com/upsc-scra-exam-syllabus/25689/> * UPSC SCRA Selection Procedure <http://www.freejobalert.com/upsc-scra-selection-procedure/25684/> * UPSC SCRA Exam Pattern <http://www.freejobalert.com/upsc-scra-exam-pattern/25681/> * UPSC SCRA Eligibility Criteria <http://www.freejobalert.com/upsc-scra-eligibility-criteria/25678/> * UPSC IFS Exam Selection Procedure <http://www.freejobalert.com/upsc-ifs-exam-selection-procedure/25625/> <http://www.freejobalert.com/feed/> Policy </policy/> Copyright 2011 FreeJobAlert.com. All Rights Reserved. <http://a.tribalfusion.com/h.click/almyY9WrjP5UanWTvvWqrdQEvFSGZbLQFAoPHvkWsvQ4U 6rmWItXTeu4dvZdQVFZd5ArFptPNTWQ70rMbXFB90qqtPbBZbUFvPWdJXnrfqRUfNXq3m4Ebj2aMRmE7 DXrBcWWBWmmbZdpG7BgwZbjui/http://a.tribalfusion.com>

You might also like