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 is the main thread?
What is fragmentation? Different types of fragmentation?
Measurements of a certain system have shown that the average process runs for a time T before blocking on I/O. A process switch requires a time S, which is effectively wasted (overhead). The CPU’s efficiency is the fraction of its time its spends executing user programs, i.e., executing user processes. For round robin scheduling with quantum Q, give a formula for the CPU efficiency for each of the following: (a) Q = ∞ (b) Q > S + T (c) S <Q<S + T (d) Q = S
What is Executive in Windows NT?
What is the limit of ram capacity in a 32bit os?
How many types of os are there?
What is the purpose of an I/O status information?
How you can Kill the Session by force?
Can I move programs from c drive to d?
Does 64bit mean 64bit?
Explain process spawning?
How do I enable macros?