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
Explain what does the function toupper() do?
What is wild pointer in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Explain how can I manipulate strings of multibyte characters?
When is the “void” keyword used in a function?
Why is c called a structured programming language?
Write a program for finding factorial of a number.
Are the outer parentheses in return statements really optional?
How many types of operators are there in c?
Should I learn data structures in c or python?
What is strcpy() function?
using only #include
What is data type long in c?
What are the types of data types and explain?
Compare array data type to pointer data type