Difference Between embedded software and soft ware?



Difference Between embedded software and soft ware?..

Answer / rajesh kota

Embedded software is a program which will interact with the
physical world. This will be written for a perticular
machine or device which will be dedicated to that for ever.
example: Embedded software is buil in to electronic systems
or cars, home appliances, televisions etc

Normal Software is nothing but the information technoly.

Is This Answer Correct ?    22 Yes 6 No

Post New Answer

More C Interview Questions

3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these

0 Answers   Accenture,


write an algorithm and c program to add two 2x2 matrics

2 Answers  


What is dynamic variable in c?

0 Answers  


What does main () mean in c?

0 Answers  


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  


how to make a scientific calculater ?

0 Answers  


12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV

4 Answers   Accenture,


what is the difference between procedure oriented and object oriented progaming language

1 Answers  


How is null defined in c?

0 Answers  


What is difference between array and pointer in c?

0 Answers  


Taking an example,differentiate b/w loader and linker ?

1 Answers  


How to add two numbers without using arithmetic operators?

18 Answers   College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,


Categories