course image

Programming and Problem Solving Through Python Online Test - O Level

Navigating the complexities of the Internet of Things (IoT) for your O Level exams can be challenging, but an online test designed specifically for this subject can significantly enhance your preparation. The O Level Internet of Things Online Test provides an interactive and efficient way to evaluate your understanding of key IoT concepts, including sensor technology, data communication, and smart devices. This test covers essential topics such as IoT architecture, protocols, and applications, helping you grasp how interconnected systems work together to collect and analyze data.

By taking this online test, you can practice answering questions relevant to the O Level curriculum, receive immediate feedback, and identify areas where you may need further study. The flexibility of online testing allows you to prepare at your own pace, ensuring you build a solid foundation in IoT and approach your exams with confidence.

Take our NIELIT O Level online test now and get ready to excel in your Internet of Things (IOT) exam!


Q.1 Arduino प्रोग्रामिंग में Conditional statements का प्रयोग नहीं किया जा सकता।

Conditional statements cannot be used in Arduino programming.

A)
B)
C)
D)

Q.2 निम्नलिखित प्रोग्राम का आउटपुट क्या है?

What will be the output of the following code ?

#include <stdio.h>
void solve() {
int b = 4;
int res = b++ + ++b + ++b;
printf("%d", res);
}
int main() {
solve();
return 0;
}
A)
B)
C)
D)

Q.3 एलसीडी में दूसरी लाइन पर संदेश प्रिंट करने के लिए किस कमांड का उपयोग किया जाता है?

Which command used to print message on second line in LCD?

A)
B)
C)
D)

Q.4 निम्नलिखित में से कौन सा TCP/IP लेयर नहीं है

Which of the following is not a TCP/IP layer

A)
B)
C)
D)

Q.5 निम्नलिखित में से कौन सा संचार माध्यम highest data rate support करता है?

Which of the following communication medium supports the highest data rate?

A)
B)
C)
D)

Q.6 LCD एक display device है |

LCD is a display device.

A)
B)
C)
D)

Q.7 व्याख्याताओं और हैंडआउट्स का उपयोग करके, जानकारी __________ के माध्यम से प्राप्त की जाती है जबकि ट्यूटोरियल और वार्तालापों का उपयोग करके, जानकारी __________ के माध्यम से प्राप्त की जाती है।

Using lecturers and handouts, information is acquired via __________ whereas by using tutorials and conversations, information is acquired through __________.

A)
B)
C)
D)

Q.8 GPIO का full form क्या होता है ?

What is the full form of GPIO?

A)
B)
C)
D)

Q.9 IIoT का पूर्ण रूप है |

The full form of IIoT is.

A)
B)
C)
D)

Q.10 Arduino UNO में प्रयोग किया जाने वाला माइक्रोकंट्रोलर क्या है ?

What is the microcontroller used in Arduino UNO?

A)
B)
C)
D)

Q.11 माइक्रोकंट्रोलर हैं:

Microcontrollers are:

A)
B)
C)
D)

Q.12 आई.ओ.टी. wired और wireless संचार दोनों को सपोर्ट करता है।

I.O.T. Supports both wired and wireless communications.

A)
B)
C)
D)

Q.13 निम्नलिखित कोड का आउटपुट क्या होगा?

What will be the output of the following code?

int main()
 {
 int a=5;
 while(a=123)
 {
 printf("RABBIT\n");
 }
 printf("GREEN");
 return 0;
 }
A)
B)
C)
D)

Q.14 Arduino UNO में प्रयोग किया जाने वाला माइक्राकंट्रोलर कौन सा है ?

Which microcontroller is used in Arduino UNO?

A)
B)
C)
D)

Q.15 अल्ट्रासोनिक सेंसर में pulseIn() के माध्यम से कौन सा पैरामीटर लिया जाता है?

Which parameter is taken through pulseIn() in ultrasonic sensor?

A)
B)
C)
D)

Q.16 Cloud IOT Architecture का भाग है

Cloud is part of IoT Architecture

A)
B)
C)
D)

Q.17 AMQP UDP protocol का उपयोग करता है ?

AMQP uses UDP protocol?

A)
B)
C)
D)

Q.18 MQTT का पूर्ण रूप है|

The full form of MQTT is.

A)
B)
C)
D)

Q.19 IIOT का full form क्या है ?

What is the full form of IIOT?

A)
B)
C)
D)

Q.20 LCD एक डिस्प्ले डिवाइस है।

LCD is a display device.

A)
B)
C)
D)

Next Page