Computer Science, asked by mustafa0714, 8 days ago

Explain why computers are unable to read the data directly from the sensors.

Answers

Answered by yogeshbhuyal7
1

the short answer is it can. The much longer answer is some sensors demand exact timing in their readings to get accurate results and their outputs may be analog which will require an interface of some kind. If the sensor requires real-time serial interface, that is not normally something you can do in an interrupt-based OS as you can’t always assume what you want to do is available by the OS to be ran at that time. You would want to run dos or unix to get perfect control of the interface bus.

Attachments:
Answered by MathCracker
12

Question :-

Explain why computers are unable to read the data directly from the sensors.

Answer :-  \:

computers are unable to read the data directly from the sensors because sensors are analogue data or real world data however computers are digital and so only understand 1 and 0.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Learn more from brainly :

1. What is the name of the sensor that is used to read the data in the CD ?

https://brainly.in/question/7593920

2. The temperature data obatined from the bme680 sensor?

https://brainly.in/question/10014885

Similar questions