What is the difference between microprocessor and
microcontroller?
Answers were Sorted based on User's Feedback
Answer / rinki soni
microprocessor uses down counting hence count value is given by:
count value = required time/time period of 1 clock pulse
but in case of microcontroller as it uses up counting count value is given by:
final value- (required time/time period of 1 clock pulse)+1
+1 is added to rollover the count value to 0.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / pallavi
microcontroller is less expensive then microprocessor.
microcontroller is used for doing mechanical work while
microprocessor is used for computational woek.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / t.gnaneshwar goud
Microcontroller is a onchip memory where as microprocessor is not a on chip memory
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / p.supraja
micro processor:all components
like I/Odevises,ram,rom,
timers are conected
externaly.
micro contoller:all components are conected
on a single silicon chip .
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / anil reddy
The main difference between the microprocessor and micro controller is that the microprocessor is to do few functions connected with external RAM,ROM and I/O devices and micro controller is to do lot of functions with inbuilt of RAM,ROM,I/O devices etc.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kny
Architecture. Microprocessors use the Von Neuman
architecture while microcontrollers use the Harvard
architecture (separate instruction and data memory). I'm
not sure if this distinction still holds though.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / tonyyyyy
mico prcessor use in more than one program but mico contoller do only one at atime
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manoj negi
The basic difference between microprocessor and
microcontroller is that microcontroller have inbuilt m/m
i.e RAM & ROM but in case of microprocessor it do not have
any internal m/m i.e RAM & ROM.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / neha minocha
The basic difference between Microcontroller and
microprocessor is that ,Microprocessor have more opcodes
but few bit handling instruction but in microcontroller it
has fewer opcode and more bit handling
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sushma
In microprocessor special features may not be present...
In microcontroller special features like masking
capability,boolean functions,serial communication
processor,PLL,ADC,PWM,Watch dog,timer are present....
Is This Answer Correct ? | 1 Yes | 0 No |
What are local and global page replacements?
What causes a page fault?
What is Semaphore?
What are co-operating processes?
How you can detect deadlock condition?
What are differences between ram and rom?
Give examples for 8 / 16 / 32 bit Microprocessor?
Define a good platform along with its qualities.
Tell us something about mutex.
Is atomic thread safe?
Why is round robin algorithm considered better than first come first served algorithm?
semaphore is