Syllabus
O Level
M1 R5: Information Technology Tools and Network Basics
Introduction to Computers
Office Automation Tools
Internet and Web Technologies
Networking Fundamentals
M2 R5: Web Designing and Publishing
HTML
CSS
Javascript
Web Hosting And Publishing
M3 R5: Programming and Problem Solving through Python
Introduction to Programming
Python Programming
Data Structures in Python
File Processing in Python
M4 R5: Internet of Things (IoT) and Its Applications
Introduction to IoT
IoT Architecture
IoT Applications
IoT Security and Challenges | Soft Skills
Courses
Under Graduate Courses
BA
BCA
B.COM
Post Graduate Courses
MCA
MBA
M.COM
MA
M.SC.(MATHS)
MSW
Institutional Courses
DCA
ADCA
DFA
DOAP
TALLY PRIME
JAVA
PYTHON
CCA
C Languages
Job Oriented Courses
Digital Marketing
Full Stack Development
Data Science
Cybersecurity and Ethical Hacking
Blockchain Development
Cloud Computing
Artificial Intelligence (AI) and Machine Learning
Government Courses
CCC
O LEVEL
A LEVEL
Mock Test
M1 R5: Information Technology Tools and Network Basics
M2 R5: Web Designing and Publishing
M3 R5: Programming and Problem Solving through Python
M4 R5: Internet of Things (IoT) and Its Applications
Old Papers
2025
New!
2024
New!
2023
New!
2022
New!
2021
New!
2020
New!
2019
New!
2018
New!
2017
New!
2016
New!
2015
New!
2014
New!
2013
New!
2012
New!
2011
New!
Assignments
HTML
New!
CSS
New!
Javascript
New!
Python
New!
Log in
Sign Up
O Level Papers!
M4 R5: Internet of Things (IoT) and Its Applications
IoT Applications
Set 2
25
See Explanation !
1
What will be the output of the following piece of code? #include
int main() { int i; for(i=0;i< 8; i++); printf("%d",i); return 0; }
निम्नलिखित कोड का आउटपुट क्या होगा? #include
int main() { int i; for(i=0;i< 8; i++); printf("%d",i); return 0; }
0
1234567
8
Infinite loop
Next Question
25
See Explanation !
2
What is temperature in Celsius LM35 for corresponding 270mV as a output voltage?
आउटपुट वोल्टेज के रूप में 270mV के लिए सेल्सियस LM35 में तापमान क्या है?
50
25
27
54
Previous Question
Next Question
25
See Explanation !
3
What is role of Execution unit?
निष्पादन इकाई की भूमिका क्या है?
Encoding
Decoding
Calculation
Processing
Previous Question
Next Question
25
See Explanation !
4
In C, how do you set up an array?
सी में, आप एक सरणी कैसे स्थापित करते हैं?
int k={3,4}
int k=new int[2]
int k [2] = {3,4};
int k(2)={3,4};
Previous Question
Next Question
25
See Explanation !
5
How many terminals does the MQ2 Gas Sensor have?
MQ2 गैस सेंसर के कितने टर्मिनल हैं?
1
2
3
4
Previous Question
Next Question
25
See Explanation !
6
Which one is incorrect for the Arduino UNO’s analog pin group?
Arduino UNO के एनालॉग पिन समूह के लिए कौन सा गलत है?
Logic (1/0) not used for input/output.
Used for the digital conversion of analog values taken from external environment.
There are 6 analog input pins.
The resolution of each input is 10 bits.
Previous Question
Next Question
25
See Explanation !
7
What is the output of C program with functions? int main() { int a = 0; printf("AJAY"); return 1; printf("VIJAY"); return 1; }
फंक्शन्स के साथ C प्रोग्राम का आउटपुट क्या है? int main() { int a = 0; printf("AJAY");
AJAY VIJAY
AJAY
VIJAY
Compiler Error
Previous Question
Next Question
25
See Explanation !
8
Fading technique used for____________pin in Arduino.
Arduino में ____________pin के लिए उपयोग की जाने वाली फेडिंग तकनीक।
A2
D2
PWM
5V
Previous Question
Next Question
25
See Explanation !
9
int a:16; what is 16 indicate here?
int a: 16; 16 यहाँ क्या दर्शाता है?
Value
Size
Address
None of the above
Previous Question
Next Question
25
See Explanation !
10
What is switching time for relay to operate with Arduino ?
Arduino के साथ रिले को संचालित करने के लिए स्विचिंग समय क्या है?
5-10 Sec
5-10 MS
10-15 MS
10-20 MS
Previous Question
Next Question
25
See Explanation !
11
What does GPIO stand for?
GPIO का क्या अर्थ है?
General-Purpose Input/Output
General-Purpose Inner/Outer
Both (A) & (B)
None of the above
Previous Question
Next Question
25
See Explanation !
12
Which statement is true in concern with Request-response IoT communication model?
अनुरोध-प्रतिक्रिया IoT संचार मॉडल के संबंध में कौन सा कथन सत्य है?
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.
Previous Question
Next Question
25
See Explanation !
13
Arduino uno have ____ size of program memory
Arduino Uno में प्रोग्राम मेमोरी का ____ आकार होता है
10 KB
4 KB
64 KB
32 KB
Previous Question
Next Question
25
See Explanation !
14
Clock Speed of Arduino UNO is
Arduino UNO की क्लॉक स्पीड है
16 MHz
12 MHZ
18 MHz
14 MHz
Previous Question
Next Question
25
See Explanation !
15
What will happen if we supply a voltage of 25V to the IR sensor?
यदि हम IR सेंसर को 25V का वोल्टेज दें तो क्या होगा?
Damage is caused
Sensor will work fine
Sensor will not respond for the time voltage applied
Sensor will function normally
Previous Question
Next Question
25
See Explanation !
16
What is the output of C Program? int main() { int k=10; while(k <= 12) { printf("%d", k); k++; } return 0; }
C प्रोग्राम का आउटपुट क्या है? int main() { int k=10; while(k <= 12) { printf("%d", k); k++; } return 0; }
10 10 10
12 12 12
10 11 12
12 11 10
Previous Question
Next Question
25
See Explanation !
17
What programming language is the Arduino IDE written in?
Arduino IDE किस प्रोग्रामिंग लैंग्वेज में लिखा गया है?
Java
C/C++
Python
Assembly
Previous Question
Next Question
25
See Explanation !
18
Which Function is used for PWM pin in Arduino?
Arduino में PWM पिन के लिए किस फंक्शन का उपयोग किया जाता है?
digitalWrite()
serial.print ( )
analogWrite()
pinMode()
Previous Question
Next Question
25
See Explanation !
19
Which microcontroller is used in Arduino UNO.
Arduino UNO में प्रयुक्त _________ माइक्रोकंट्रोलर।
AT91SAM3x8E
AT90S2313
ATmega328p
AT90S/LS8535
Previous Question
Next Question
25
See Explanation !
20
A digit value is converted to an analogue signal using which of the following Methods?
निम्न में से किस विधि का उपयोग करके एक अंक मान को एनालॉग सिग्नल में परिवर्तित किया जाता है?
analogRead()
ADC
DAC
pinMode()
Previous Question
Next Question
25
See Explanation !
21
The Lilypad Arduino is concerned with:
लिलिपैड अरुडिनो का संबंध है:
e-textiles and wearables projects
sewn to fabric
AT mega 168V/ATmega328V
All of these
Previous Question
Next Question
25
See Explanation !
22
When a= 4, what is the value of b? in the given below statement b = (a > 6 ? 4 : 6);
जब a = 4, b का मान क्या होता है? नीचे दिए गए कथन में b = (a > 6 ? 4 : 6);
0
Error
4
6
Previous Question
Next Question
25
See Explanation !
23
API stands for
MYMEMORY WARNING: YOU USED ALL AVAILABLE FREE TRANSLATIONS FOR TODAY. NEXT AVAILABLE IN 02 HOURS 33 MINUTES 00 SECONDS VISIT HTTPS://MYMEMORY.TRANSLATED.NET/DOC/USAGELIMITS.PHP TO TRANSLATE MORE
Application Programming Interface
Address Programming Interface
Accessing peripheral through the interface
None of the above
Previous Question
Next Question
25
See Explanation !
24
Type of circuit board which can be used for extension of capabilities of Arduino board
सर्किट बोर्ड का प्रकार जिसका उपयोग Arduino बोर्ड की क्षमताओं के विस्तार के लिए किया जा सकता है
Bread Board
Shield
Actuator
Microprocessor
Previous Question
Next Question
25
See Explanation !
25
Which command used to print message on second line in LCD?
LCD में दूसरी लाइन पर मैसेज को प्रिंट करने के लिए किस कमांड का प्रयोग किया जाता है?
Icd.getcursor(0,0);
Icd.setcursor(0,0);
Icd.grtcursor(0,1);
Icd.setcursor(1,0);
Previous Question