es
Feedback
O Level Previous paper

O Level Previous paper

Ir al canal en 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

Mostrar más
754
Suscriptores
-324 horas
+57 días
+2330 días
Archivo de publicaciones
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 }