• Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • English APP
  • login
  • Result
  • Today's Puzzle
    • Previous Puzzles
    • Prize & Rules
  • Discussion Board
    • Suggestion Board
    • Trending Articles
  • Maths Tricks
  • Placement Papers
    • Placement Questions
    • Interview Experience
    • Placed user Comment
    • Group Discussion
  • Walkins
    • Corporate Job Exam
    • Government Job Exam
    • Entrance Exam
  • Training
    • Internship
  • Placement Questions
  • /
  • Operating System

Frequently Asked Operating System interview questions and answers for freshers Page 8

Operating System Select Another Category Select Another Topic

Programming and Technical

  • Android 118
  • ASP.NET 60
  • C 459
  • C++ 448
  • DATA STRUCTURE 66
  • DBMS 77
  • ELECTRONICS 39
  • Java 261
  • OOPs Concepts 117
  • Operating Syst 103
  • RDBMS 109
  • UNIX 70

Operating System Question Topics

    Category (1)

    HR Interview (1)

  • Interview (1)
  • Logical Reasoning (6)

  • Coding Decoding (3)
  • Cryptography (2)
  • Decision Making and Problem Solving (1)
  • Numerical Ability (1)

  • Age Problem (1)
  • Programming (11)

  • Arrays (1)
  • Basics (1)
  • Database (1)
  • Program (2)
  • Technical (6)
  • Verbal Ability (1)

  • Antonyms (1)
Keep an EYE (0)
Solved Question (0) UnSolved Question (103)
Pages: 11FirstPrev4567891011NextLast
Advertisements

(#M40029466) OPERATING SYSTEM QUESTION operating system Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is a Real-Time System?

A. A real time process is a process that must respond to the events within a certain time period. A real time operating system is an operating system that can run real time processes successfully

Asked In Operating System MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (1) Submit Your Solution

(#M40029465) OPERATING SYSTEM QUESTION operating system Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is Memory-Management Unit (MMU)?

A. Hardware device that maps virtual to physical address. In MMU scheme, the value in the relocation register is added to every address generated by a user process at the time it is sent to memory. ->The user program deals with logical addresses; it never sees the real physical addresses

Asked In Operating System MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution
Advertisements

(#M40029463) OPERATING SYSTEM QUESTION operating system Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. Differentiate between Complier and Interpreter?

A. An interpreter reads one instruction at a time and carries out the actions implied by that instruction. It does not perform any translation. But a compiler translates the entire instructions

Asked In Operating System MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40029462) OPERATING SYSTEM QUESTION operating system Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is logical and physical addresses space?

A. Logical address space is generated from CPU; it bound to a separate physical address space is central to proper memory management. Physical address space is seen by the memory unit. Logical address space is virtual address space. Both these address space will be same at compile time but differ at execution time.

Asked In Operating System MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40029461) OPERATING SYSTEM QUESTION operating system Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is cache memory?

A. Cache memory is random access memory (RAM) that a computer microprocessor can access more quickly than it can access regular RAM. As the microprocessor processes data, it looks first in the cache memory and if it finds the data there (from a previous reading of data), it does not have to do the more time-consuming reading of data from larger memory.

Asked In Operating System MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40029460) OPERATING SYSTEM QUESTION operating system Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What are necessary conditions for dead lock?

A. 1. Mutual exclusion (where at least one resource is non-sharable)
2. Hold and wait (where a process holds one resource and waits for other resource)
3. No preemption (where the resources can't be preempted)
4. Circular wait (where p[i] is waiting for p[j] to release a resource. i= 1,2,...¦n
j=if (i!=n) then i+1
else 1 )

Asked In Operating System MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40029459) OPERATING SYSTEM QUESTION operating system Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is fragmentation? Tell about different types of fragmentation?

A. When many of free blocks are too small to satisfy any request then fragmentation occurs. External fragmentation and internal fragmentation are two types of fragmentation. External Fragmentation happens when a dynamic memory allocation algorithm allocates some memory and a small piece is left over that cannot be effectively used. Internal fragmentation is the space wasted inside of allocated memory blocks because of restriction on the allowed sizes of allocated blocks.

Asked In Operating System MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (1) Submit Your Solution

(#M40029457) OPERATING SYSTEM QUESTION operating system Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is virtual memory?

A. Virtual memory is hardware technique where the system appears to have more memory that it actually does. This is done by time-sharing, the physical memory and storage parts of the memory one disk when they are not actively being used.

Asked In Operating System MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40029455) OPERATING SYSTEM QUESTION operating system Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is a thread?

A. A thread is a program line under execution. Thread sometimes called a light-weight process, is a basic unit of CPU utilization; it comprises a thread id, a program counter, a register set, and a stack

Asked In Operating System MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution

(#M40029454) OPERATING SYSTEM QUESTION operating system Keep an EYE Keep an eye puzzle Keep an eye puzzle

Q. What is context switching?

A. Transferring the control from one process to other process requires saving the state of the old process and loading the saved state for new process. This task is known as context switching.

Asked In Operating System MAN (12 years ago)
Unsolved
Is this Puzzle helpful?   (0)   (0) Submit Your Solution
Keep an EYE (0)
Solved Question (0) UnSolved Question (103)
Pages: 11FirstPrev4567891011NextLast
  • Login
  • Register

Resend

Sponsored Links

Advertisements

Challenger of the Day

no image
Dimple
India
Punjab
Time: 00:01:33
Points
19

Maths Quotes

"Maths is the queen of all sciences", Whatever rules your world ; "SHE" rules them!!!

Arun V K

Mathematics its like a complex number. The mother of science.

Prabaharan

Placed User Comments

M4Math helped me a lot.

Vipul Chavan 5 years ago

Thanks m4 maths for helping to get placed in several companies.
I must recommend this website for placement preparations.

yash mittal 5 years ago

Now enjoy Offline Access of latest Question.

Get M4maths app to avail expert's solution and latest selected questions.

Download m4maths app now

  • 2533K+Registerd user
  • 1774K+Engineers
  • 759K+MBA Asprirant
  • 3K+Enginnering College
  • 250+Company Exam
  • 150K+Interview Questions
  • Site Links
  • Home
  • Result
  • Today's Puzzle
  • Discussion Board
  • Maths Tricks
  • Advertise with us
  • Contact Us
  • Useful Info
  • Maths Quotes
  • Previous Puzzles
  • Prize
  • Privacy Policy
  • Disclaimer and Copyright
  • Terms and Conditions
  • Sitemap
  • Placement papers
  • TCS Placement Paper
  • HCL Placement Paper
  • INFOSYS Placement Paper
  • IBM Placement Paper
  • SYNTEL Placement Paper
  • TECHNICAL Interview
  • HR Interview
All rights are reserved to @m4maths.com