Embedded Systems Interview Questions and Answers

Embedded Systems Questions and Answers:

1 :: Explain Scope of static variables?

Static variables can only be accesed in the files were they are declared.

Static variable within the scope of a function store it's values in consecutive calls of that function.

Static functions can only be caled within the file they are defined.
5/5 Rating (1 vote)
Is This Answer Correct?    8 Yes 0 No
Place Your Answer

2 :: Explain What is interrupt latency?

Interrupt latency refers to the amount of time between when an interrupt is triggered and when the interrupt is seen by software.
5/5 Rating (1 vote)
Is This Answer Correct?    3 Yes 2 No
Place Your Answer

3 :: How to define a structure with bit field members?

You can define structure bit field members with Dot operators.

EXAMPLE:

#include <stdio.h>
int main()
{

Struct bit_field
{
Int x.4; // it allocates only 4 bits to x
Char C.6; // it allocates only 6 bits to C;
};

return 0;
}
5/5 Rating (1 vote)
Is This Answer Correct?    2 Yes 2 No
Place Your Answer

4 :: Explain What is the difference between embedded systems and the system in which RTOS is running?

Embedded system can include RTOS and cannot include also. it depends on the requirement. if the system needs to serve only event sequencially, there is no need of RTOS. If the system demands the parallel execution of events then we need RTOS.
0/5 Rating (0 vote)
Is This Answer Correct?    5 Yes 0 No
Place Your Answer

5 :: How is function itoa() written in C?

#include<stdlib.h>
#include<stdio.h>
int main()
{
int n = 6789;
char p[20];
itoa(n,s,10);
printf("n=%d,s=%s",n,s);
return 0;
}
0/5 Rating (0 vote)
Is This Answer Correct?    0 Yes 4 No
Place Your Answer

Rate This Category:
0/5 Rating (0 vote)
Place Your Question



Top: Embedded Systems Interview Questions and Answers
Embedded Systems Interview Questions and Answers

Top Frequently Asked Embedded Systems Question
Frequently Asked Embedded Systems Job Interview Question


Top Frequently opened Computer Hardware Job Interview categories
Most popular Computer Hardware Job Interview categories

Comments About Embedded Systems Interview Questions and Answers

Share your valuable opinions, ideas and suggestions about Embedded Systems Interview Questions and Answers
While placing your comment your email address is required but won't be published any where else; Personal information will be kept confidential; we do not sell or release our respective visitors private information.
  1. Webmaster 22nd of May 2012

    Webmaster Said

    Tell us what you feel about Embedded Systems Interview Questions and Answers
    All comments will be published after review. No login or registration is required to post a comment on Embedded Systems Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
    So start sharing your thoughts regarding Embedded Systems Interview Questions and Answers
    Thank you.

Leave a Comment

Leave a Comment
  1.  Enter This Verification Code  Regenerate Verification Code  



Your reply will be added to the comment above (Below any other replies to this comment) -

Top Comments About: Embedded Systems Interview Questions and Answers
Comments on Embedded Systems Interview Questions and Answers

 
Top of Link batk to Embedded Systems Interview Questions and Answers
Link batk to Embedded Systems Interview Questions and Answers