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 |
can we access one file to one directory?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
How is actual parameter different from the formal parameter?
Can we include one C program into another C program if yes how?
Explain the meaning of keyword 'extern' in a function declaration.
Explain what header files do I need in order to define the standard library functions I use?
main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā%dā,x); }
get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
c program to add and delete an element from circular queue using array
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
can we declare a function in side the structure?
1,1,5,17,61,217,?,?.