Q1.
Arduino UNO में प्रयोग किया जाने वाला Microcontroller क्या है |
What is the microcontroller used in Arduino UNO?
A.
ATmega328p
B.
ATmega2560
C.
ATmega32114
D.
AT91SAM3x8E
View Answer
Correct Answer: ATmega328p
Q2.
Arduino IDE Environment प्रदान करता है |
Arduino provide IDE Environment.
A.
True
B.
False
C.
Can’t say
D.
None of above
View Answer
Correct Answer: True
Q3.
Arduino केवल डिजिटल इनपुट पोर्ट्स ही प्रदान करता है |
Arduino provides only digital input ports.
A.
True
B.
False
C.
Can’t say
D.
None of above
View Answer
Correct Answer: False
Q4.
Arduino प्रोग्रामिंग में कंडीशनल स्टेटमेंट्स का प्रयोग नहीं किया जा सकता है
Conditional statements cannot be uploaded to Arduino programming.
A.
True
B.
False
C.
Can’t say
D.
None of above
View Answer
Correct Answer: False
Q5.
एक बार लिखा गया कोड Arduino बोर्ड पर अपलोड नहीं किया जा सकता है |
Code once written cannot be uploaded to Arduino board.
A.
True
B.
False
C.
Can’t say
D.
None of above
View Answer
Correct Answer: False
Q6.
Sketch का प्रयोग होता है |
Sketch is used to
A.
write code
B.
upload code
C.
draw code
D.
None of these
View Answer
Correct Answer: write code
Q7.
IDE का पूरा नाम क्या है ?
What does IDE stand for?
A.
In Deep Environment
B.
Integrated Development Environment
C.
Internal Deep Escape
D.
IDLE
View Answer
Correct Answer: Integrated Development Environment
Q8.
Arduino बोर्ड में मेमोरी नहीं होती है ?
Arduino board does not have memory
A.
True
B.
False
C.
Can’t say
D.
None of these
View Answer
Correct Answer: False
Q9.
Arduino, AtMega माइक्रोकंट्रोलर का उपयोग करता है
Arduino uses AtMega microcontroller.
A.
True
B.
False
C.
Can’t say
D.
None of these
View Answer
Correct Answer: True
Q10.
Arduino Uno में USB कनेक्टिविटी होती है।
Arduino Uno has USB connectivity.
A.
True
B.
False
C.
Can’t say
D.
None of these
View Answer
Correct Answer: True
Q11.
Arduino कोड JAVA में लिखा जा सकता है |
Arduino code can be written in JAVA.
A.
True
B.
False
C.
Can’t say
D.
None of these
View Answer
Correct Answer: False
Q12.
Arduino ………… एक इंटीग्रेटेड वाई-फाई मॉड्यूल के साथ आती है ।
Arduino ………… with an integrated Wi-Fi module.
A.
Nano
B.
Uno
C.
Both A and B
D.
None
View Answer
Correct Answer: None
Q13.
Arduino के डिजिटल पिन में केवल ………………….. मान हो सकते हैं।
Digital pins of Arduino can have only ………………….. values.
A.
0 and 1
B.
HIGH and LOW
C.
Both A and B
D.
None of these
View Answer
Correct Answer: Both A and B
Q14.
अन्य उपकरणों को नियंत्रित करने के लिए Arduino बोर्ड में एक …………… लगा होता है।
Arduino board has a …………… to control other devices.
A.
Microprocessor
B.
Microcontroller
C.
Remote
D.
None of these
View Answer
Correct Answer: Microcontroller
Q15.
ESP8266 क्या है ?
What is ESP8266?
A.
WIFI module
B.
Sensor
C.
Board
D.
USB cable
View Answer
Correct Answer: WIFI module
Q16.
Build() और loop() Arduino IDE के दो फंक्शन्स हैं।
Build() and loop() are two functions of Arduino IDE.
A.
True
B.
False
C.
Can’t say
D.
None
View Answer
Correct Answer: False
Q17.
__________ Arduino UNO में इस्तेमाल किया जाने वाला माइक्रोकंट्रोलर है।
__________ is the microcontroller used in Arduino UNO.
A.
ATmega2560w
B.
ATmega320p
C.
ATmega328p
D.
ATmega8550
View Answer
Correct Answer: ATmega328p
Q18.
i2c कनेक्शन में, Arduino Uno पर कौन सा पिन SCL (सीरियल क्लॉक) के लिए उपयोग किया जाता है?
In i2c connection, which pin on the Arduino Uno is utilized for SCL (serial clock)?
View Answer
Correct Answer: A5
Q19.
कौन सा Arduino पिन 16x2 कैरेक्टर LCD पर Data5 (D5) पिन से जुड़ा है? लिक्विड क्रिस्टल एलसीडी (12, 11, 5, 4, 3, 2);
Which of the Arduino pins is connected to the Data5 (D5) pin on the 16x2 character LCD?
A.
Pin No. 3
B.
Pin No. 2
C.
Pin No. 5
D.
Pin No. 4
View Answer
Correct Answer: Pin No. 5
Q20.
कौन सा कमांड Arduino पर 9वां आउटपुट के रूप में सेट है?
Which command is the 9th pin on Arduino set as output?
A.
int sensorPin = 9;
B.
int sensorValue = 9;
C.
pinMode(9, OUTPUT);
D.
digitalWrite(9, HIGH);
View Answer
Correct Answer: pinMode(9, OUTPUT);
Q21.
आर्डुनो UNO के एनालॉग पिन समूह के लिए कौन सा गलत है ?
Which one is incorrect for the Arduino UNO's analog pin group.
A.
लॉजिक (1/0) इनपुट / आउटपुट के लिए उपयोग नहीं किया जाता है।/Logic (1/0) not used for input/output
B.
बाहरी वातावरण से लिए गए एनालॉग मूल्यों के डिजिटल रूपांतरण के लिए उपयोग किया जाता है।/Used for the digital conversion of analog values taken from external environment
C.
6 एनालॉग इनपुट पिन हैं।/There are 6 analog input pins
D.
प्रत्येक इनपुट का रिज़ॉल्यूशन 10 बिट्स है।/The resolution of each input is 10 bits
View Answer
Correct Answer: लॉजिक (1/0) इनपुट / आउटपुट के लिए उपयोग नहीं किया जाता है।/Logic (1/0) not used for input/output
Q22.
आर्डुनो में —-----पिन के लिए उपयोग की जाने वाली फेडिंग तकनीक।
Fading technique used for ________ pin in Arduino.
View Answer
Correct Answer: PWM
Q23.
आर्डुनो यूनो में प्रोग्राम मेमोरी का आकार -------- है।
Arduino uno have ___size of program memory.
A.
10 KB
B.
4 KB
C.
64 KB
D.
32 KB
View Answer
Correct Answer: 32 KB
Q24.
आर्डुनो यूनो की घड़ी की गति ................ है |
Clock Speed of Arduino UNO is :
A.
16 MHz
B.
12 MHz
C.
18 MHz
D.
14 MHz
View Answer
Correct Answer: 16 MHz
Q25.
Arduino IDE किस प्रोग्रामिंग भाषा में लिखा गया है
What programming language is the Arduino IDE written in?
A.
Java
B.
C/C++
C.
Python
D.
Assembly
View Answer
Correct Answer: Java
Q26.
आर्डुनो में पी डब्ल्यू एम पिन के लिए किस फंक्शन का उपयोग किया जाता है ?
Which Function is used for PWM pin in Arduino?
A.
digitalWrite()
B.
serial.print()
C.
analogWrite()
D.
pinMode()
View Answer
Correct Answer: analogWrite()
Q27.
आर्डुनो यूनो में --------- माइक्रोकंट्रोलर का उपयोग किया जाता है।
__________ microcontroller used in Arduino UNO.
A.
AT91SAM3x8E
B.
AT90S2313
C.
ATmega328p
D.
AT90S/LS8535
View Answer
Correct Answer: ATmega328p
Q28.
लिलिपैड आर्डुनो का संबंध है:
The Lilypad Arduino is concerned with
A.
ई-टेक्सटाइल और वियरेबल प्रोजेक्ट्स/e-textiles and wearables projects
B.
कपड़े में सिलाई/sewn to fabric
C.
ATmega168V/ ATmega328V
D.
उपरोक्त सभी/All of these
View Answer
Correct Answer: उपरोक्त सभी/All of these
Q29.
सर्किट बोर्ड का प्रकार जिसका उपयोग आर्डुनो बोर्ड की क्षमताओं के विस्तार के लिए किया जा सकता है:
Type of circuit board which can be used for extension of capabilities of Arduino board:
A.
ब्रेड बोर्ड/Bread Board
B.
शील्ड/Shield
C.
एक्चुएटर/Actuator
D.
माइक्रोप्रोसेसर/Microprocessor
View Answer
Correct Answer: शील्ड/Shield
Q30.
LCD में सेकेंड लाइन पर मेसेज को प्रिंट करने के लिए कौन से कमांड का प्रयोग किया जाता है?
Which command used to print message on second line in LCD?
A.
lcd.getcursor(0,0);
B.
lcd.setcursor(0,0);
C.
lcd.getcursor(0,1);
D.
lcd.setcursor(1,0);
View Answer
Correct Answer: lcd.setcursor(1,0);
Q31.
आर्डुनो नैनो बोर्ड में कितने एनालॉग पिन का उपयोग किया जाता है?
How many analog pins are used in Arduino nano board?
View Answer
Correct Answer: 8
Q32.
आर्डुनो में एलईडी को चालू करने के लिए फंक्शन का नाम क्या है?
What is the function name for turn on led in arduino?
A.
digitalwrite()
B.
digitalread()
C.
ledWrite()
D.
ledRead()
View Answer
Correct Answer: digitalwrite()
Q33.
Which compiler is used to translate C/C++ code into binary for AVR microcontrollers?
AVR माइक्रोकंट्रोलर के लिए C/C++ कोड को बाइनरी में अनुवाद करने के लिए कौन सा कंपाइलर उपयोग किया जाता है?
A.
G++
B.
AVR-GCC
C.
Python
D.
Both A and B
View Answer
Correct Answer: AVR-GCC
Q34.
आर्डुनो प्रोग्राम में विलंब उत्पन्न करने के लिए किस कमांड का उपयोग किया जाता है ?
Which command is used to create a delay in the Arduino program?
A.
digitalRead()
B.
for()
C.
pinMode()
D.
delay()
View Answer
Correct Answer: delay()
Q35.
प्रोग्राम काउंटर पर किस प्रकार के निर्देशों का सबसे अधिक प्रभाव पड़ता है?
What types of instructions have the most impact on the programme counter?
A.
Call & Jump
B.
getchar & putchar
C.
Call & Return
D.
Return & Jump
View Answer
Correct Answer: Call & Jump
Q36.
आर्डुनो प्रोग्रामिंग में हमेशा के लिए जाने का संकेत देता है।
In Arduino programming _______ indicate going forever.
A.
void loop
B.
void setup
C.
while
D.
OUTPUT
View Answer
Correct Answer: void loop
Q37.
“PROGMEM utility” के दौरान डेटा को सेव करते समय उपयोग की जाने वाली मेमोरी है :
The memory used while saving the data during “PROGMEM utility” is:
A.
DRAM
B.
Flash
C.
SRAM
D.
EEPROM
View Answer
Correct Answer: Flash
Q38.
IoT इंटीग्रेटेड डेवलपमेंट एनवायरनमेंट (IDE) और टूल्स कौन सा है :
Which is IoT integrated development environment (IDE) and tools?
A.
HTML
B.
Pascal
C.
Arduino
D.
PHP
View Answer
Correct Answer: Arduino
Q39.
फंक्शन pgm_read_word ((&(var_data[x][y]))) फ़्लैश मेमोरी में ............... पढ़ता है |
The function pgm_read_word ((&(var_data[x][y]))) reads ______ from flash memory:
A.
Address
B.
Integers
C.
Strings
D.
Data files
View Answer
Correct Answer: Integers
Q40.
Arduino IDE में बूटलोडर क्या है ?
What is the bootloader in the Arduino IDE?
A.
कोड का एक टुकड़ा/a piece of code
B.
स्केच शुरू करता है/initiates the sketch
C.
मेमोरी स्पेस में संगृहीत/stored in the memory space
D.
ये सभी/All of these
View Answer
Correct Answer: ये सभी/All of these
Q41.
Arduino एक ............. है |
Arduino is a ______.
A.
ओपन-सोर्स इलेक्ट्रॉनिक्स प्लेटफॉर्म/Open-source electronics platform
B.
ओपन-सोर्स टेक्स्ट एडिटर/Open-source Text editor
C.
वेब प्रोग्रामिंग लैंग्वेज/Web programming language
D.
इनमें से कोई नहीं/None of these
View Answer
Correct Answer: ओपन-सोर्स इलेक्ट्रॉनिक्स प्लेटफॉर्म/Open-source electronics platform
Q42.
जैसा की दिखाया गया है Arduino के साथ एक LED इंटरफेसिंग का तात्पर्य है:
A LED interfacing with Arduino as shown implies:
digitalWrite(led_pin, LOW);
digitalWrite(led_pin, HIGH);
A.
VCC को बदलकर LED को बंद और चालू करना/LED off and on by varying VCC
B.
LED को बंद और चालू करना/LED off and on
C.
बेहतर आउटपुट के लिए देरी का उपयोग किया जा सकता है/Can introduce delay for better o/p
D.
उपरोक्त सभी/All of these
View Answer
Correct Answer: उपरोक्त सभी/All of these
Q43.
Arduino कोड के बारे में सच क्या है?
What is true about Arduino Codes?
A.
setup() एक स्टार्टअप फंक्शन है/setup() is a startup function
B.
loop() को बार बार निष्पादित किया जाता है/loop() is executed repeatedly
C.
स्केच के रूप में भी जाना जाता है/Also known as sketches
D.
ये सभी/All of these
View Answer
Correct Answer: ये सभी/All of these
Q44.
“Arduino.h” हैडर फाइल के बारे में जो कथन सत्य है, वे है:
The statements that are TRUE about “Arduino.h” header file are:
A.
Avrdude सॉफ्टवेर हेक्स फाइल को अपलोड करता है/Avrdude software uploads the hex file
B.
Arduino की सभी कोर कार्यक्षमताओं तक पहुच प्रदान करता है/Gives access to all of Arduino’s core functionality
C.
#include <Arduino.h>
D.
ये सभी/All of these
View Answer
Correct Answer: ये सभी/All of these
Q45.
कीवर्ड 'PROGMEM' PROGMEM उपयोगिता का एक चर संशोधक है। किस हैडर फ़ाइल में यह है?
The keyword “PROGMEM” is a variable modifier of PROGMEM Utility. Which header file contains it?
A.
avr/pspace.h
B.
avr/pgmspace.h
C.
avr/pmspace.h
D.
avr/progmem.h
View Answer
Correct Answer: avr/pgmspace.h
Q46.
जब EN लाइन ................. दिखाती है और RS लाइन ............ होती है तो LCD डेटा के टेक्स्ट फॉर्म को प्रदर्शित करता है :
LCD displays the text form of data when EN line shows __________ and RS line is__________:
A.
0 से 1 ट्रांज़िशन और हाई/0 to 1 transitions & High
B.
1 से 0 ट्रांज़िशन और हाई/1 to 0 transitions & High
C.
0 से 1 ट्रांज़िशन और लो/0 to 1 transitions & Low
D.
1 से 0 ट्रांज़िशन और लो/1 to 0 transitions & Low
View Answer
Correct Answer: 0 से 1 ट्रांज़िशन और हाई/0 to 1 transitions & High
Q47.
निम्नलिखित भाषाओँ का उपयोग करके Arduino को प्रोग्राम किया जा सकता है :
Arduino can be programmed using following languages:
A.
Python
B.
C++
C.
दोनों A और B/Both A and B
D.
इनमें से कोई नहीं/None of above
View Answer
Correct Answer: दोनों A और B/Both A and B
Q48.
“Hello friend” फ़्लैश मेमोरी में संगृहीत किया जायेगा इसकी पुष्टि कैन सा मैक्रो करता है :
Which macro confirms “Hello friend” will be stored in the Flash memory:
A.
Serial.print(F("Hello Friend"));
B.
Serial.print(A("Hello Friend"));
C.
Serial.print(C("Hello Friend"));
D.
Serial.print(N("Hello Friend"));
View Answer
Correct Answer: Serial.print(F("Hello Friend"));
Q49.
Arduino में रेखाकित ............ एक्सटेंशन के साथ सेव करते है :
Sketches in Arduino are saved with the extension…………...
A.
.exe
B.
.ino
C.
.ide
D.
.doc
View Answer
Correct Answer: .ino
Q50.
"पिन 1" का आउटपुट क्या है यदि "पिन 2" को "1011" भेजा जाता है जहां 1 5V है और 0 0V है?
What is the output of “pin1” if “pin2” is sent “1011” where 1 is 5V and 0 is 0V?
int pin1 = 12;
int pin2 = 11;
void setup() {
pinMode(pin1, OUTPUT);
pinMode(pin2, INPUT);
Serial.begin(9600);
}
void loop() {
if(digitalRead(pin2)==1) {
digitalWrite(pin1,LOW);
} else if(digitalRead(pin2)==0) {
digitalWrite(pin1,HIGH);
}
}
A.
1110
B.
0100
C.
1111
D.
1011
View Answer
Correct Answer: 0100