GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Operating System
Go To First  |  Previous Question  |  Next Question 
 Operating System  |  Question 61 of 72    Print  
What is the main difference between GPOS and RTOS?

  
Total Answers and Comments: 1 Last Update: November 19, 2007     Asked by: satyagmk 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 19, 2007 08:38:00   #1  
abhay.parashar Member Since: October 2007   Contribution: 2    

RE: What is the main difference between GPOS and RTOS?...
just go through...you can get 5 pages material
http://www.embedded-computing.com/pdfs/QNX.Jan05.pdf

 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : in terms of filesystems unix is more secure than windows.unix is multiuser,where as windows is singleuser ...
Read Answers (31) | Asked by : meera

Latest Answer : process is program under execution.Program is only a set of instructions and process is a program in memory.  Thread is a basic unit of execution within a process.  This means program is something which is not loaded in memory yet. And ...

Doesn't show the windows main screen i.e with the start menu and all, so now what i do is after logging in I have to press ctrl+Alt+Del to get the task manager and then I will work on the laptop. Does anybody know the reason, I tried to repair the OS but its asking for the admin password which I forgot.How to solve this problem?
Read Answers (6) | Asked by : Jeny

Latest Answer : pipe is not bi directional communication. pipe is uni directional communication. ...
Read Answers (6) | Asked by : vignesh karthikeyan

Latest Answer : Hi,sar = system activity reportervmstat = virtual memory stat counetriostat = input/output stat counternetstat = network stat counter Sar is basically used for getting the performance stats of a system over a period of time , this gives us a awful amount ...

Latest Answer : NTFS: we are able to grant permissions to files and folder.FAT: we are not able to do so. ...

Latest Answer : The processor frequency up to 1.2Ghz 12.10X is P3The processor frequency greater than 1.2Ghz is P4The Cache memory in P4 is incereased compared to P3 In P4 We have a special range of processor with HT technology and Dual core ...

Latest Answer : Hello,Differences from non real time OS is(i.e. RTOS is)1.Preemptive priority based scheduling 2.Low interrrupt latency 3.Low context switching(no need to  store and restore  virtual address context) 4.Small and configurable(MicroKernel) ...

Latest Answer : Time Sharing: programs are executed in an interlived manner that is 1st the programs are merged together to form a single stream of instruction then given to the processos for execution.Multitasking: programs are kept seperate and cpu switches in betn ...
Read Answers (6) | Asked by : Nithyaa

Latest Answer :   Dear frnd,Win981. Win98 Support FAT file system & XP support NTFS And Also FAT. 2. Win98 Does not Having Remote Access facility While in XP there is.3. win98 Does not need faster processing speed while XP Need 500mhz processing Speed.4. ...
Read Answers (7) | Asked by : Prince


 Sponsored Links

 
Related Articles

How is the main() function declared?

The declaration of main can be done as int main() One more declaration that can be taken by main is command line arguments form int main(int argc, char *argv[]) or this can also be written as int main(argc, argv) int argc; char *argv[]; NOTE: It is not possible for one to declare the main
 

What happens when a variable is not initialized in main function?

When a variable is not initialized in main function it contains garbage value. This can be well seen from the example below main() { int x; printf(“%d”,x); z= sample() } sample() { printf(“Testing program”); } Output is   &n
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,
 

System Implementation

In the previous articles relating to SDLC Stages we discussed about Project Planning and Feasibility Study moved on to System Analysis and Requirements which lead to Systems Design. Systems Design will naturally lead to another stage where it becomes closer to the actual deployment of the p
 

System Analysis and Requirements

In the previous chapter, we’ve discussed about project planning and feasibility study. That stage was important because it tries to establish a problem in our highly technological world. As our understanding on what we can do in computers evolve and so are the things that we need to make t
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Operating Systems and IT Certification

With the burst of information technology that is becoming a part of the dominant culture throughout the world, are programs that are designed to help those in this area to grow in knowledge.  By understanding the different technologies that are available, one is able to use them and impleme
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape