2
4
8
16
!
|
~
&
2-bit
3-bit
8-bit
6-bit
analog pin
digital pin
any one
None of these
United Serial Bus
Universal Serial Bus
United Search Bus
None of the above
Pulse Code Modulated Signal
Frequency Modulated Signal
Pulse Width Modulated Signal
Pulse Amplitude Modulated Signal
Measure light intensity
Detect motion
Measure temperature and humidity
Monitor air pressure
1
3
Microprocessor
Coprocessor
microcontroller
controller
10 KB
4 KB
64 KB
32 KB
Platforms
Elements
Batteries
Components
digitalRead()
for()
pinMode()
delay()
less
high
same
Depends on the temperature
Add on modules
extra peripherals
connectivity modules
another arduinos
Digitalwrite()
Digitalread()
digitalWrite()
Integrated Development Environment
Interfaced Developed Module
Interleaving Deficit Expander
Interleaving The Developed Environment
50-60
0-1023
0-255
None
To change the digital signal reference value
To change the analog signal reference value
To print the analog signal reference voltage.
To print the digital signal reference voltage.
2003
2004
2005
2006
Network connection
TCP IP protocol
Network protocol
TCP protocol
General PCB
Connectivity circuit boards
Arduino shields
Other high-end Arduino boards
setup () and loop () function
Only setup () function
Only loop () function
Analog sensor
Digital sensor
Light sensor
Dust sensor
5-10 Sec
5-10 MS
10-15 MS
10-20 MS
VHDL programming
IDE
ICSP
इनमें से कोई नहीं
Soldering iron
digital multimeter
voltmeter
ammeter
Easy to learn
Huge community
many third-party libraries
All of the above
Code
Source code
Sketch
Paint
setup()
loop()
start()
tone(pin, frequency, duration)
tone(pin, duration, frequency)
tone(frequency, pin, duration)
tone(pin)
Power source
Regulator
Inverter
0-511
0-4095
Lights
Clock
Voltage Divider
All of above
Arduino nano
Lilypad
Arduino uno
Arduino mega
Programming language
Image editing software
Open-source electronics platform
Text editor
Mobile phone
Television
Smart Speaker
Smart Meters
What is the objective of the code given below if it is executed on the Arduino Uno?
#include<EEPROM.h>int pin=13;void setup(){pinMode(pin,OUTPUT);Serial.begin(9600); void loop(){for(int i-0; i<EEPROM.length(); i++) {EEPROM.write(i, 1);digitalWrite(pin, HIGH);exit(0); }
Clear EEPROM
Fill EEPROM with 1's
Export EEPROM data
Fill EEPROM with 0's
Runs continuously in a loop
Initializes variables and sets up configurations
Executes only when an error occurs
Used to include libraries
A0
GND
RST
Vin
while()
Only loop()
only setup()
setup() and loop()
can be either loop() or setup()
dataType const PROGMEM variableName [] = {};
data type PROFMEM const variableName [] = {};
const data Type variableName [] PROGMEM = {};
const data Type PROGMEM variableName []= {};
Servo.h
Motor.h
Wire.h
LCD.h
50
25
27
54
Turbine
Windmill
Solar cell
#
$
^
%
What will be the output of the following code?
int main(){int i=25;int k=i%4;print("%d\n",k);}
Each request-response pair is dependent of others
Request- response is a stateless communication model
Client server architecture of Request-response uses queues
In request-response publisher is a client and broker are server.
Bread Board
Shield
Actuator