what is real time system?what is the differance between hard
and soft real time systems
Answer Posted / 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 |
Post New Answer View All Answers
Tell me about low level programming languages.
What is a char in c?
How the c program is executed?
Are the variables argc and argv are local to main?
What are header files why are they important?
What are type modifiers in c?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the value of uninitialized variable in c?
Explain the difference between the local variable and global variable in c?
Why c is a procedural language?
explain what is an endless loop?
Explain two-dimensional array.
writ a program to compare using strcmp VIVA and viva with its output.
What are the key features in c programming language?
What is optimization in c?