× Introduction Embedded systems Arduino Arduino Programming Structure Arduino Hardware Digital Output DO Projects Digital Input Analog I/O Variables and Strings Serial Communication Examples Quiz-1
eBooks
Arduino Uno
Components
Computer
Tools
C Programs







Arduino Programming Introduction Quiz


Input

display

reading

output


digitalwrite(2,HIGH);

digitalWrite(2,HIGH)

digitalWrite(2,high);

digitalWrite(2,HIGH);


C/C++

Java

Python

Assembly Code


setup and sequence

setup and execution

setup and loop

None of the above


dely(500);

delay(500);

delay(500)

delay500


Test

Execution

Preparation

Infinite


6

13

8

10


In Deep Environment

Integrated Development Environment

Internal Deep Eclipse

None of the above


Firmware

Software

Syntax

Command


Single side PCB

minicomputer

Single Board Computer (SBC)

None of the above


1000 second

1000 milli second

1000 micro Second

1000 Hour


file

notes

sketche

drawings


2.5V

5V

0V

10V


1

Depends upon the setup() function

Infinitely till the power is supplied to the Arduino

2


Test

Execution

Preparation

Infinite


1

2

3

4


pinMode(2,Input);

pinMode(2,INPUT)

pinMode(2,INPUT);

pinmode(2,Input);


10

13

14

6


Intel 8086

Intel 8085

ATMEGA 320

ATMEGA 328


Execution

setup

loop

all of the above