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
Can a variable be both const and volatile?
Is there a built-in function in C that can be used for sorting data?
What is difference between %d and %i in c?
What is pointer and structure in c?
Is null a keyword in c?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is a string?
How do you write a program which produces its own source code as output?
Explain what is wrong with this program statement? Void = 10;
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is %g in c?
What are the keywords in c?
What is the use of typedef in structure in c?
What is meant by initialization and how we initialize a variable?
What is the general form of #line preprocessor?