data structures and algorithms using C
Hardware Embedded Interview Questions
82 hardware embedded interview questions shared by candidates
what is embedded system
stack and queue
pcb design process
capacitor and resistor
If a clock goes from 12 AM to 12 PM then how many times does minute hand crosses 12 in the clock
Have the function StringChallenge(str) read str which will be a string of roman numerals in decreasing order. The numerals being used are: I for 1, V for 5, X for 10, L for 50, C for 100, D for 500 and M for 1000. Your program should return the same number given by str using a smaller set of roman numerals. For example: if str is "LLLXXXVVVV" this is 200, so your program should return CC because this is the shortest way to write 200 using the roman numeral system given above. If a string is given in its shortest form, just return that same string.
Pretend I'm a non-engineer. Explain how something like an iPhone works from the basic building blocks all the way up through the memory organization and operating system interactions with the hardware. Be as specific as possible without using terms that non-computer engineers would not understand.
Interrupts on a microcontroller to light up an LED
C and C++ Programming Resume based Questions
Viewing 31 - 40 interview questions