what is real time system?what is the differance between hard
and soft real time systems
Answers were Sorted based on User's Feedback
real time system processing must be done within a defined
timed constraint otherwise system fails.
hard real time: time is strictly bounded ex: space
crafts,avionics,military application
soft real time : time is not strictly bounded ex: ATMs..
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nilesh chauhan
REAL TIME SYSTEM are the operating system which are defined
with restricted constraint lile time constraint,visuability
constraint etc.
Best example of real time system is QNX
HRTS are those which have great degree of constaint & SRTS
are those which have low degree of constaint.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is indirect recursion? give an example?
what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }
Are there constructors in c?
write a program to arrange the contents of a 1D array in ascending order
What is the Difference between Class and Struct?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
What are the different flags in C? And how they are useful? And give example for each in different consequences?
What is a global variable in c?
What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?
Explain 'bus error'?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
who is the editor of 'pokemon'?