MCQOPTIONS
Saved Bookmarks
| 1. |
What happens to the output if the analogReadResolution() function is invoked with a resolution higher than the board’s ADC can physically handle? |
| A. | The output is padded with zeros |
| B. | The output is not obtained as an error is thrown during compile time |
| C. | The output is not obtained as an error is thrown during run time |
| D. | The output is padded with ones |
| Answer» B. The output is not obtained as an error is thrown during compile time | |