what is real time system?what is the differance between hard
and soft real time systems
Answer Posted / vishnu948923
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 |
Post New Answer View All Answers
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Is using exit() the same as using return?
show how link list can be used to repersent the following polynomial i) 5x+2
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is difference between && and & in c?
What is scanf_s in c?
How can I make sure that my program is the only one accessing a file?
If I have a char * variable pointing to the name of a function ..
What are c preprocessors?
in linking some of os executables are linking name some of them
Are the expressions * ptr ++ and ++ * ptr same?
In C programming, what command or code can be used to determine if a number of odd or even?
Explain how can I prevent another program from modifying part of a file that I am modifying?
What is type qualifiers?
What do you mean by recursion in c?