what is plc system
Answers were Sorted based on User's Feedback
Answer / dhaval
This concept are used in industry where some process are
divided in task and this task has some sequence. To control
this sequence repetitively PLC are used.
| Is This Answer Correct ? | 3 Yes | 0 No |
As you know a vast majority of high performance embedded systems today use risc architecture why?
Design a circuit for A + abs(B) = C, where A and B are 4 bits wide and 2?s complement representation
What are the most common errors you've found in embedded systems and how have you resolved them?
Explain how does combination of functions reduce memory requirements in embedded systems?
What value do daily builds, automated testing, and peer reviews add to a project? What disadvantages are there?
look at following code void foo(void) { unsigned int a = 6; int b = -20; int c = (a+b > 6) ? 1:0; } o/p is 1 why explain promotion rules
What is difference between using a macro and inline function?
Tell me what is top half & bottom half of a kernel?
What could be the reasons for a system to have gone blank and how would you debug it?
Explain the difference between risc and cisc processor?
What is the use of having the const qualifier?
What is priority inheritance?