en
Feedback
O Level Previous paper

O Level Previous paper

Open in Telegram

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

Show more
754
Subscribers
-324 hours
+57 days
+2330 days
Posts Archive
Q(2) With css using the shorthand background to set background image to eg." xyz.png",show it once, in the top right corner οΏ½
Q(2) With css using the shorthand background to set background image to eg." xyz.png",show it once, in the top right corner πŸ‘†πŸ‘†

M2-R5 Practical set-3 Q(1)Write a program to sum and Multiple of two numbers using Javascript πŸ‘†πŸ‘†πŸ‘†
M2-R5 Practical set-3 Q(1)Write a program to sum and Multiple of two numbers using Javascript πŸ‘†πŸ‘†πŸ‘†

Q(3) Write a HTML script to insert a hyperlink. Create a hyperlink in html Which when clicked links to "www.google.co.in"in a
Q(3) Write a HTML script to insert a hyperlink. Create a hyperlink in html Which when clicked links to "www.google.co.in"in a new window πŸ‘†πŸ‘†πŸ‘†

Q(2) Write a program in JavaScript to generate a series of prime numbersπŸ‘†πŸ‘†πŸ‘†πŸ‘†
Q(2) Write a program in JavaScript to generate a series of prime numbersπŸ‘†πŸ‘†πŸ‘†πŸ‘†

M2-R5 Practical set-2 Q(1) Create an html page containing the polynomial Expression as followsπŸ‘‡πŸ‘‡πŸ‘‡ a0+a1X+a2 X2+ A3 X3
M2-R5 Practical set-2 Q(1) Create an html page containing the polynomial Expression as followsπŸ‘‡πŸ‘‡πŸ‘‡ a0+a1X+a2 X2+ A3 X3

Q(3) Write a program to interface LCD with Arduino board and display 'Hello word' on it.πŸ‘‡
Q(3) Write a program to interface LCD with Arduino board and display 'Hello word' on it.πŸ‘‡

Q(2) Write a program to interface buzzer with Arduino board to buzz on/off with the delay of 1 sec Const int buzzer=9; //buzzer to Arduino pin 9 Void setup () { PinMode ( buzzer, Output); // set buzzer -pin 9 as an output } Void loop (){ tone (buzzer,1000);. //Send 1 KHZ sound signal delay (1000);. / / For 1 sec noTone(buzzer); // Stop sound delay (1000);// for 1sec }