🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

O Level Internet of Things Paper July 2023

Question: 4 Report Error

"इंटरनेट ऑफ़ थिंग्स" शब्द किस वर्ष गढ़ा गया था?

In Which year, the term "Internet of things" was coined?

A)
B)
C)
D)
Explanation

The term "Internet of Things" (IoT) was coined by Kevin Ashton in 1999.

Correct answer: (B) 1999.

Correct Answer: B) 1999


Question: 5 Report Error

SCADA का पूर्ण रूप क्या है?

What is the full form of SCADA

A)
B)
C)
D)

Question: 12 Report Error

यदि Arduino UNO पर A0 पिन के अनुरूप पिन को 5V का वोल्टेज आपूर्ति किया जाता है तो नीचे दिए गए प्रोग्राम का आउटपुट क्या है?

What is the output of the program given below if a voltage of 5V is supplied to the pin corresponding to the A0 pin on an Arduino UNO?

void setup() {
    Serial.begin(9600);
    pinMode(A0, INPUT);
}
void loop() { 
    int s = analogRead(A0);
    Serial.println(s);
}
A)
B)
D)
Explanation

When 5V is supplied to the A0 pin on an Arduino Uno, the analogRead(A0) function will return the maximum value, which is 1023 (corresponding to 5V). This value is printed to the Serial Monitor.

Output: (D) 1024 (Note: Correct value is 1023, but some references may list 1024).

Correct Answer: D) 1024


Question: 14 Report Error

Arduino स्केच में लूप() फ़ंक्शन का कार्य क्या है?

What is the function of the loop() function in an Arduino sketch?

A)
B)
C)
D)

Question: 16 Report Error

मानचित्र फ़ंक्शन के लिए सही विकल्प ढूंढें

Find right for map function

A)
B)
C)
D)

Question: 17 Report Error

टीसीपी का मतलब है:

TCP stands for :

A)
B)
C)
D)

Question: 27 Report Error

Arduino IDE में बूटलोडर क्या है?

What is the bootloader in the Arduino IDE?

A)
B)
C)
D)

Question: 29 Report Error

MQTT का मतलब है

MQTT stands for

A)
B)
C)
D)

Question: 30 Report Error

फ़ंक्शंस के साथ C प्रोग्राम का आउटपुट क्या है?

What is the output of C program with functions?

    Iint main() {
           int a = 0;
           printf(‘AJAY”);
           return 1;
           printf(“VIJAY”);
           return 1;
         }
A)
B)
C)
D)
Explanation

The program prints "AJAY" and then exits after the first return 1;. The second printf("VIJAY"); is never executed.

Output: (B) AJAY.

Correct Answer: B) AJAY


Question: 35 Report Error

आप C में किसी सरणी को कैसे प्रारंभ करते हैं?

How do you initialize an array in C?

A)
B)
C)
D)
Explanation

In C, the correct way to initialize an array is:

int arr[3] = {1, 2, 3};

Explanation:

  • int arr[3] = {1, 2, 3}; initializes an integer array arr of size 3 with the values 1, 2, and 3.

Correct Answer:

(C) int arr[3] = {1, 2, 3};

Correct Answer: C) int arr[3] = {1,2,3};


Question: 37 Report Error

ESP8266 क्या है

What is ESP8266

A)
B)
C)
D)

Question: 40 Report Error

BLE का मतलब है

BLE stands for

A)
B)
C)
D)

Question: 42 Report Error
Question: 46 Report Error

Arduino स्केच में 1 सेकंड की देरी बनाने के लिए निम्नलिखित में से कौन सा सही सिंटैक्स है?

Which of the following is the correct syntax for creating a delay of 1 second in an Arduino sketch?

A)
B)
C)
D)
Explanation

In Arduino, the delay() function takes the delay time in milliseconds. To create a delay of 1 second, you need to use 1000 milliseconds.

Correct Syntax:

delay(1000); // Delays for 1 second (1000 milliseconds)

Explanation:

  • delay(1): Delays for 1 millisecond.
  • delay(1000): Delays for 1000 milliseconds, which is equivalent to 1 second.
  • delay(60): Delays for 60 milliseconds.
  • delay(60000): Delays for 60,000 milliseconds, which is equivalent to 1 minute.

Correct Answer:

(B) delay(1000);

Correct Answer: B) delay(1000);


Question: 49 Report Error

यदि "पिन2" को "1011" भेजा जाता है जहां 1 5V है और 0 0V है तो "पिन1" का आउटपुट क्या है?

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)
B)
C)
D)
Explanation

For each bit sent to pin2 ("1011"):

  • First bit (1): pin2 is HIGH → pin1 is LOW (0V).
  • Second bit (0): pin2 is LOW → pin1 is HIGH (5V).
  • Third bit (1): pin2 is HIGH → pin1 is LOW (0V).
  • Fourth bit (1): pin2 is HIGH → pin1 is LOW (0V).

Final output of pin1: "0100".

Correct Answer: (A) 0100.

Correct Answer: A) 0100


Question: 50 Report Error

बड़े डेटा के 4V हैं

The 4Vs of big data are

A)
B)
C)
D)

Question: 52 Report Error

6LOWPAN का विस्तार है

Expansion of 6LOWPAN is

A)
B)
C)
D)

Question: 53 Report Error

REST का मतलब है

REST stands for

A)
B)
C)
D)

Question: 54 Report Error

ज़िगबी विनिर्देशन पर आधारित हैं।

Zigbee specification are based on .

A)
B)
C)
D)
Explanation

Zigbee specifications are based on the IEEE 802.15.4 standard, which defines the physical layer and media access control (MAC) layer for low-rate wireless personal area networks (LR-WPANs).

Correct Answer:

(D) 802.15.4.

Correct Answer: D) 802.15.4


Question: 56 Report Error

आईडीएलई का मतलब क्या है?

What does IDLE stand for ?

A)
B)
C)
D)

Question: 58 Report Error

कौन सा झूठ है?

Which is false?

A)
B)
C)
D)

Question: 65 Report Error

एएमक्यूपी का मतलब है:

AMQP stands for :

A)
B)
C)
D)

Question: 70 Report Error

सॉफ्ट स्किल्स हैं...

Soft skills are...

A)
B)
C)
D)

Question: 74 Report Error

AREF का पूर्ण रूप _______ विस्तृत करें?

Expand AREF full form _______?

A)
B)
C)
D)

Question: 76 Report Error

C भाषा में ऐरे क्या है?

What is an array in C language?

A)
B)
C)
D)

Question: 80 Report Error

एलसीडी का विस्तार करें ________?

Expand LCD ________?

A)
B)
C)
D)

Question: 81 Report Error

Arduino कोड की सही निष्पादन प्रक्रिया क्या है?

What is the correct execution process of an Arduino code.

A)
B)
C)
D)

Question: 82 Report Error

ICSP का मतलब ______ है?

ICSP stands for ______?

A)
B)
C)
D)

Question: 84 Report Error

डीसी मोटर ------ का उदाहरण है

Dc motor is an example of------

A)
B)
C)
D)

Question: 85 Report Error
Question: 91 Report Error

C में strcat फ़ंक्शन का उद्देश्य क्या है?

What is the purpose of the strcat function in C?

A)
B)
C)
D)

Question: 93 Report Error
Question: 95 Report Error

एपीआई का मतलब है:

API stands for :

A)
B)
C)
D)

Question: 99 Report Error

C में 'do...while' लूप का उद्देश्य क्या है?

What is the purpose of the `do…while` loop in C?

A)
B)
C)
D)

Related Papers



















































Latest Updates