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 the difference between text and binary i/o?
Do you know null pointer?
Explain the difference between #include "..." And #include <...> In c?
Is r written in c?
What is c programing language?
What are loops c?
What is the general form of function in c?
What is an array? What the different types of arrays in c?
What are types of structure?
What is the ANSI C Standard?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is a pointer value and address in c?
What is use of #include in c?
Describe wild pointers in c?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.