InterviewSolution
Saved Bookmarks
| 1. |
A program written with the IDE for Arduino is called _________(a) IDE source(b) Sketch(c) Cryptography(d) Source codeI got this question in an online quiz.This is a very interesting question from Arduino in chapter Prototyping Embedded Devices of IOT |
|
Answer» CORRECT CHOICE is (b) Sketch The explanation: Sketches are saved on the development computer as TEXT files with the file extension .ino. ARDUINO software (IDE) pre-1.0 saved sketches with the extension file .pde. |
|