1.

What does WCTE stand for?(a) wait case execution time(b) wait case encoder time(c) worst case execution time(d) worst code execution timeI had been asked this question in my homework.The query is from Prediction of Execution Times in chapter Embedded Operating System, Middleware and Scheduling of Embedded Systems

Answer»

Correct choice is (c) worst case execution TIME

For EXPLANATION I would say: The WCTE is the worst case execution time which is an upper bound on the execution times of task. It can be COMPUTED for certain programs like while loops, programs without recursion, iteration count etc.



Discussion

No Comment Found

Related InterviewSolutions