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 |
Explain 32 bit application/OS vs 64 application/OS?
Tell me is windows nt a full blown object oriented operating system? Give reasons?
what are multi core operating systems?
What are the operating system types?
How long should a chkdsk take?
What is interrupt table?
How you can check whether a machine is 64 bit or 32 bit?
What are interrupts?
Explain translation lookaside buffer?
How does a memory leak work?
How many gb of ram can 64 bit use?
What are a trap and trapdoor?