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 5
25
See Explanation !
1
What is the real example of a smart grid device in IoT?
IoT में स्मार्ट ग्रिड डिवाइस का वास्तविक उदाहरण क्या है?
Mobile phone
Television
Smart Speaker
Smart Meters
Next Question
25
See Explanation !
2
What is the correct execution process of an Arduino code?
अरुडिनो कोड की सही निष्पादन प्रक्रिया क्या है
Preprocessor->Editor->Compiler
Editor->Preprocessor->Compiler
Compiler->Preprocessor->Editor
Editor->Compiler->Preprocessor
Previous Question
Next Question
25
See Explanation !
3
How many times does the setup() function run on every startup of the Arduino System ?
Arduino सिस्टम के प्रत्येक स्टार्टअप पर कितनी बार Setup() फ़ंक्शन करता है?
4
5
2
1
Previous Question
Next Question
25
See Explanation !
4
How are comments denoted in Embedded C?
एंबेडेड C में टिप्पणियों को कैसे दर्शाया जाता है
#
%
:
//
Previous Question
Next Question
25
See Explanation !
5
What is Arduino ?
अरुडिनो क्या है?
Programming language
Image editing software
Open-source electronics platform
Text editor
Previous Question
Next Question
25
See Explanation !
6
Which of the following is an established set of rules that determines how data is transmitted between different device in the same network ?
निम्न में से कौन सा एक नियम का एक स्थापित सेट है जो यहाँ निर्धारित करते हैं कि एक ही नेटवर्क में विभिन्न उपकरणों के बीच डेटा कैसे प्रसारित किया जाता है?
Network connection
TCP IP protocol
Network protocol
TCP protocol
Previous Question
Next Question
25
See Explanation !
7
Predict the output of the following code if the object is moving away from the sensor int op = 7; int isBarrier = HIGH; void setup() { pinMode(op, INPUT); Serial.begin(9600); } void loop() { isBarrier = digitalRead(op); if (isBarrier == LOW)
यदि ऑब्जेक्ट सेंसर से दूर जा रहा है तो निम्नलिखित कोड के आउटपुट की भविष्यवाणी करें int op = 7; int isBarrier = HIGH; void setup() { pinMode(op, INPUT); Serial.begin(9600); } void loop() { isBarrier = digitalRead(op); if (isBarrier == LOW) {
clear+clear+1+1
1+1+clear+clear
clear+clear+clear+clear
1+1+clear+1
Previous Question
Next Question
25
See Explanation !
8
Embedded C is?
एंबेडेड C________ है?
A subset of traditional C
An extension of traditional C
A superset of traditional C
Same as traditional C
Previous Question
Next Question
25
See Explanation !
9
Using lecturers and handouts, information is acquired via tutorials and conversations, information is whereas by using acquired through.
व्याख्याताओं और हैंडआउट्स का उपयोग करके के माध्यम से जानकारी प्राप्त की जाती है जबकि टयुटोलियाल और वार्तालैपो का उपयोग करके ______के माध्यम से जानकारी प्राप्त की जाती है|
Students, tutors
Other sources, tutors
Tutors, fellow learners
None of the above
Previous Question
Next Question
25
See Explanation !
10
A set of homogenous data stored in consecutive memory locations is called
समरूप डेटा के एक सेट लगातार मेमोरी लोकेशन में स्टोर किया जाता है जिसे कहा जाता है
List
Structure
Array
Union
Previous Question
Next Question
25
See Explanation !
11
What type of signal does the analogWrite() function output ?
analogWrite() फ़ंक्शन किस प्रकार का आउटपुट करता है?
Pulse Code Modulated Signal
Frequency Modulated Signal
Pulse Width Modulated Signal
Pulse Amplitude Modulated Signal
Previous Question
Next Question
25
See Explanation !
12
What is the bit size used in 8051 ?
8051 में किस बिट साइज का प्रयोग किया जाता है?
4-bit
8-bit
16-bit
32-bit
Previous Question
Next Question
25
See Explanation !
13
Which one is not a control structure ?
कौन सा नियंत्रण संरचना नहीं है?
While
If.else
#define
Case
Previous Question
Next Question
25
See Explanation !
14
What will be the output of the following code . #include
void solve(){ int b=4; int res = b++ + ++b + ++b; printf("%d", res); } int main(){ solve(); return 0; }
निम्नलिखित कोड का आउटपुट क्या होगा। #include
void solve(){ int b=4; int res = b++ + ++b + ++b; printf("%d", res); } int main(){ solve(); return 0; }
12
15
17
20
Previous Question
Next Question
25
See Explanation !
15
loT devices can easily lead to catastrophe without IoT
loT डिवाइस आसानी से IoT के बिना तबाही का कारण बन सकते हैं
Software
Devices
Cloud
Management system
Previous Question
Next Question
25
See Explanation !
16
which is a combination of hardware and software to perform a specific task
जो किसी विशिष्ट कार्य को करने के लिए हार्डवेयर और सॉफ़्टवेयर का संयोजन है
IoT System
Embedded System
Grid System
Cloud System
Previous Question
Next Question
25
See Explanation !
17
What is the output of the following program? for(;;) { Statements }
निम्नलिखित प्रोग्राम का आउटपुट क्या है? for(;;) { Statements }
Error
Statements will run forever
This an infinite loop
Both (B) and (C)
Previous Question
Next Question
25
See Explanation !
18
What is the objective of the code given below if it is executed on the Arduino Uno? #include
int pin=13; void setup() { pinMode(pin,OUTPUT); Serial.begin(9600); { void loop() for(int i-0; i
यदि इसे Arduino UNo पर निष्पादित किया जाता है, तो नीचे दिए गए कोड का उद्देश्य क्या है? #include
int pin=13; void setup() { pinMode(pin,OUTPUT); Serial.begin(9600); { void loop() for(int i-0; i
Clear EEPROM
Fill EEPROM with 1's
Export EEPROM data
Fill EEPROM with 0's
Previous Question
Next Question
25
See Explanation !
19
What is the output of the following program? for(;;) { Statements }
निम्नलिखित प्रोग्राम का आउटपुट क्या है? for(;;) { Statements }
Error
Statemernts will run forever
This an infinite loop
Both (B) and (C)
Previous Question
Next Question
25
See Explanation !
20
What is the objective of the code given below if it is executed on the Arduino Uno? #include
int pin=13; void setup(){ pinMode(pin,OUTPUT); Serial.begin(9600); void loop(){ for(int i-0; i
यदि इसे Arduino UNo पर निष्पादित किया जाता है, तो नीचे दिए गए कोड का उद्देश्य क्या है? #include
int pin=13; void setup(){ pinMode(pin,OUTPUT); Serial.begin(9600); void loop(){ for(int i-0; i
Clear EEPROM
Fill EEPROM with 1's
Export EEPROM data
Fill EEPROM with 0's
Previous Question
Next Question
25
See Explanation !
21
Predict the output of the following code if the object is moving towards the sensor. int op = 6; int isBarrier = HIGH; void setup() { pinMode(op, INPUT) Serial.begin(9600); } void loop(){ isBarrier = digitalRead(op); if (isBarrier == LOW) { Serial.prin
यदि ऑब्जेक्ट सेंसर की ओर बढ़ रहा है तो निम्नलिखित कोड के आउटपुट की भविष्यवाणी करें। int op = 6; int isBarrier = HIGH; void setup () { pinMode(op, INPUT) Serial.begin (9600); } void loop () {isBarrier = digitalRead (op); if (isBarrier == LOW) { Serial.prin
clear+clear+1+1
1+1+clear+1
1+1+clear+clear
clear+clear+clear+clear
Previous Question
Next Question
25
See Explanation !
22
Which of the following is false about lol devices?
एलओएल उपकरणों के बारे में निम्नलिखित में से कौन सा गलत है?
Use internet for collecting and sharing data
Need microcontrollers
Use wireless technology
Are completely safe
Previous Question
Next Question
25
See Explanation !
23
The advantages of using functions is
फ़ंक्शंस का उपयोग करने के फायदे हैं
Partition larger task into smaller tasks
Code reusability
Manage complexity
All of these
Previous Question
Next Question
25
See Explanation !
24
Microcontroller used in Arduino UNO prototyping board is ?
Arduino UNO प्रोटोटाइप बोर्ड में उपयोग किया जाने वाला माइक्रोकंट्रोलर है ?
ATmega328m
ATmega328P
ATmega2560
None
Previous Question
Next Question
25
See Explanation !
25
Ardino shields are also called us _______ .
आर्डिनो शील्ड्स को हमें _______ भी कहा जाता है।
Add on modules
extra peripherals
connectivity modules
another arduinos
Previous Question