uz
Feedback
O Level Previous paper

O Level Previous paper

Kanalga Telegram’da o‘tish

https://youtube.com/@Satya806 सभी लोग इस Channel को Subscribe कर लो https://t.me/O_levelpaper Telegram group Quiz 👉https://t.me/o_levelsatya #M4-R5_Paper #M2R5 #O_Level #M3R5_Notes #M1R5Video #PaidClass_O_Level #O_Level_Notes #Satya_Sir

Ko'proq ko'rsatish
751
Obunachilar
Ma'lumot yo'q24 soatlar
+177 kunlar
+1630 kunlar
Postlar arxiv
photo content

SSC GD Constable vacancy Increased : 50187 #SSCGD #50187 ☝️☝️☝️☝️☝️☝️
SSC GD Constable vacancy Increased : 50187 #SSCGD #50187 ☝️☝️☝️☝️☝️☝️

+3
M1-R5 Syllabus .pdf

आज शाम को कोई Quiz नहीं होगा ☝️☝️☝️☝️☝️

आस्कर अवार्ड ☝️☝️☝️☝️☝️
आस्कर अवार्ड ☝️☝️☝️☝️☝️

Sc/St के लिए नि: शुल्क बी.एड. -2023 Contact number -6393348045 ☝️☝️☝️☝️☝️
Sc/St के लिए नि: शुल्क बी.एड. -2023 Contact number -6393348045 ☝️☝️☝️☝️☝️

JNU में 250 पदों पर आवेदन Last Date -17 मार्च 2023☝️☝️☝️
JNU में 250 पदों पर आवेदन Last Date -17 मार्च 2023☝️☝️☝️

bbau.ac.in अनुसूचित जाति के छात्रों को मुफ्त कोचिंग (uppsc सिविल सर्विस)☝️☝️☝️☝️
bbau.ac.in अनुसूचित जाति के छात्रों को मुफ्त कोचिंग (uppsc सिविल सर्विस)☝️☝️☝️☝️

sticker.webp0.35 KB

sticker.webp0.20 KB

ssc cgl mains Answer key-2023✅ Computer ने बिगाड़ा बहुत से लोगों का Result ☝️☝️☝️☝️☝️☝️☝️

sticker.webp0.18 KB

किसी को कुछ भी पुछना है तो आप पुछ सकते हैं

🏁 The quiz 'https://t.me/o_levelsatya.  Python test -4' has finished! 40 questions answered 🥇 Amit Bhardwaj – 14 (9 min 30 sec) 🥈 Rao sahab ji 👑👑 ◦•●◉✿K_in_g of a… – 11 (4 min) 🥉 Sona – 2 (1 min 1 sec)   4.  Sachin Tiwari – 1 (8 sec)   5.  @VIRAT031 (21.2 sec)   6.  FIZA P – 1 (22.6 sec)   7.  Vishwas – 1 (53.2 sec)   8.  @Pk_058_singh1 (1 min 26 sec)   9.  @AmanRajput7860 (19.8 sec)   10.  @yadavajay10 (53 sec)   11.  Pallavi Rai – 0 (1 min 15 sec) 🏆 Congratulations to the winners!

sticker.webp0.45 KB

sticker.webp0.68 KB

आज Quiz शाम को 6:00 बजे शुरू होगा ☝️☝️☝️☝️

आज शाम को कोई भी Quiz नहीं होगा ☝️☝️☝️☝️☝️☝️☝️☝️☝️

✡Practical Questions M4-R5 ✡ 👉9 feb Q(1)write a program to interface of fans/lights with arduino board to on/off with the delay of 1 sec. #define LED_PIN 8 #define BUTTON_PIN 7 void setup() { pinMode(LED_PIN, OUTPUT); pinMode(BUTTON_PIN, INPUT); } void loop() { if (digitalRead(BUTTON_PIN) == HIGH) { digitalWrite(LED_PIN, HIGH); } else { digitalWrite(LED_PIN, LOW); } } Q(2) #include <SoftwareSerial.h> int relay = 2; // Set pin for relay control SoftwareSerial bleserial(8,9); // setup the relay output and the bluetooth serial, and the serial monitor (if you want to print the outputs) void setup() { // set relay pin as output. pinMode(relay, OUTPUT); // start bluetooth and serial monitor bleserial.begin(9600); Serial.begin(9600); } void loop() { if(bleserial.available()){ char char1 = bleserial.read(); Serial.println(char1); // Set protocol that you want to turn on the light bulb, I chose 1 and 0 as on and off, respectively if(char1=='1'){ Serial.println("ON"); digitalWrite(relay,LOW); } else if (char1=='0'){ digitalWrite(relay,HIGH); } } } #write the program for interfacing temperature sensore(LM35) and relay such that relay is switched in when temperature increases more than 30c. const int lm35_pin = A1; /* LM35 O/P pin */ void setup() { Serial.begin(9600); } Q(3) void loop() { int temp_adc_val; float temp_val; temp_adc_val = analogRead(lm35_pin); /* Read Temperature */ temp_val = (temp_adc_val * 4.88); /* Convert adc value to equivalent voltage */ temp_val = (temp_val/10); /* LM35 gives output of 10mv/°C */ Serial.print("Temperature = "); Serial.print(temp_val); Serial.print(" Degree Celsius\n"); delay(1000); } Er. Deepak 👉Satya sir https://t.me/o_levelsatya

🏁 The quiz 'Python Set-2 https://t.me/o_levelsatya' has finished! 26 questions answered 🥇 Pallavi Rai – 2 (39.6 sec) 🥈 @Pk_058_singh0 (28.4 sec) 🏆 Congratulations to the winners!