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


Please Help Members By Posting Answers For Below Questions

what are bit fields? What is the use of bit fields in a structure declaration?

1500


What is structure data type in c?

574


Place the #include statement must be written in the program?

574


Why should I use standard library functions instead of writing my own?

675


What is the scope of global variable in c?

559






What is n in c?

576


How can I remove the trailing spaces from a string?

617


Which of these functions is safer to use : fgets(), gets()? Why?

636


Under what circumstances does a name clash occur?

693


What is a 'null pointer assignment' error?

727


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3662


Explain is it better to bitshift a value than to multiply by 2?

719


What is wrong with this code?

696


What are the types of unary operators?

663


What is return type in c?

640