IS 8085 an embedded system?
Answers were Sorted based on User's Feedback
Answer / arulbelly
its not a embedded system...bcoz it will be a part of a
embedded system and it does not work on any software..
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / arvind
8085 is not an embedded system because...
An embedded system is a combination of Computer Hardware,Software and perhaps some additional mechanical parts to perform a specific task or simply Embedded system is a system on chip.So, 8085 is just a chip which contains RAM,ROM,INTERRUPTS,Serial ports,Timers,Bus control.
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / afua
It's not a embedded system.It is micro controller. Embedded system is the combination of hardware and software.Using 8085 micrto controller we have to solve real-time applications by embedded system
| Is This Answer Correct ? | 0 Yes | 5 No |
Tell me why does pre-emptive multi-threading used to solve the central controller problem?
Explain the difference between mutexes vs semaphores?
What are the different types of buses used by the embedded systems?
What is the need for having multibyte data input and output buffers in case of device ports?
What is top half & bottom half of a kernel?
What's the difference between asynchrony and concurrency?
What is the order of calling for the constructors and destructors in case of objects of inherited classes?
what is a pure function in arm terminology?
What is the use of having the const qualifier?
Tell me why is it better to use multi-threading polling then single threading model?
Tell me what type of scheduling is there in rtos?
Explain interrupt latency and how can we decrease it?